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

... has value "128" greater than max "127" #471

Closed
baerenwaldfreund opened this issue Feb 20, 2022 · 2 comments
Closed

... has value "128" greater than max "127" #471

baerenwaldfreund opened this issue Feb 20, 2022 · 2 comments

Comments

@baerenwaldfreund
Copy link

baerenwaldfreund commented Feb 20, 2022

Der Fehler besteht bei der v1.15.6 weiterhin:

`

hm-rpc.1 2022-02-20 11:28:37.742 warn State value to set for "hm-rpc.1.xxxxxxxxxxxxxxxxx.0.RSSI_DEVICE" has value "128" greater than max "127"
`

Siehe auch hier.

@foxriver76
Copy link
Collaborator

Please use 1.15.7, previous versions had a bug not creating devices correct. Also you have to use read devices anew, else hm-rpc won't touch the objects

@raschy
Copy link

raschy commented May 5, 2023

I got an error message in ioBroker today: State value to set for "hm-rpc.1.00155D899126BD.0.RSSI_DEVICE" has value "128" greater than max "127"

hm-rpc1_RSSI-Device

This was also displayed in the RaspberryMatic as a "communication error" (or something).

Here is the raw from the data point:
{
"type": "state",
"common": {
"name": "HmIP-SWDM 00155D899126BD:0.RSSI_DEVICE",
"def": 0,
"type": "number",
"read": true,
"write": false,
"min": -128,
"max": 127,
"unit": "dBm",
"role": "value.rssi"
},
"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": 1644767827664,
"_id": "hm-rpc.1.00155D899126BD.0.RSSI_DEVICE",
"acl": {
"object": 1636,
"state": 1636,
"owner": "system.user.admin",
"ownerGroup": "system.group.administrator"
}
}

I use the hm-rpc v1.15.16

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