Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.09 KB

info.md

File metadata and controls

51 lines (40 loc) · 1.09 KB

💽 Version

{% if version_installed == version_available %} 👍 You already have the latest released version installed. {% endif %}

{% if installed and version_installed != selected_tag %} 🤓 Changes from version {{ version_installed }} {% endif %}

💾 Configuration

Edit your home-assistan /configuration.yaml and add:

sensor:
  - platform: foxess
    username: foxesscloud_username
    password: foxesscloud_password
    deviceID: foxesscloud_inverter_id

foxesscloud_inverter_id in UUID that can be found on the foxesscloud in the url path on the Inverter Details page

📊 Provided entities

HA Entity Measurement
Generation Power kW
Grid Consumption Power kW
FeedIn Power kW
Bat Discharge Power kW
Bat Charge Power kW
Energy Generated kWh
Grid Consumption kWh
FeedIn kWh
Bat Charge kWh
Bat Discharge kWh
Bat SoC %
Bat Temp °C

🤔 Troubleshooting

Increase log level in your /configuration.yaml by adding:

logger:
  default: warning
  logs:
    custom_components.foxess: debug