pa-pa / AskSinPP

104 stars 71 forks source link

OPT3001 implementation #271

Closed trilu2000 closed 3 years ago

trilu2000 commented 3 years ago

Homematic usesd the OPT3001 Lux sensor in their HM-Sen-MDIR-WM55 device by default.

The OPT3001.h measurement function delivers a LUX100 value to grant a more precise Lux information especially in the low value area. You can make use of this module in the same way as you use the TLS2561.

typedef MotionChannel<Hal, PEERS_PER_CHANNEL, List0, Opt3001<> > MChannel;