tony-fav / tasmota-blerry

GNU General Public License v3.0
96 stars 29 forks source link

Limited Support for Polled Devices!! #40

Closed tony-fav closed 2 years ago

tony-fav commented 2 years ago

These are devices that can be polled for data with a single BLEOp command returning on a notification characteristic: BLEOp1 m:<mac> s:<service> c:<writechar> n:<notifychar> w:<bytestowrite> go

First supported device is the WP6003 Air Box. Polling occurs every minute and cycles through polled devices registered. The Air Box is fairly inconsistent to respond on the notification before Tasmota times out the connection, but it does work regularly in my testing.

edestecd commented 2 years ago

Can confirm WP6003 working well for me so far