Hi Wim ( @w.vuyk),
I'm working with Dresden to add this new device. Device request is here: https://github.com/dresden-elektroni...in/issues/6469
Product page: https://www.aqara.com/en/product/cur...e1-rod-version
Device is seen by JowiHue plugin but the controls are not working in HS. Using the controls in deCONz does work. We're still working on the sensors and other device features.
Other features are:
So far we have the basic controls and the battery. We think device 2038 is the battery temperature and 2039 would be the battery charge. Both battery statuses update regularly but are not yet accurate.

Here the deCONZ REST-API output for this device.
In lights:
In Sensors:
I can also send the JSON DDF if you need it.
If you need something else, let me know.
I'm running HS 4.2.16 and the JowiHue plugin is at 4.0.8.1.
Do you think we can get this to work in HS? That would be awesome.
Guy
I'm working with Dresden to add this new device. Device request is here: https://github.com/dresden-elektroni...in/issues/6469
Product page: https://www.aqara.com/en/product/cur...e1-rod-version
Device is seen by JowiHue plugin but the controls are not working in HS. Using the controls in deCONz does work. We're still working on the sensors and other device features.
Other features are:
- luminance/lux sensor
- motion sensor (not sure about this one)
- a control to specify (reverse) default rotation of motor so that curtains pairs motors go in opposite directions when open /
close command is sent - a control to open / close the hooks use to attach the device to the pole
- a pair of controls to define the start / end of travel distance so the device knows where to stop
So far we have the basic controls and the battery. We think device 2038 is the battery temperature and 2039 would be the battery charge. Both battery statuses update regularly but are not yet accurate.
Here the deCONZ REST-API output for this device.
In lights:
Code:
"12": { "etag": "090759055009cb23cb8bd0907089e717", "hascolor": false, "lastannounced": "2022-11-02T20:43:21Z", "lastseen": "2022-11-02T22:39Z", "manufacturername": "LUMI", "modelid": "lumi.curtain.agl001", "name": "Rideau chambre sud", "state": { "lift": 0, "open": true, "reachable": true }, "swversion": "0.0.0_0024", "type": "Window covering device", "uniqueid": "54:ef:44:10:00:51:0d:79-01" }
Code:
"65": { "config": { "on": true, "reachable": true }, "etag": "b635a1e8b1aa59e1c091733198fb1ad3", "lastannounced": "2022-11-02T20:43:21Z", "lastseen": "2022-11-02T22:39Z", "manufacturername": "LUMI", "modelid": "lumi.curtain.agl001", "name": "Rideau chambre sud Batterie", **_"state": { "battery": null, ###Probably why it shows as 0 "lastupdated": "none"_** }, "swversion": "0.0.0_0024", "type": "ZHABattery", "uniqueid": "54:ef:44:10:00:51:0d:79-01-0001" }, "66": { "config": { "battery": 0, "offset": 0, "on": true, "reachable": true }, "etag": "f61f6ca1aaf4dca1e35fb9ec1ea227a4", "lastannounced": "2022-11-02T20:43:21Z", "lastseen": "2022-11-02T22:39Z", "manufacturername": "LUMI", "modelid": "lumi.curtain.agl001", "name": "Temperature 66 Temperature", "state": { "lastupdated": "2022-11-02T22:37:05.377", "temperature": 29 }, "swversion": "0.0.0_0024", "type": "ZHATemperature", "uniqueid": "54:ef:44:10:00:51:0d:79-01-0402" } }
If you need something else, let me know.
I'm running HS 4.2.16 and the JowiHue plugin is at 4.0.8.1.
Do you think we can get this to work in HS? That would be awesome.
Guy
Comment