Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/predbat/config/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/fox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/fox_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/fronius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/ginlong_solis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/givenergy_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/givenergy_ems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/givenergy_givtcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/huawei.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/luxpower.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/sigenergy_sigenstor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Enter your Axle VPP API key if you have signed up to the Axle service in the UK
Expand Down
2 changes: 1 addition & 1 deletion templates/sofar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# rate configured with input_number.predbat_metric_octopus_saving_rate in-side HA
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/sofar_modbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Energy rates
Expand Down
2 changes: 1 addition & 1 deletion templates/solar_assistant_growatt_spa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Energy rates
Expand Down
2 changes: 1 addition & 1 deletion templates/solar_assistant_growatt_sph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Energy rates
Expand Down
2 changes: 1 addition & 1 deletion templates/solaredge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/solax_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/solax_sx4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/solis_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/sunsynk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Octopus free session points to the free session Sensor in the Octopus plugin
Expand Down
2 changes: 1 addition & 1 deletion templates/tesla_powerwall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ pred_bat:

# Octopus saving session points to the saving session Sensor in the Octopus plugin, when enabled saving sessions will be at the assumed
# Rate is read automatically from the add-in and converted to pence using the conversion rate below (default is 8)
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|)'
octopus_saving_session: 're:(event.octopus_energy([0-9a-z_]+|)_saving_session_event(s|))'
octopus_saving_session_octopoints_per_penny: 8

# Energy rates
Expand Down
Loading