Aeon Multisensor (4-in-1)

Discussions about existing Z-Wave device and their usage with Z-Way/Z-Cloud/Z-Box
Post Reply
mcfanda
Posts: 43
Joined: 08 Mar 2013 14:12

Aeon Multisensor (4-in-1)

Post by mcfanda »

I've just installed Aeon multisensor and associated with the rpi-zwave.me controller via Z-Cloud. I can see the device and the successfull interview in "Device Configuration". In Advanced Actions -> "Show interview results" >- "SensorMultilevel" I can also see the humidity, luminescence, and temperature values. In the any other page, however, the sensor appears as icon, but does not give information other than being "trigged". When I click on the icon on the map, an error appear in the javascript:
TypeError: g.commandClasses[49].data.sensorTypeString is undefined
in
pyzw_admin_min.js (line 1373)

In device control appears as a motion sensor always trigged.
Is there a way to fix this?
thanks a lot
marcello
mcfanda
Posts: 43
Joined: 08 Mar 2013 14:12

ok

Post by mcfanda »

I found the post on the English post (I guessed this was a device specific issue)
mcfanda
Posts: 43
Joined: 08 Mar 2013 14:12

I'm trying to read data from

Post by mcfanda »

I'm trying to read data from the multisensor from python script. I see from "expert commands" that the controller can correctly read the sensorMultilevel parameters. When I try to do the same in python script I get empty fields.
I've tried:
devices[7].instances[0].SensorMultilevel.data[1].val
yielding "{}"
but even
devices[7].instances[0].SensorMultilevel.data[1]
return a dict with the correct keys but empty values.
Is this reading possible in python script?
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Try

Post by PoltoS »

Try

devices[7].instances[0].SensorMultilevel.data[1].val.value

If the answer is None, the device has not reported the value yet
mcfanda
Posts: 43
Joined: 08 Mar 2013 14:12

thanks. it seems to work

Post by mcfanda »

thanks. it seems to work
Post Reply