Vera z-wave energy monitors to HA

As you say - not much we can do if Vera isn’t picking up the raw data.

But happy to help add any missing devices to pyvera if you’d like to.

@gregd yeah I still haven’t figured out the Vera piece. However if you want to add some other missing bits I would be grateful. One thing missing is the energy monitor data. I had to parse it out of the raw XML using @pembo’s scripts. Another seems to be the multi-sensors I just picked up (Monoprice - re-branded Vision ZP3111-5). They seem a bit odd though, with individual “devices” and a parent. I’ve dumped the raw XML here for review: https://pastebin.com/CwpvmtaL

What additional information/steps from me are needed to get some of this into pyvera? Thanks so much!!

I’ve added an issue here for the power meters. https://github.com/pavoni/pyvera/issues/47

I can add the device type - and a couple of useful attributes (watts and kwh) to pyvera.

Will then need to check if it works and updates properly - and integrate with HA.

Are you a developer?

Multi-sensors normally just work by adding the child devices - which are the devices you’re missing?

1 Like

Sweet, thanks!

Not really, though I know enough Python to be dangerous. :slight_smile:

Scratch the multi-sensor comment. They are showing up properly. Just took a couple of restarts of HA, not sure why.

@pembo working with @gregd to get this added. Can you help test here please: https://github.com/home-assistant/home-assistant/pull/7134