Robert Eckhoff

Results 68 comments of Robert Eckhoff

Last effort looks close. I think it is just step 2 (zwave lint has passed) at the bottom on this posting to clean up the files. https://zwave-js.github.io/node-zwave-js/#/config-files/contributing-files

Did you delete the paramInformation from the MH5-2A? If not follow the pattern and the manual to adjust the labels and units. ``` "paramInformation": [ { "#": "1", "label": "Temperature...

One thing that might help is to upgrade the firmware on the Zstick. I see from the picture it is 7.15.4. Might want to read this https://zwave-js.github.io/node-zwave-js/#/troubleshooting/otw-upgrade Also is the...

As this is happening with all devices it could be the controller. I would update the firmware to 7.18.3 That what I am using. As to the power I don't...

It will be impossible to add this device without TYPE, ID. Are you sure about this assertion? `The device was interviewed completely and has no missing or undefined IDs`

Interesting. As you can see that resolves to an Everspring Siren. It has no parameters and just one Association group. It is not a "light", but from poking around should...

I do not know what Scrypted is? Generally, how it works is during inclusion the device advertises the mfgID, TypeID and ProductID (in this case 0x0060, 0x000c & 0x0001) and...

FYI- It is your home automation software that is labeling it a light, not zwave-js. In ZWave terms it is a binary switch (used by a light, but also other...

This could be an issue with the home assistant configuration. Does the sensor have an option for "8" in the .py for water? The device could be sending "8" as...

`HA is dynamically [looking up](https://github.com/home-assistant/core/blob/8181fbab5ccc369a6ca5f0c3f9a45910e7a65c48/homeassistant/components/zwave_js/sensor.py#L733-L735) the valid states` That is good to know. I've never used HA, just some of HA JSON "configs" that get published to MQTT and they...