-
Notifications
You must be signed in to change notification settings - Fork 44
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
Bluetooth temp sensor #67
Comments
Add "| float" before the "}}" |
You need to put this service in automation. And let it publish every 30 seconds or so |
Thanks Eddydordt, I've managed to get it to work allthough it feels like a "way arround". |
I think ESPHome has the ability to read sensors directly from HA and use them, but then you would need to create the automation in ESPHome. In reality, I don't think it's going to be more reliable since you still need your home assistant to be available. The only more neat solution would be a wired temperature sensor or a bluetooth sensor which is directly connected to the ESP that controls your AC.. But bluetooth/wifi share the same antenna on ESPHome so it could influence the stability of the connectivity.. And then you still need an automation within ESPHome as there's no native implementation currently. |
Hello,
I have updated from the MQTT version to esphome. In MQTT, I could write the temperature from a Bluetooth sensor to the unit.
When I want to do this now, I get an error:
This service requires field value, please enter a valid value for value.
Can someone tell me what's going wrong?
The text was updated successfully, but these errors were encountered: