This repository contains various Home Assistant add-ons
- Sunsynk/Deye Inverter: An add-on for monitoring and controlling Sunsynk and Deye inverters - see https://kellerza.github.io/sunsynk/
- SMA Energy Meter: An add-on for monitoring SMA Energy Meters - see https://github.com/kellerza/hassio-sma-em. Including a supporting mbusdb addon
- QSUSB64: An add-on for controlling QwikSwitch devices with the QwikSwitch USB modem - see hass-addon-qsusb64/README.md
- ESP: An add-on for monitoring South African load shedding schedules via the EskonSEPush API - see https://kellerza.github.io/sunsynk/guide/esp
- Git-push: An add-on for pushing files to a remote Git repository
You can test the addon locally by cloning the repository and running it in a Python 3.13+ virtual environment.
Requirements: uv. uv can be used to install Python and the required dependencies in a virtual environment.
When you run it on your local machine, it will use config from <working-dir>/.data/options.yaml. As a starting point you can copy the config under the options: key from config.yaml
ssh homeassistant.local
while :
do
docker logs -f --tail 50 addon_local_hass-addon-qsusb64
echo "Press Ctrl+C to exit"
sleep 0.5
done