Integration to integrate with MyLight Systems.
This integration will set up the following platforms.
Platform | Description | Unit | Implemented |
---|---|---|---|
sensor.total_solar_production |
Total solar power production. | W/h | ✅ |
sensor.total_grid_with_battery_consumption |
Total power consumption from the grid with virtual battery. | W/h | ✅ |
sensor.total_grid_without_battery_consumption |
Total power consumption from the grid without virtual battery. | W/h | ✅ |
sensor.total_autonomy_rate |
Autonomy rate. | % | ✅ |
sensor.total_self_conso |
Self consumption. | % | ✅ |
sensor.total_msb_charge |
My Smart Battery Charge. | W/h | ✅ |
sensor.total_msb_discharge |
My Smart Battery Discharge. | W/h | ✅ |
sensor.battery_state |
Current battery state. | kW | ✅ |
sensor.total_green_energy |
Total power consumned (from the production) by you home. | W/h | ✅ |
sensor.grid_returned_energy |
Total power returned to the grid. | W/h | ✅ |
switch.master_relay |
Master relay switch. | N/A | ✅ |
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. 3In thecustom_components
directory (folder) create a new folder calledmylight_systems
. - Download all the files from the
custom_components/mylight_systems/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "MyLight Systems"
If you want to contribute to this please read the Contribution guidelines