Hi have successfully installed and configured predbat on my shiny new homeassistant.green appliance. I managed to figure out the URL for Cosy Octopus tariff and use that (plus a fixed 4p/unit export rate) an predbat is now controlling my charge and discharge (hopefully).
Prior to installing predbat, I used 3x timed charge periods to correspond with the off-peak rates. During configuration, I noticed that the plan only took account of one of these when I was in monitor mode, so I thought I would take the plunge and let it rip with full control - nobody will die 🙂
Looking at my inverter, I see that the 1st charged time period is set to 00:00-00:00 (i.e. disabled), but my 2nd and 3rd periods still reflect their previous settings. Am I correct in assuming that because the 1st perfiod is disbled, the others are implicitly disabled? I am sure I will find out soon enough anyway
Also, since the plan only showed a single timed-charge period, is there anything I did wrong in the configuration when defining 3 charging periods? Here is an extract from my apps.yaml
charge_start_time:
- select.ge_inverter{geserial}ac_charge_1_start_time
- select.ge_inverter{geserial}ac_charge_2_start_time
- select.ge_inverter{geserial}ac_charge_3_start_time
charge_end_time:
- select.ge_inverter{geserial}ac_charge_1_end_time
- select.ge_inverter{geserial}ac_charge_2_end_time
- select.ge_inverter{geserial}ac_charge_3_end_time
