ioBroker / ioBroker.hm-rpc

Connects HomeMatic Interface-Processes to ioBroker
www.iobroker.org
MIT License
60 stars 26 forks source link

HmIP-KRC4 OPERATING_VOLTAGE false max value. #746

Closed Hosenroller closed 1 year ago

Hosenroller commented 1 year ago

Hello

The device Homematic-IP HmIP-KRC4 is powerd from a AAA battery. The maximum voltage of an AAA battery is 1.5 volt

https://homematic-ip.com/de/produkt/schluesselbundfernbedienung-4-tasten/downloads https://de.elv.com/elv-homematic-ip-arr-bausatz-schluesselbundfernbedienung-mit-4-tasten-hmip-krc4-fuer-smart-home-und-hausautomation-152606

but in the datapoint is set 25.2V. I need the correct value for the device_watch adapter. Thank you for your support!

{ "type": "state", "common": { "name": "XXX:0.OPERATING_VOLTAGE", "role": "value.voltage", "def": 0, "type": "number", "read": true, "write": false, "min": 0, "max": 25.2, "unit": "V" }, "native": { "MIN": 0, "OPERATIONS": 5, "MAX": 25.2, "FLAGS": 1, "ID": "OPERATING_VOLTAGE", "TYPE": "FLOAT", "DEFAULT": 0 }, "from": "system.adapter.hm-rega.0", "user": "system.user.admin", "ts": 1667845499723, "_id": "XXX.0.OPERATING_VOLTAGE", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" } }

Hosenroller commented 1 year ago

I found a lot of devices witch are battery powered with an maximum of 25.2V. It seams that is a default value and a genral issue.

Hosenroller commented 1 year ago

missunderstanding