Is it possible to get support for this added in HA? I can share my device to help with setup for the project if needed. It has a few more values than just temperature and humidity that I would like to see added to HA. Definitely a nice thing to have.
In the above linked thread @kaizoor and @qgazq helped to get the SwitchBot Outdoor Meter integrated into the Theengs Gateway HA Add-On, where it is working nicely now.
With the standard SwitchBot integration you will likely have to wait until it is being integrated there as well.
i restartet the system and the code 5 is gone the log only shows
[14:37:01] INFO: Creating TheengsGateway configuration…
[14:37:02] INFO: Starting TheengsGateway…
is there somethiong missing or is it ready to go now ?
But after this nothing else happens. Do I have to configure the ADAPTER field with my ESPHome BT proxy somehow? I am also using the mqtt broker from the Home Assistant addon
[14:45:39] INFO: Creating TheengsGateway configuration...
[14:45:49] INFO: Starting TheengsGateway...
INFO:BLEGateway:Starting BLE scan
INFO:BLEGateway:Connected to MQTT Broker!
INFO:BLEGateway:Subscribed to home/+/BTtoMQTT/undecoded
If it doesn’t reach the “Starting BLE scan” line, it probably doesn’t recognize the BLE adapter. You can try setting the LOG_LEVEL configuration to DEBUG to see more information, or explicitly set the adapter in the ADAPTER configuration, e.g. to hci0 or hci1 (depending on your hardware).
there is still nothing more in the log but as mentioned i see the device under mqtt and is shows values like temp humidity and battery nothing of the rest but this is cuurently not that important
The rest is most likely just calculated within the app itself, as all these other values are only derived from temperature and humidity. They are not contained in the advertising broadcasts.
Forgive me not understanding. How did it get implemented into HA? Where did this functionality get added which flowed into the main build of HA so that we got it?