Triggering a relay #550
Replies: 3 comments 2 replies
-
Although this is set in the integration are you sure it is a viable option. |
Beta Was this translation helpful? Give feedback.
-
After a bit of playing it does work sort of. You need to set Relay 1 to Boost. The issue no is that the Eddi boost timer may override HA. |
Beta Was this translation helpful? Give feedback.
-
I can see why Christian included it in the logic, because it may be implemented at some time in the future. But it does t work yet. I think you should close this issue unless you can categorically test as not working. Don’t forget this is a user based reverse engineered rendition of the API, so ME may be able to do this, but they’ve never released the details of method. The Eddi relay board was in my opinion never designed to interact with the API other than report its status. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to trigger a relay on my Eddi. The automation triggers and gets to the delay after the first action, but the relay isn't triggered. Is there something I need to set in the eddi? This is my YAML.
`alias: Daily Hot Water
description: Daily Hot Water Heating
trigger:
entity_id:
from: "off"
to: "on"
condition:
entity_id: switch.wiser_away_mode
state: "off"
enabled: true
action:
target:
device_id:
- XXXXXX
data:
target: Relay 1
time: 60
value_template: >-
{{ states('sensor.myenergi_hot_water_temp_tank_1') | float > 65 and
states('sensor.myenergi_hot_water_temp_tank_2') | float > 65 }}
for:
hours: 0
minutes: 0
seconds: 30
timeout:
hours: 1
minutes: 0
seconds: 0
milliseconds: 0
data:
target: Relay 1
time: 0
target:
device_id: XXXXXX
mode: single
`
Steve
Beta Was this translation helpful? Give feedback.
All reactions