You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually built (git clone - npm install - npm run build )
zwavejs2mqtt version: 1.0.0-alpha
Describe the bug
When my Aeotec door sensor reports a notification that the door is open, no MQTT message appears to be generated.
To Reproduce
Steps to reproduce the behavior:
Add Aeotec Door Sensor 7
Open door, observe debug log message come in "INFO ZWAVE: Node 17: value updated: 113-0-Access Control-Door state", while monitoring MQTT Explorer you will see no MQTT message generated.
Expected behavior
If 113-0-Access Control-Door State is changed I would expect an MQTT message to be produced.
Additional context
This may be partially related to #91, because originally the door notification would not be discovered. So I manually modified the payload to allow for discovery. It was only then that I figured out that the mqtt message for the door opening also didn't seem to be being generated. However I may be misunderstanding how this works. Let me know if I can provide more information.
When I monitor the 133->0 topics I only see "Power_Management" and "System". "Access Control" never appears.
The text was updated successfully, but these errors were encountered:
Version
Build/Run method
zwavejs2mqtt version: 1.0.0-alpha
Describe the bug
When my Aeotec door sensor reports a notification that the door is open, no MQTT message appears to be generated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If 113-0-Access Control-Door State is changed I would expect an MQTT message to be produced.
Additional context
This may be partially related to #91, because originally the door notification would not be discovered. So I manually modified the payload to allow for discovery. It was only then that I figured out that the mqtt message for the door opening also didn't seem to be being generated. However I may be misunderstanding how this works. Let me know if I can provide more information.
When I monitor the 133->0 topics I only see "Power_Management" and "System". "Access Control" never appears.
The text was updated successfully, but these errors were encountered: