Hi,
I’ve sucessfully switched to homeduino. (Thanks again, leader21!) Right now I’m controlling my elro_hc and kaku_switches with homeduino. However, the pimatic seems to confuse the state of the elro_hc switches. Here’s the section from my config:
{
"id": "schreibtischlampe",
"name": "Schreibtischlampe",
"class": "HomeduinoRFSwitch",
"protocols": [
{
"name": "switch3",
"options": {
"houseCode": 26,
"unitCode": 4
}
}
]
},
When I now turn the device on, it’s shown as “off” in pimatic and vice versa. Is this a misconfiguration on my side or is this a bug?
P.S.: With the kaku_switches, everything’s working just as expected.