ChrisSiedler / dtsu666-Emulator

python library to emulate a dtsu666 smartmeter
GNU Affero General Public License v3.0
3 stars 5 forks source link

Do threads of mqtt lib and modbus lib block each other #5

Open ducktrA opened 3 months ago

ducktrA commented 3 months ago

Chris,

which paho mqtt lib are you using. i made the observation on x86/Ubuntu that dtsu666mulator.py is working, however the mqtt2semulator.py receives messages but does not send them on the modbus. Isolating it further, the moment the mqtt lib is present i face those issues.

Best, ah