Open PWithaarImproveQS opened 5 years ago
It turns out that the devices I've got in my home are all wireless. They are identified with deviceId 2039. Both dimmer and switches. These are not yet supported here. I've tried to get the developer environment with this branch working, but I've got a lot of errors for this branch. (Somehow the Addon development is out of sync here with the latest OpenHab setup, but maybe someone can help me out there)
The switches are controllable trough ch0006 and the dimmer trough ch0008. See below for the json dump i've made with the https://github.com/sstadlberger/home nodejs API implementation. I've adde the devices there to the dimmer settings and i can controll them trough that. It actually works the same as the normal dimmer and normal switch. The only strange thing is that both type of devices are identified with deviceId 2039.
{ "ABB700CB193D": { "serialNumber": "ABB700CB193B", "deviceId": "2039", "typeName": "Sensor/Dimmaktor 1/1-fach", "channels": { "ch0008": { "datapoints": { "idp0000": "0", "idp0001": "0", "idp0005": "0", "idp0006": "0", "odp0000": "0", "odp0001": "0", "odp0002": "0", "odp0003": "0", "pm0000": "3", "pm0001": "1", "pm0002": "100", "pm0003": "100", "pm0004": "360", "pm0005": "1" } }, "ch000D": { "datapoints": { "idp0000": "300", "odp0000": "34", "odp0001": "39390", "odp0002": "300" } } } }, "ABB700CB1918": { "serialNumber": "ABB700CB1917", "deviceId": "2039", "typeName": "Sensor/ Schaltaktor 1/1-fach", "channels": { "ch0006": { "datapoints": { "idp0000": "0", "idp0003": "0", "odp0000": "0", "odp0001": "0", "pm0000": "360", "pm0001": "1" } }, "ch000D": { "datapoints": { "idp0000": "300", "odp0000": "34", "odp0001": "24051", "odp0002": "300" } } } } } infodump.zip
The bridge is online, but somehow the devices are never discovered or in the inbox. I've tried updating the SysAP to v2.2.6 (was 2.2.4) but als no luck. Is there something I'm missing in my configuration? The user has installation rights. I've tried different settings. Enabled the free@home API. But no luck. Also no dummy devices sho up. The devices are all wireless 1 or 2 actuator sensor switches and lights. I've tried adding a dummy switch with a know ID. But also that doesn't work.
2019-07-11 15:11:22.834 [WARN ] [home.handler.FreeAtHomeBridgeHandler] - Could not successfully get the getAll.xml from sysAP. Can happen if connecting to server takes too long.