yoch

Results 18 comments of yoch

@pganssle With regard to the missing points, it turns out that it's more complex and probably need to modify the existing code more deeply, so I plan to make a...

Cases 4 and 6 are now correctly handled (no idea why appveyor fails, but the errors doesn't seems related to the commit).

I used 1.0.0, but he same error occurs with the latest version (2.0.0b1)

I use python 3.8. Here is the output of pip freeze, there is a warning and it looks like it's causing problems for pipdeptree. NB: The warning itself was caused...

Yes, the problem is solved for me. I don't know why, but in the site-packages there was a directory named "~lib-19.20.0" or something similar, which was clearly a residue from...

Here is a more complete log with pymodbus set to dbug. ``` 2024-02-08 16:11:31.547 DEBUG (SyncWorker_22) [pymodbus.logging] Running transaction 596 2024-02-08 16:11:31.548 DEBUG (SyncWorker_22) [pymodbus.logging] SEND: 0x2 0x3 0x0 0x3...

Sorry, here's the rest (then I turned off the box) : ``` 2024-02-08 16:13:26.243 DEBUG (SyncWorker_23) [pymodbus.logging] Current transaction state - TRANSACTION_COMPLETE 2024-02-08 16:13:26.243 DEBUG (SyncWorker_23) [pymodbus.logging] Running transaction 602...

This is exactly the problem I described: I switch the relay in the interface but nothing happens, likely because the device isn't actually called. If I connect the thermostat back,...