RFY On/Off not working in MyDomoAtHome
Posted: Sunday 02 October 2016 12:08
Hello everybody,
I am trying to get ImperiHome working with my Domoticz. Principally all is working fine, but my Somfy RTS wall plugs (which are On/Off switches in Domoticz via RFY) are not displayed in ImperiHome. When looking at the output of localhost:3002/devices I also do not see them in the JSON output. It seems that MyDomoAtHome does not export RFY On/Off switches as such. Any guess what it could be? Same time my Somfy RTS shutters are exported well as Venetian blinds and they do work in ImperiHome.
The Z-Wave On/Off switches are exported perfectly okay as well. I would be glad if anybody had some idea. I tried already to change something in MyDomoAtHome's mdah.js file where there is one case 'On/Off' block that is empty. I added a
but that didn't help either and nothing changed.
I would be happy for any help to get the plugs working.
Edit: If it helps, this is, e.g., some lines from the log which indicate that the plugs are unknown blinds, as it seems to me:
I am trying to get ImperiHome working with my Domoticz. Principally all is working fine, but my Somfy RTS wall plugs (which are On/Off switches in Domoticz via RFY) are not displayed in ImperiHome. When looking at the output of localhost:3002/devices I also do not see them in the JSON output. It seems that MyDomoAtHome does not export RFY On/Off switches as such. Any guess what it could be? Same time my Somfy RTS shutters are exported well as Venetian blinds and they do work in ImperiHome.
The Z-Wave On/Off switches are exported perfectly okay as well. I would be glad if anybody had some idea. I tried already to change something in MyDomoAtHome's mdah.js file where there is one case 'On/Off' block that is empty. I added a
Code: Select all
result.push(DevPush(data.result[i]));
break;I would be happy for any help to get the plugs working.
Edit: If it helps, this is, e.g., some lines from the log which indicate that the plugs are unknown blinds, as it seems to me:
Code: Select all
{"level":"warn","message":"UNK Blind Wohnzimmer LampeSwitchType:On/Off","timestamp":"2016-10-02T10:13:17.792Z"}
{"level":"warn","message":"UNK Blind Flur LampeSwitchType:On/Off","timestamp":"2016-10-02T10:13:17.794Z"}
{"level":"warn","message":"UNK Blind Leseecke LampeSwitchType:On/Off","timestamp":"2016-10-02T10:13:17.796Z"}
{"level":"warn","message":"UNK Blind Wohnzimmerschrank LampeSwitchType:On/Off","timestamp":"2016-10-02T10:13:17.798Z"}