Using a script how can I read the temperature for a 4-in-1 sensor? (Aeon Labs - ZW074)
device.level reports 0 or 255 which is whether it detected motion or not. I'd like to read the temperature and even the humidity.
Using a script how can I read the temperature for a 4-in-1 sensor? (Aeon Labs - ZW074)
device.level reports 0 or 255 which is whether it detected motion or not. I'd like to read the temperature and even the humidity.
The easiest way to do this would be to break out each reading into a separate device, then read the level from that new device. You can break it out by clicking the icon you see next to the particular reading you are interested in.
Ah, I didn't know you could do that. Works perfectly. Thanks, Ryan!