-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with adding SwitchBot meter: Outdoor Hygrometer Thermometer #133
Comments
What other Switch Bot devices do you have? Because you could try to use passive scan and see if outdoor meters works, as the way to retrieve their data is different than the one for classic meters in active mode. |
I'm having the same problems with that "SwitchBot IP65 Indoor Outdoor Hygrometer Thermometer "my settings in the SwitchBot-BLE2MQTT-ESP32.ino
|
Hi, I can confirm the same issue in my case. |
Has someone tested what I suggested above? |
@Nardol I've been really busy lately and haven't had the time to give your a suggestion a try yet. In the meantime, I did the same thing the previous poster mentioned. I set up a Bluetooth proxy with esphome and used the switchbot integration. |
@bklen thanks for your reply. |
@Nardol |
Oh, strange that battery information are displayed for inside thermometers. |
After the changes "static const bool onlyPassiveScan = true;" the battery status is "Unknown" !!!
|
could it be that the library version is causing the problem?
|
That is expected. The Python implementation also do not provide battery information in passive scan if I remember correctly. I think @RobusX has retained values displayed and these would not be updated. |
They changed the data layout: |
I am having some issues with adding a switchbot "Thermo-Hygrometer", and hoping you all can help me out!
Sensor: SwitchBot IP65 Indoor Outdoor Hygrometer Thermometer
amazon link: https://a.co/d/9VOZyo0
SwitchBot link: https://us.switch-bot.com/products/switchbot-indoor-outdoor-thermo-hygrometer?variant=44560794812649
I am able to add the sensor to Home Assistant using the SwitchBot add-on: https://drive.google.com/file/d/1pfbvTVE9Trey5ngG6uuW4FvJw8GnbKeH/view?usp=drive_link
However, after following the instructions(https://github.com/devWaves/SwitchBot-MQTT-BLE-ESP32), I am having issues: https://drive.google.com/file/d/1Nlg9fyvSreWnqrhoBg-ZQtTUx0pQ9evb/view?usp=drive_link
I tried adding the sensor as a "Bot", just to see what would happen: https://drive.google.com/file/d/1UePuTuZMshxPls3sqSwUzsE-OLbFpe20/view?usp=drive_link
Please let me know if you need any more information, and thank you!!!
*Edit
I got different "switchbot Thermometer and Hygrometer" (https://a.co/d/18Wl9Z2), and I was able to add these with no issues.
Seems like the previous meters I got(https://a.co/d/9VOZyo0), are not implemented.
The text was updated successfully, but these errors were encountered: