Hi Stef,
You did a great job developing this software.
I finally got it to work with domotics. With a KaKu device it works just like the "official" rflink.
When i try with a device from the action (FA500) , there is recognition but i can't switch it with Domoticz.
Now you said it would be easy to add new protocols. Can you please explain in a few words what steps i should take to do this?
After lots of experiments and modifications in the sw, the remaining problem was that i got a TX time out error in domoticz. For the rest it seemed to work. With RFLink Gateway, MySensors does nothing. I never saw a rflink detected in the domoticz log. I solved this by putting "Serial.printf ( "20;%02X;OK;\r\n", PKSequenceNumber++ ) ;" at RFLink.h line 485 and "Serial.printf ( "20;%02X;Nodo RadioFrequencyLink - MiRa V%s - R%02x\r\n", in line 119 in RFLink.h.
Hi Stef, You did a great job developing this software.
I finally got it to work with domotics. With a KaKu device it works just like the "official" rflink. When i try with a device from the action (FA500) , there is recognition but i can't switch it with Domoticz. Now you said it would be easy to add new protocols. Can you please explain in a few words what steps i should take to do this?
After lots of experiments and modifications in the sw, the remaining problem was that i got a TX time out error in domoticz. For the rest it seemed to work. With RFLink Gateway, MySensors does nothing. I never saw a rflink detected in the domoticz log. I solved this by putting "Serial.printf ( "20;%02X;OK;\r\n", PKSequenceNumber++ ) ;" at RFLink.h line 485 and "Serial.printf ( "20;%02X;Nodo RadioFrequencyLink - MiRa V%s - R%02x\r\n", in line 119 in RFLink.h.