Trefor Southwell
Trefor Southwell
Can you try changing 'metric_battery_value_scaling' to 1.0?
Also I have a new release coming that might help with this too..
Please try this one: https://github.com/springfall2008/batpred/releases/tag/v7.16.8
Closing this old ticket, please open a new one if you have an up to date question
Could make sense, but can share details on how to control it in HA?
Do these MQTT topics appear as HA entities? I would need a list of HA entities that hold the basic information required for apps.yaml together with some example automations used...
I guess I don't really know what these do without context. Can you take this template and try to map these sensors to the line items listed here: https://github.com/springfall2008/batpred/blob/main/templates/solaredge.yaml Then...
charge_rate - should be a setting in Watts e.g. 3000=3kW. You can just hard-wire it as 3000 for now discharge_rate - as charge rate soc_max is a value in kWh...
Did you ever get this to work?
The service API is a bit more comprehensive now e.g. for Solax we configure apps.yaml as ```yaml # Service for start/stop charge_start_service: service: select.select_option entity_id: select.solax_manual_mode_select option: "Force Charge" charge_stop_service:...