#Philio PSM 4-1

1 messages · Page 1 of 1 (latest)

dusk sun
#

That looks like you're polling the device on wakeup.

#

Multiple times the same values actually, which might be something the driver should avoid doing

#

Are any associations to the controller node configured?

fallen venture
#

I have not configured anything other than the wakeup interval and the sensor report intervals (configuration parameters. I thought zwavejs does not support associations. I excluded the device from SmartThings and included it in zwavejs2mqqt. Should I have done a factory reset?

#

The device is responding better after changing the wakeup interval. I will share another debug log at the end of my day. In the mean time this is the device debug information: http://hastebin.com/bihawoqohe.json

fallen venture
dusk sun
#

zwave-js certainly does support associations. The HA integration just doesn't give you a way to edit them yet. zwavejs2mqtt does.

#

The dump doesn't include the associations either - you'll have to look at the associations UI in z2m.

#

In your log the device still isn't reporting on its own, all updates are obtained by polling after it wakes up.

#

You could also re-interview the device and make a driver log of that. That includes the associations.

fallen venture
#

If updates are still obtained by polling, it explains why I do not get motion events. I did set parameter #7 to 22 and confirmed it by doing a get. I will do an re-interview and share the debug log.

fallen venture
#

In zwave2mqqt, MultiSensor 6 has a group, while PSM02 does not. In the Z-Wave JS Config DB, MultiSensor 6 has Association Group #1 auto assigned checked, while PSM02 has not.

dusk sun
#

Hm, that's probably it. Do you already have a log of the re-interview?

fallen venture
#

PSM02 is not a ZWave Plus device and therefor does not define lifeline. Would “isLifeline”: true instruct zwave2mqqt to create an association or is there another to create an association automatically.

dusk sun
#

Yep, that line needs to be added to the config file - that should be all

fallen venture
dusk sun
#

[Node 004] No information about Lifeline associations, cannot assign ourselves

#

yep, we need the isLifeline entry in the config file

#

Would you be willing to create a PR?

fallen venture
#

Yes, I have started on it. I have not done it before, but there is a first time for everything.

dusk sun