I would like to try and add network support to rfxtrx. But i’m going to need some pointers because i never use Python. Any pointers are welcome. Please!
I already use components rflink and dsmr via network using ser2net running on a Pi. These works fine out of the box using the host: in yaml config, because they already have this network support.
I intend do detect the host: value and replace the serial connect with compatible network connect logic. I developed software with this approach before but never in Python.
In this thread i wil post my progress, and i hope you can chime in with suggestions. I’m going to need some for sure…