Giuseppe

Results 18 comments of Giuseppe

Same with HYD 6000 (ZM1ES060) with Firmware G363. HA on raspberry Pi 3+. Usually 30% of readings fail with that error, the read is ok after 1-2 attempts. CRC errors...

@sjmtlewy I'd suggest you put a sleep between retries. It helped. 1 second is enough in my case. Have a look at #523 too. I left a piece of code...

Hi, open SSH Terminal and run: `netstat -anp | grep 8899` How many connections do you see? Mine did the same every 4-5days, then I found out that the exception/retry...

Hi, you should run netstat when the system hangs, however you should always see at least one connection. Are you using the stick logger on the standard port (8899) ?

Have a look at #523

To be clear: I don't use oauth, I used it once in the QB Playground just to get the refreshToken, which is supposed to last 100 days, then I keep...

As I said, I got the error due to concurrent API calls, so I moved to synchronous logic and it worked.