Skip to content

acesyde/hassio_mylight_integration

Repository files navigation

MyLight Systems

GitHub Release GitHub Activity License

hacs Project Maintenance

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

Installation

Automatic

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Manual

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it. 3In the custom_components directory (folder) create a new folder called mylight_systems.
  3. Download all the files from the custom_components/mylight_systems/ directory (folder) in this repository.
  4. Place the files you downloaded in the new directory (folder) you created.
  5. Restart Home Assistant
  6. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "MyLight Systems"

Configuration is done in the UI

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines