zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
970 stars 204 forks source link

[bug] #749

Closed cts1085 closed 3 years ago

cts1085 commented 3 years ago

Before submitting a bug please read: https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report

Version 1.4.0

Build/Run method

zwavejs2mqtt version: 1.4.0 zwavejs version: 6.5.0 Zwavejs-server Version: 1.0.0

Describe the bug

A clear and concise description of what the bug is. After re-interview I see "scenes" for my inovelli Red Series Dimmer under Node->Home Assistant but when i check the WS integration in HA the entity is only listing the light and two sensors, no scenes are exposed via WS

To Reproduce

Start docker for ZWaveJS2MQTT and inspect "Integration"->ZWave-JS devices

Steps to reproduce the behavior:

  1. Go to 'HA Integrations'
  2. Click on 'ZWave-JS Devices.'
  3. Scroll down to 'Red Series Dimmer'
  4. See no scenes are listed - just the electric totals/metrics

Expected behavior

A clear and concise description of what you expected to happen. See the scenes similar to OZW->MQTT

Additional context

Add any other context about the problem here.

Zwave-JS integration: image

OZW->MQTT Integration image

ZwaveJS2MQTT - Node->Home Assistant image

"silly" logs zwavejs2mqtt-store.zip

towerhand commented 3 years ago

Did you press the green "rediscover node"? I have had to do that in the past.

cts1085 commented 3 years ago

When I did the re-interview then the scene's showed up in ZwaveJS2MQTT, but they did not show up in HA - I will try what you suggested and see if that helps however.

cts1085 commented 3 years ago

no change with the "rediscover node"

robertsLando commented 3 years ago

I dunno if you are aware of this but mqtt discovery != zwavejs integration, them are two different things and they essentially prtovide two different ways to integrate your zwave devices with hass.

cts1085 commented 3 years ago

I do understand and I am planning on migrating to use zwavejs integration. I am just wanting to make sure that I am not losing any functionality. It appears the only item left is the scene events being seen by hass. Unless there is a different method or implementation to use scenes from these devices into hass via zwavejs?

robertsLando commented 3 years ago

I am just wanting to make sure that I am not losing any functionality.

I cannot answer to this question as I'm not using zwavejs integration and I dunno its support, I can only speak about the mqtt discovery that is maintained by me

cts1085 commented 3 years ago

ok - so is there a different place I should be posting this issue or question?

robertsLando commented 3 years ago

Home assistant core github repo