-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Can't send thermostat setpoint_raise_lower command #1473
Comments
I'm not sure what is going on here (this is an existing converter so should also be tested by others???) Anyway, can you before https://github.com/Koenkk/zigbee-shepherd-converters/blob/master/converters/toZigbee.js#L657` add
|
Hello, thank you for the response and sorry for such a delay, but I had a vacation. I added the logging line like so:
The output is:
However, commenting out those lines:
Fixed the problem. |
Those lines aren't needed indeed, thanks, fixed in latest dev! |
Bug Report
What happened
When I try to send thermostat
setpoint_raise_lower
command thezigbee2mqtt
service crashes.I do it like that:
The
0x2222223333333333
is my custom device.What did you expect to happen
I expected to receive
setpoint_raise_lower
command fromthermostat
cluster on my device.How to reproduce it (minimal and precise)
Firstly I created my own device in the
devices.js
file:Then I added those corresponding sections in
fromZigbee.js
:and
Finally I added the lacking
toZigbee.js
sections:Debug Info
zigbee2mqtt version: 1.3.1
CC253X firmware version: CC2531ZNP-Prod.hex
Crash report:
The text was updated successfully, but these errors were encountered: