-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Bug]: Values missing from BLU Button 1 #914
Comments
Thanks for reporting a new issue @drb-germany!
Otherwise this issue will be closed. |
As you see, |
|
Sorry, misunderstood the issue. Yes, I've implemented a filter to avoid useless information in the states: Lines 301 to 339 in 4163057
|
OK. I think the
|
And why it's not safe to react on the on({ id: 'shelly.0.ble.b4:XX:YY:ZZ:76:94.button', change: 'any' }, (obj) => {
// react on update
}); |
The variable |
Of course, but an update event will be triggered. ( This is the same behaviour like in many other adapters too (like zigbee). |
Sorry @klein0r, I thought I tested this and did not get a change event, but I might have made a mistake there. In this case, of course, this would be obsolete for the change event. Still, the |
Forgot to add the |
I'm sure that
Shelly device
BLU Button 1
Protocol
MQTT
The problem
Script installed on Shelly PlusPlugS. Events of BLU Button 1 are reported to iobroker, but part of the payload (e.g. the pid) is missing in iobroker, but present in the script.
iobroker.current.log (in debug mode!)
No response
Version of nodejs
v16.20.2
Version of ioBroker js-controller
7.1.6
Version of adapter
v6.6.1
The text was updated successfully, but these errors were encountered: