I’ve installed the Octopus Energy via HACS and struggling to automate devices on if my energy drops below £0 pence.
I’ve connected to my electricty meter and ran the automation from the Octopus integration which gets me
alias: Negative Price
description: “”
trigger:
- type: monetary
platform: device
device_id: c4d43b2c73dd360cb55dc468cfb54ccb
entity_id: 791415a7a488d4ba0de86cff30fd3b21
domain: sensor
below: 0
condition:
action: - service: climate.set_hvac_mode
metadata: {}
data:
hvac_mode: heat_cool
target:
entity_id: climate.underfloor_heating
mode: single
I’ve also tried creating my own but neither trigger:
alias: Octopus
description: “”
trigger:
- platform: numeric_state
entity_id:- sensor.octopus_energy_electricity_16k0061448_2331391474819_current_rate
below: 0
condition:
action:
- sensor.octopus_energy_electricity_16k0061448_2331391474819_current_rate
- device_id: 7ab13211fbadc1c5539d8ae6f0d26c4d
domain: climate
entity_id: 6ac4ce1e36fa870020e6bb7810ed4622
type: set_hvac_mode
hvac_mode: heat_cool
mode: single
Can anyone support?
Im running HA on Synology docker