Automations in Home-Assistant #34
Replies: 3 comments 1 reply
-
Hi @sa7lej thanks for contributing! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Rather than embedding your MQTT publish command in your automations, it may be more helpful to use a climate objects which hides all the MQTT stuff and set the climate options (on off, target room temp, lwt temperature) from the automations. For the climate object and automation example based on the climate object, see here: |
Beta Was this translation helpful? Give feedback.
-
I have finished my first automations in Home-Assistant - my main goal is cut costs by trying to limit heating during very high cost periods (usually daytime). I use Tibber as a provider and they provide an attribute in their api called "Price level" that in turn is dynamic: "Price level based on trailing price average (3 days for hourly values and 30 days for daily values)" - i have mapped that to a simple 1-5 sensor where 1 is very cheap and 5 is very expensive.
My automations build on that sensor and an average temp based on the room temperature from my (daikin) controller and a separate temp sensor in another room of the house. I'm pretty sure i will need to adjust these to dial stuff in and perhaps use calculations based on the actual price instead of their price level. But so far everything checks out and seems stable. :)
Turn off pump when price is to high and temp is above 18 and notify me:
Turn on pump when price is low and temp is above 20:
And finally to account for the times when the price is "Normal":
Beta Was this translation helpful? Give feedback.
All reactions