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
nodeName and NodeLoction are no longer present in the mqtt messages. I have the gateway configured manually and have entire z-wave value object selected as the payload. Ignore Location is off. I think this disappeared in the 2.3.0 version (but not completely sure).
I don't see a setting for that. but under the gateway setting:
Ignore Location: off
Ignore Status Updates: off
Send Zwave Events: off
Publish node details: on
@chrish987 I have found an UI issue and submitted a fix for that. For now try to do this: Set gateway type to something different then manually configured, the Include node info should show up, set it to true, set the gateway type back to manually confugured and press save
Version
Checklist:
Build/Run method
zwavejs2mqtt version: 2.3.0
zwave-js version: 6.6.2
Describe the bug
nodeName and NodeLoction are no longer present in the mqtt messages. I have the gateway configured manually and have entire z-wave value object selected as the payload. Ignore Location is off. I think this disappeared in the 2.3.0 version (but not completely sure).
Current JSON (version 2.3.0):
{
"id":"15-49-0-Ultraviolet",
"nodeId":15,
"commandClass":49,
"commandClassName":"Multilevel Sensor",
"endpoint":0,
"property":"Ultraviolet",
"propertyName":"Ultraviolet",
"type":"number",
"readable":true,
"writeable":false,
"label":"Ultraviolet",
"stateless":false,
"ccSpecific":{
"sensorType":27,
"scale":0
},
"list":false,
"value":0,
"lastUpdate":1616194887275
}
Previous JSON:
ommandClassName":"Multilevel Sensor",
"endpoint":0,
"property":"Illuminance",
"propertyName":"Illuminance",
"type":"number",
"readable":true,
"writeable":false,
"label":"Illuminance",
"stateless":false,
"ccSpecific":{
"sensorType":3,
"scale":1
},
"unit":"Lux",
"list":false,
"value":76,
"lastUpdate":1613014309453,
"nodeName":"MultiSensor6",
"nodeLocation":"MasterBedroom"
}
The text was updated successfully, but these errors were encountered: