@ajtelang and others – @RandomEngy had opened a formal issue in the repo. I have pushed a fully updated code base to the main branch/channel. At this juncture I can see the primary issue appears to be resolved, but will await feedback before closing the issue.
Thanks Jeff. I am able to use the driver again. However, the multi-tap features aren’t functional yet - e.g. the toggle features in smart lighting don’t seem to be working.
EDIT> – I do some issues with the WX300 switches responding, that I need to look into a bit further – <EDIT
Just checking in – I setup a quick Smart lighting which basically turned on a ‘Bathroom Light’ if a 'Bedroom Light" was “Toggled up 2 times”
Smart lighting used the “pushed_2x” event.
2023-01-31T21:49:51.973343679+00:00 TRACE HomeSeer Z-Wave Switches Found ZwaveDispatcher handler in zwave_switch -> HomeSeer Z-Wave Switches
2023-01-31T21:49:51.974798368+00:00 INFO HomeSeer Z-Wave Switches <ZwaveDevice: e3a61c23-8056-44be-8575-dd3f4befa12e [80] (Bedroom Light)> emitting event: {"attribute_id":"button","capability_id":"button","component_id":"main","state":{"value":"up_2x"}}
2023-01-31T21:49:51.979731900+00:00 INFO HomeSeer Z-Wave Switches <ZwaveDevice: e3a61c23-8056-44be-8575-dd3f4befa12e [80] (Bedroom Light)> emitting event: {"attribute_id":"button","capability_id":"button","component_id":"main","state":{"value":"pushed_2x"}}
2023-01-31T21:49:52.001471192+00:00 TRACE GE Z-Wave Motion Switch/Dimmer Received event with handler capability
2023-01-31T21:49:52.011136898+00:00 INFO HomeSeer Z-Wave Switches <ZwaveDevice: e3a61c23-8056-44be-8575-dd3f4befa12e [80] (Bedroom Light)> emitting event: {"attribute_id":"button","capability_id":"button","component_id":"main","state":{"value":"double"}}
2023-01-31T21:49:52.047914042+00:00 TRACE GE Z-Wave Motion Switch/Dimmer Z-Wave command(efc07a7a) queued for radio transmission: CC:Basic, CID:0x01
2023-01-31T21:49:52.048529234+00:00 INFO GE Z-Wave Motion Switch/Dimmer <ZwaveDevice: 13b97705-0141-406f-9209-390d0de35aea [7E] (Bathroom Light)> received command: {"args":{},"capability":"switch","command":"on","component":"main","positional_args":{}}
2023-01-31T21:49:52.050719222+00:00 TRACE GE Z-Wave Motion Switch/Dimmer Found CapabilityCommandDispatcher handler in ge-zwave-motion-switch
2023-01-31T21:49:52.051905754+00:00 INFO GE Z-Wave Motion Switch/Dimmer <ZwaveDevice: 13b97705-0141-406f-9209-390d0de35aea [7E] (Bathroom Light)> sending Z-Wave command: {args={value=255}, cmd_class="BASIC", cmd_id="SET", dst_channels={}, encap="AUTO", payload="\xFF", src_channel=0, version=1}
2023-01-31T21:49:52.054223636+00:00 DEBUG HomeSeer Z-Wave Switches Bedroom Light device thread event handled
I also have a routine defined that watches for a “double” event and turns on a set of lamps. Both of these are currently working as expected against the production channel (in my world that is)
Hi Jeff. I did some more testing. I am able to replicate your scenario where the toggle up 2 times controls another device. In my use case, I’m using toggle up 2 times to dim 100% and toggle down 2 times to dim to 25%. When I’m using the switch to control the same device, it doesn’t respond. I think I have the same smart lighting settings as before when this was working last week on a previous version. Thanks again for time.
I have pushed a new switch driver to the main channel. This should address the primary challenges for using or triggering automation (routines or smart lighting) under these drivers.
Unless there are any other show stoppers/issues, it should allow me to focus on settings and individually addressable LED references next.
Hi @jshessen
My wd100 dimer have a problem. It working the first time after that it’s getting out of sync.
If I switch it on , the light goes on and in the app it stays off ,after that it won’t respond .
Thank you
I have a HS-WX300 switch configured as a switch (rather than a dimmer). I recently converted it to the Edge driver but now can’t control the status LEDs
@blanalex – Unfortunately, this is the position many of us have found ourselves in. I am working to recover all of the vendor specific capabilities for these switches (first) and even to push on to the fan controller and/or flood light as I can.
As I mentioned above, I need to sort out some parameter pushes to the 300 series, but then I have both an intermediate method to allow for the status LEDs to be controlled (via components, and will pivot to looking at child devices secondarily).
In the current build if you select the LED Operating Mode as “Status” you will see that it created the 7 components both in settings, and they become visible to other automation such as Smart Lighting. However, much like the Aeon SmartStrip if you want to interact with these via voice control you have to rap the components with a virtual switch. Hence this path being seen as intermediate.
I have just pushed/released the next driver (0.3.0) which includes the ability to address the individual LEDs via a component. This means that functions such as Smart Lighting can be used directly manipulate the “On” or “Off” of the LED.
Because these are defined as components of the original switch, they are not directly controllable as a full-fledged device. This is similar to some of the existing Edge devices (smart power strips, secondary switch on a single device etc.). You can define a Virtual Switch and sync the status via Smart Lighting (at least using the new app).
Is anyone working on an edge driver for the HSM200 multisensor? This is both an RGB nightlight and a motion/temperature/lux sensor. Plug-in, not battery. It’s a re-branded ezmultipli device, and has always been sort of out there on its own, but it’s useful and quite a few community members have it.
It’s a pretty straightforward device when looked at component by component. (It has a second association group, but I don’t think anybody using smartthings uses it, it just turns on up to four devices when motion is detected. And the user settable parameters are for the cool down period, and again, I don’t think most people using smartthings care.)
But it’s the combination of a controllable RGB light, and collecting information from the three sensors that tends to make it a unique project.
It’s worked well for years with a stock driver but a couple of people have reported that it did transition, but they ended up only with light control, not with the motion sensor data.
Anyway, it’s a Homeseer sensor still being manufactured and sold, which is why I’m asking in this thread, since I think this is where a lot of people would look for it.