Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State value to set for "hm-rpc.xyz.0.RSSI_DEVICE" has value "128" greater than max "127" #469

Closed
passuff opened this issue Feb 15, 2022 · 2 comments

Comments

@passuff
Copy link

passuff commented Feb 15, 2022

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" } }

foxriver76 added a commit that referenced this issue Feb 16, 2022
* (foxriver76) implemented workaround for the RSSI_DEVICE 128 bug if devices connect to HMIP-HAP (fixes #346, #469, #402)
@pphlwmarcel
Copy link

Still in Version 1.15.8 I'm getting this warn messages in Log

2022-03-16 08:56:14.030 | warn | State value to set for "hm-rpc.2.xxxxxxxxxxxx.0.RSSI_DEVICE" has value "128" greater than max "127"

Do I have to adjust some datapoints manually or is it still a bug in the adapter?

@foxriver76
Copy link
Collaborator

The adapter does only fix objects on "recreation", thus use a "Geräte neueinlesen" (Synchronize objects) run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants