RFLinkGateway
RFLinkGateway copied to clipboard
Outgoing commands stops working after MQTT reconnect
Hi,
I'm controlling some RF switches from openhab and RFlink by help of these scripts. I found an issue with MQTT commands (MQTT -> python script -> RFlink) not working any longer after MQTT server reconnect. And it seems not to heal itself before restarting the python script.
I have only issues with outgoing commands. Incoming sensor values from my various temperature and humidity devices still works fine.
Any suggestions? Im unfortunalety a NOOB in python