Skip to content
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

nodeName and nodeLocation missing from update messages [bug] #917

Closed
3 tasks
chrish987 opened this issue Mar 19, 2021 · 3 comments · Fixed by #923
Closed
3 tasks

nodeName and nodeLocation missing from update messages [bug] #917

chrish987 opened this issue Mar 19, 2021 · 3 comments · Fixed by #923
Assignees
Labels
bug Something isn't working

Comments

@chrish987
Copy link

Version

Checklist:

  • [x ] I am not using HomeAssistant. Or: a developer has told me to come here.
  • [ x] I have checked the troubleshooting section and my problem is not described there.
  • [ x] I have read the changelog problem was not mentioned there.

Build/Run method

  • [x ] Docker
  • PKG
  • Snap package
  • Manually built (git clone - npm install - npm run build )

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"
}

@chrish987 chrish987 added the bug Something isn't working label Mar 19, 2021
@robertsLando
Copy link
Member

Is Include Node info enabled in your settings?

@chrish987
Copy link
Author

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

attached settings.json (renamed as settings.txt)

settings.txt

robertsLando added a commit that referenced this issue Mar 22, 2021
@robertsLando
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants