You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be the wrong place to ask but I will try it anyway.
Using espRFLinkMQTT for about a day now with Domoticz 2022.1.
Receiving sensors works great but switching a switch doesn't seem to work.
I used the mosquitto client to subscribe to rflink/out to see what Domoticz is sending when a switch was switched ON.
What I expected to see is for example: 10;NewKaku;1234567;1;ON;
What was sent by Domoticz is: 10;NewKaku;1234567;1;ON;SYNCID=65fdd29e;
The RFLink doesn't respond to the string received because of the SYNCID=65fdd29e; part, so the switch is not switched to ON.
What is that SYNCID=65fdd29e; part doing there? Why is Domoticz sending it?
I use Domoticz in a docker pulled from docker hub from LinuxServer.io
Is there something wrong with my Domoticz docker or is espRFLinkMQTT missing something that filters the SYNCID part?
Best regards
The text was updated successfully, but these errors were encountered:
So it looks like some sort of acknowledgement and that part is missing in the espRFLinkMQTT code.
Request for adding the missing code to espRFLinkMQTT.
Hi all,
This may be the wrong place to ask but I will try it anyway.
Using espRFLinkMQTT for about a day now with Domoticz 2022.1.
Receiving sensors works great but switching a switch doesn't seem to work.
I used the mosquitto client to subscribe to rflink/out to see what Domoticz is sending when a switch was switched ON.
What I expected to see is for example: 10;NewKaku;1234567;1;ON;
What was sent by Domoticz is: 10;NewKaku;1234567;1;ON;SYNCID=65fdd29e;
The RFLink doesn't respond to the string received because of the SYNCID=65fdd29e; part, so the switch is not switched to ON.
What is that SYNCID=65fdd29e; part doing there? Why is Domoticz sending it?
I use Domoticz in a docker pulled from docker hub from LinuxServer.io
Is there something wrong with my Domoticz docker or is espRFLinkMQTT missing something that filters the SYNCID part?
Best regards
The text was updated successfully, but these errors were encountered: