devWaves / SwitchBot-MQTT-BLE-ESP32

Allows for multiple SwitchBot bots and curtains to be controlled via MQTT sent to ESP32. ESP32 will send BLE commands to switchbots and return MQTT responses to the broker. Also supports Temperature, Motion, Contact sensors
MIT License
531 stars 66 forks source link

Could the comfortably data be got from meter-plus? #58

Closed thematrixdev closed 2 years ago

thematrixdev commented 2 years ago

Thanks.

devWaves commented 2 years ago

not yet. The meter plus data is slightly different than the standard meter, and I just got lucky that my code needed minimal changes to support it. If "comfortably data" is available it is not in the broadcasted data, it would require connecting to the meter plus like the code does to retrieve bot firmware value etc

the documentation available has nothing specific for meter plus yet, only regular meter github.com/OpenWonderLabs/python-host/wiki/Meter-BLE-open-API

cheers