AndreBott83 / HA_Zero_PV_Grid_Feed_in

7 stars 7 forks source link

two micro inverters #1

Open deanZZZZZ opened 1 year ago

deanZZZZZ commented 1 year ago

hi I have two inverters (hm-300 and hm-600) and I use OpenDTU to connect to HA.

"PV Power Meters" I set both? "NonPersistentLimit" I can only choose one

Do I set your blueprint for each inverter separately?

use_blueprint: path: AndreBott83/HA_BluePrint_ZeroFeedIn.yaml input: InverterOnlineStatus: sensor.opendtu GridPowerMeters:

error with this configuration when ru automation.

2023-11-08 11:44:10.412 ERROR (MainThread) [homeassistant.components.automation.control_pv_limit_hm_300] Control PV Limit hm-300: Error executing script. Invalid data for call_service at pos 1: Entity ID currentlimit is an invalid entity ID for dictionary value @ data['entity_id'] 2023-11-08 11:44:10.417 ERROR (MainThread) [homeassistant.components.automation.control_pv_limit_hm_300] Error while executing automation automation.control_pv_limit_hm_300: Entity ID currentlimit is an invalid entity ID for dictionary value @ data['entity_id']

AndreBott83 commented 1 year ago

Hi, about the error it could be that the last minute change caused it. I uploaded a new version, which on my end is running without errors.

about the topic of Controlling 2 inverters, it is not so easy.

You could of course setup the automation twice, but then you will limit your generation too much. Let me think about how to extend the automation to support 2 or more inverters.

deanZZZZZ commented 1 year ago

OK. thanx

hwinkel commented 9 months ago

What about working with Relative Limits across all Connected WRs? and of Course a maximum values which is the Sum of all WRs. Should this not go in the right direction?