-
Notifications
You must be signed in to change notification settings - Fork 37
Multi Inverter Support
William Eccles edited this page Feb 7, 2022
·
3 revisions
Good news! This plugin now supports multi-inverter households that have more than one FoxESS inverter.
Simply namespace your inverters within your main Home Assistant config.
Example of a two inverter household, but technically supports an unlimited number of inverters:
sensor:
- platform: foxess
name: FoxESS1
username: foxesscloud_username
password: foxesscloud_password
deviceID: foxesscloud_inverter_id1
- platform: foxess
name: FoxESS2
username: foxesscloud_username
password: foxesscloud_password
deviceID: foxesscloud_inverter_id2