https://github.com/philipphenkel/esphome-config
Repo for my ESPHome configurations
https://github.com/philipphenkel/esphome-config
ble deye esp32 esphome homeassistant smartsolar victron
Last synced: 10 months ago
JSON representation
Repo for my ESPHome configurations
- Host: GitHub
- URL: https://github.com/philipphenkel/esphome-config
- Owner: philipphenkel
- License: mit
- Created: 2024-03-19T18:22:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T21:17:25.000Z (over 1 year ago)
- Last Synced: 2025-01-03T03:12:08.026Z (over 1 year ago)
- Topics: ble, deye, esp32, esphome, homeassistant, smartsolar, victron
- Homepage:
- Size: 110 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esphome-config
Repo for my [ESPHome](https://esphome.io/) configurations. Contributions welcome.
## Deye SUN-12K-SG04LP3 - Modbus RTU
The most complete 😉 Modbus connector for the Deye SG04LP3 three-phase hybrid low voltage inverter. Should be compatible with all versions: SUN-5K-SG04LP3, SUN-6K-SG04LP3, SUN-8K-SG04LP3, SUN-12K-SG04LP3
[deye-sun-12k-sg04lp3.yaml](./devices/deye-sun-12k-sg04lp3.yaml)
Based on the work of [Sunsynk-Home-Assistant-Dash](https://github.com/slipx06/Sunsynk-Home-Assistant-Dash), [deye-inverter-mqtt](https://github.com/kbialek/deye-inverter-mqtt), [esphome-for-deye](https://github.com/klatremis/esphome-for-deye), [home_assistant_solarman](https://github.com/StephanJoubert/home_assistant_solarman), and more.
## Victron SmartSolar 75 | 15 - BLE
This ESPHome connector reads the SmartSolar sensors using the Bluetooth advertising protocol. It also provides a few extras such as battery charge and discharge, load voltage, load power, and daily load consumption. I expect it to work with all SmartSolar devices, although I have only tested it with the SmartSolar 75 | 15.
[victron-smartsolar-75-15.yaml](./devices/victron-smartsolar-75-15.yaml)
#### Sensors
- PV power and daily production
- Battery current, power, voltage, daily charge and discharge
- Load current, power, voltage, and daily consumption
- MPPT state, error
For device configuration details, visit [esphome-victron_ble](https://github.com/Fabian-Schmidt/esphome-victron_ble?tab=readme-ov-file#victron_ble-component-recommended).