Initial one - draft

master
CheongK 2020-04-14 11:40:40 +10:00 committed by GitHub
parent 4006cdefcf
commit b7622c0a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
README.md 100644
View File

@ -0,0 +1,11 @@
# -HA_AppDaemonZeverSolarSensor
Get power generation from ZeverSolar Inverter and present it to front end as a sensor for Hass.IO
This AppDaemon application gets the generated solar power from a ZeverSolar Inverter and presents it to the front end of Hass.IO
through a component.
**Notes:**
1) Application is written for AppDaemon 3.
2) This will supersede my other project [HA_AppDaemonZeverSolar](https://github.com/CheongKoo/HA_AppDaemonZeverSolar)
as that project uses MQTT. This is a simpler implementation and has no reliance on MQTT.
3) No changes need to be made to configuration.yaml as the component will appear to the Hass front end once it runs.