You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error message from a lot of hmip devices: hm-rpc.1 | 2022-02-15 17:08:27.272 | warn | State value to set for "hm-rpc.1.000E5D89A9454A.0.RSSI_DEVICE" has value "128" greater than max "127"
I can adjust it my self, but it should be done by the adaptor imho.
I'm getting the following error message from a lot of hmip devices:
hm-rpc.1 | 2022-02-15 17:08:27.272 | warn | State value to set for "hm-rpc.1.000E5D89A9454A.0.RSSI_DEVICE" has value "128" greater than max "127"
I can adjust it my self, but it should be done by the adaptor imho.
{ "type": "state", "common": { "name": "Temperatur Wohnzimmer Anbau:0.RSSI_DEVICE", "role": "value.rssi", "def": 0, "type": "number", "read": true, "write": false, "min": -128, **"max": 127,** "unit": "dBm" }, "native": { "MIN": -128, "OPERATIONS": 5, **"MAX": 127,** "FLAGS": 1, "ID": "RSSI_DEVICE", "TYPE": "INTEGER", "DEFAULT": 0 }, "from": "system.adapter.hm-rega.0", "user": "system.user.admin", "ts": 1644928513459, "_id": "hm-rpc.1.xyz.0.RSSI_DEVICE", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" } }
The text was updated successfully, but these errors were encountered: