Charging home battery
Posted: Monday 26 April 2021 14:18
Hi guru's,
I am noob to Domoticz and programming and want to achieve the following:
- I have solar panels that supply a surplus of power during the day; I can read power values from the inverter as well as from the powermeter.
- I have build a 48v 2kWh battery, I have several chargers, but for this example lets assume it has 250 Watt capacity
- I have a couple of Tasmota plugs that I can switch on and of from Domoticz
- Since I am completely new to programming I thought II use blockly; I already managed to switch on the plugs in the evening and so on.
My idea was to take the reading from the power meter and use: if power < -250 , then switch on the charger.
By the looks the negative value is not accepted.
Any clues are highly appreciated.
TIA
I am noob to Domoticz and programming and want to achieve the following:
- I have solar panels that supply a surplus of power during the day; I can read power values from the inverter as well as from the powermeter.
- I have build a 48v 2kWh battery, I have several chargers, but for this example lets assume it has 250 Watt capacity
- I have a couple of Tasmota plugs that I can switch on and of from Domoticz
- Since I am completely new to programming I thought II use blockly; I already managed to switch on the plugs in the evening and so on.
My idea was to take the reading from the power meter and use: if power < -250 , then switch on the charger.
By the looks the negative value is not accepted.
Any clues are highly appreciated.
TIA