Hallo.
I saw in issue#18 that a commant t_room has been added to pyHPSU
"t_room" :{
"name" : "t_room",
"command" : "81 00 FA 00 11 00 00",
"id" : "190",
"divisor" : "10",
"writable" : "false",
"unit" : "deg",
"type" : "float"
}
I notice that this is giving me error all the times.
Reading issue#18 comments, my understanding is that the correct command is
31 00 FA 00 11 00 00
I don't have a Rocon U1 so I'm not sure reading this makes sense, anyway with this sequence I get this reading
2021-02-17 22:47:59,609 - DEBUG - CanPI, got: 32 10 FA 00 11 80 00
[{'name': 't_room', 'resp': '-3276.80', 'timestamp': 1613598479.611429}]
which is better than 45 retries and an error.
Is it correct to change 81 to 31?
Hallo.
I saw in issue#18 that a commant
t_roomhas been added to pyHPSUI notice that this is giving me error all the times.
Reading issue#18 comments, my understanding is that the correct command is
31 00 FA 00 11 00 00I don't have a Rocon U1 so I'm not sure reading this makes sense, anyway with this sequence I get this reading
which is better than 45 retries and an error.
Is it correct to change 81 to 31?