question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Homeseer WD200+ dimmer not providing updates to MQTT topics on change

See original GitHub issue

Describe the bug When setting the changeValue topic with MQTT to turn on/off or set dim level the light changes to the correct setting but the MQTT topics currentValue and targetValue never get updated. Discussion of issue: https://zwave2mqtt.slack.com/archives/C01DQ24SDKL/p1610818512273700

It looks like SupervisionCCReport command is failing in the zwave logs.

Device information Which device(s) is/are affected (make/model)? Homeseer WD200+ What are the node IDs? 22

Last Known Working Configuration

  • New device

  • Previously working device (node-zwave-js)

    • Which library version/docker image/adapter version?
    • Have you made any recent configuration changes to the device? Describe.
  • Previously working device (other platform)

    • Which platform? zwave2mqtt/HA Native Zwave
    • Have you made any recent configuration changes to the device? Describe.

Installation information How did you install node-zwave-js?

  • Zwavejs2mqtt (latest) docker image
  • Zwavejs2mqtt (dev) docker image
  • ioBroker.zwave2 adapter
  • Pkg
  • Manual docker build
    • Against which branch of node-zwave-js?
    • With which branch of zwavejs2mqtt?
  • Other (describe)
  • Manually built (git clone - yarn install - yarn run build:full)

To Reproduce Steps to reproduce the behavior:

  1. issue: z2m/nodeID_22/38/0/targetValue/set to 0
  2. light turns off, but MQTT targetValue and CurrentValue do not get updated with a new timestamp or value.
  3. issue: z2m/nodeID_22/38/0/targetValue/set to 50
  4. light is set to dim level of 50, but targetValue and currentValue do not get updated with a new timestamp of value.

Logfile: zwavejs_1_WD200_LightOn.log

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AlCalzonecommented, Jan 20, 2021

Oh, right - I just skimmed through the issues with the polling support label.

0reactions
crzykiddcommented, Jan 24, 2021

@AlCalzone I am attaching new logs. zwavejs_1.log has node 22 which is the Homeseer WD200+ from zwavejs2mqtt. For comparison since the switches seem to be working fine in OZW with zwave2mqtt, I am attaching a log for that as well in OZW_log.txt The switch in question in this log is node003. OZW_Log.txt zwavejs_1.log

Read more comments on GitHub >

github_iconTop Results From Across the Web

HS-WD200+ and HS-WS200+ Firmware Updates
The switches do not have air gaps and you really cannot use a dimmer on a smart bulb. If the relay (on a...
Read more >
WD200+ Dimmer Status Lights Work - Lights Not Turning On
I have 4 rooms with the same small ceiling fan. One was retrofitted with a LED module that works perfectly with the WD200...
Read more >
MQTT crashes and restarts when topic received
Just setup a package that would send temperature information via MQTT so I'm not able to actually try doing something useful with MQTT...
Read more >
HS-WD200+ and HS-WS200+ Firmware Updates
Here's what's happening: I have set a first WD200 (Dimmer-1) to control a second WD200 (Dimmer-2) using the Group 2 association. When Dimmer-1 ......
Read more >
HS-WD200+ and HS-WS200+ Firmware Updates
The answer to your main question here is no, HomeSeer has not announced that they will be changing the WD200 or WS200 to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found