-
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
Adding wireless remote temperature reading #92
Comments
Hey Paul, conveniently this is precisely the reason for the HA service call which is surfaced by the device in the ESPHome YAML called https://github.com/ginkage/MHI-AC-Ctrl-ESPHome/blob/master/lr_mhi_ac_ctrl.yaml#L50 It shows up as Like the comment the YAML says, you need to ensure you publish the value (whether it's changed or not) at a higher frequency than Here's an example HA automation for you using a temperature sensor state:
|
Thanks Scottg88, I saw to late that Eddydordt also opened a likewise issue |
Another question if i may. |
Yeah you can do maths in the home assistant automation to add an offset. You probably need to do it conditionally based on mode. In practical experience there's not really a flat offset, the overshoot depends on a lot on how you have things set and where your temperature sensor is. You'd have to experiment and adjust throughout the seasons to find what makes sense for each room. |
At this moment two possibilities for room temperature readings are possible: internal temperature and an external wired sensor.
I would like to use a temperature reading connected wireless to HA as the room temperature.
I presume this should be possible but before i damage something in the software i would appriciate some help with this.
Thanks in advance,
Paul
The text was updated successfully, but these errors were encountered: