Stopping the battery discharge with Intelligent Octopus Go #73
-
|
With the latest Intelligent Octopus Go dynamic tariff and the Ohme Home Pro you get 6 hours of off peak between 23.30 and 05.30 but this tariff works with the national grid and Octopus can allocate charging periods anytime and also change them anytime so pre setting the corresponding charge times in the Sigen app can be challenging with these random changes. So any cheap rate periods that are given between 05.30-23.30 need to be matched as charging periods in the Sigen app so as not to discharge the battery as the EV load is seen as the house load. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
I think you want to change mode like this. First you have to enable read-write in integration settings and then enable the switch. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry but I don’t understand. Please show with pictures. |
Beta Was this translation helpful? Give feedback.
-
|
Ignoring the issues I saw in #223... And it's using When IO dispatching is on, charge the battery. When it goes off, go to self consumption...
alias: Octopus Energy - Put Sigen into Charge when Dispatching
description: ""
triggers:
- trigger: state
entity_id:
- >-
binary_sensor.octopus_energy_{{DEVICE_ID}}_intelligent_dispatching
from: null
to: "on"
conditions: []
actions:
- device_id: {{DEVICE_ID}}
domain: select
entity_id: {{ENTITY_ID}}
type: select_option
option: Command Charging (Grid First)
mode: single
alias: Octopus Energy - Put Sigen into Maximum Self Consumption when Not Dispatching
description: ""
triggers:
- trigger: state
entity_id:
- >-
binary_sensor.octopus_energy_{{DEVICE_ID}}_intelligent_dispatching
from: null
to: "off"
conditions: []
actions:
- device_id: {{DEVICE_ID}}
domain: select
entity_id: {{ENTITY_ID}}
type: select_option
option: Maximum Self Consumption
mode: singleIt may be possible to make blueprints for these... |
Beta Was this translation helpful? Give feedback.






@andyp421 Hello Andy. No I couldn't achieve controlling the Sigenergy system, it's mostly only for visual data displays.
I changed my Consumer Unit cupboard wiring so that the Sigen CT couldn't see the EV load. This was fairly simple by adding a £6 single Henley block and two short 16mm² cables and an electrician for 1 hour.