Hi, in lieu of getting GivTCP working with my old Synology DS214play I am in the process of building a cheaper version of an iBoost using v1 of the cloud API.
The idea is to use a smart 16 amp switch (I'm going to give a frient smart cable a go), when certain conditions apply. My hope is to use home assistant to integrate the frient with this node-RED flow. I'm still learning node-RED (not sure my use of parallel API calls is right or efficient) but it works in principle. I haven't hooked up the frient yet, so using a mobile phone notification to indicate when to turn the immersion on or off.
The logic is to turn on the immersion heater when battery is at 100% and there is a good amount of sun around (using forecast.solar to measure next hour's incident Wh) so it'll both supplement the battery and fully recharge the battery again afterwards. The immersion heater has a dual switch, so either heats a bit of water at around 2.5kW or the whole tank at around 3.2kW. Then turn it off when water temperature reached (i.e. the thermostat kicks in and power demand falls).
I have a 3kWp array and a GivEnergy AC 3.0 inverter.
Any thoughts?