Closed thyeestes closed 2 years ago
I haven't used triggers/conditions myself, buy why do you quote the below value, see https://www.home-assistant.io/docs/scripts/conditions/#numeric-state-condition, not sure if that could be a problem, I would more expect above: 58
instead of a below
That is because I'm testing the automation. My tank is only above 59 once a week. So I changed the trigger to a value around my tank temp. In that way it should be triggered more often, but it doesn't.
Just test and it worked for me, below my automation:
alias: test
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.altherma_tank_temperature
above: "41"
condition: []
action:
- service: notify.teo
data:
message: "\"andata\""
mode: single
Hope this helps...
That's pretty much the same as I have, but not working for me unfortunately.
I've upgraded my OS and rebooted, now it seems to work?
I have this integration installed in HA and I'm using a BRP069A78 unit. All information from the unit seems to be correctly displayed in my HA instance, however I'm not able to use the temperature sensors in automations.
Not sure if this is related to https://github.com/speleolontra/daikin_residential_altherma/issues/48
Example automation: