treban / pimatic-raspbee

This plugin provides a raspbee interface for pimatic.
GNU General Public License v2.0
5 stars 5 forks source link

New sensors and fixes #9

Closed sweebee closed 6 years ago

sweebee commented 6 years ago

I've added some new devices:

RaspBeeMultiSensor Works for temperature/humidity/pressure sensors, the device discovery automatically detects them.

RaspBeeWaterSensor Detects water

RaspBeeMotionSensor This sensor now also supports lux, device discovery will check this

RaspBeeSwitchSensor Just a generic sensor for switches, it show the button state like 1002, 1004, 2002. This is just a fallback, we can check on device models for specific switch devices like the Ikea remote.

RaspBeeLightSensor Just a simple light sensor

sweebee commented 6 years ago

I've also added a generic switch device. If the switch is not known, it adds a sensor which outputs the button event state. If the device is known it will use the right one, the Ikea remote for example. #7

sweebee commented 6 years ago

Also added the water/leak sensor for aqara

treban commented 6 years ago

Really nice work! Thx for that. I still don't have any sensors except Ikea's. My order is on the way;) I will publish a new npm version soon.