Update README.md

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

View File

@ -1,7 +1,7 @@
# -HA_AppDaemonZeverSolarSensor
# 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
## 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:**
@ -9,3 +9,4 @@ through a component.
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.
4) I am running my Hass.IO on a Raspberry Pi.