-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
SES302 Temperature Sensors Issue [bug] #1860
Comments
@jasonwragg logs please |
zwavejs_1.log |
Could you better explain what you mean here: |
Sure, when the main unit reports it temperature it is assigned to all the endpoint rather than just the main unit. 15:42:13.460 DRIVER « [Node 007] [REQ] [ApplicationCommand] The first time the unit connects and sends the values for all the value to the correct endpoint but after that only the main unit is being updated. |
This is from the manual, not sure if it help. Association
|
@AlCalzone I think this is something on your side |
Okay, the fact that the values are mapped to all endpoints is a bug. I've already fixed it in master. To figure out why only one report for the root endpoint comes in, please re-interview the device, wake it up and post a log of that. The current log is pretty empty because it only contains the update after restart from cache. |
|
You didn't have to exclude it, just repeat the interview :) |
Okay what I can see from the log: It seems however that this device expects each single endpoint to be associated with a target. At least I think that, because the manual is not exactly very specific:
This is currently not possible, as we need to add support to configure associations an an endpoint. |
node_11.txt
Before submitting a bug please read: https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report
Version
Build/Run method
zwavejs2mqtt version: 1.2.2
zwavejs version: 6.4.0
On Secure Meters (UK) Temperature sensor the external tank sensors all report the same value as the main sensor
A clear and concise description of what the bug is.
Added the device
Expected behavior
Each end point should receive its own temperature
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: