martenjacobs / py-otgw-mqtt

Python OTGW MQTT bridge
MIT License
9 stars 16 forks source link

serial_for_url support #12

Closed fuecy closed 5 years ago

fuecy commented 5 years ago

In opentherm_serial.py i replaced serial.Serial with serial.serial_for_url to suport "socket://" for my opentherm with NodeMCU wifi. Iam running this in a docker container and it works awesome. Maybe you can consider taking this in your branch

martenjacobs commented 5 years ago

That sounds interesting, please submit a pull request if you'd like me to merge your code.