Update README.md

master
CheongK 2021-08-09 22:02:43 +10:00 committed by GitHub
parent bcf7d7d400
commit 4ac860a657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Get power generation from ZeverSolar Inverter and present it to front end as a s
![Image of Gauge](https://github.com/CheongKoo/HA_AppDaemonZeverSolarSensor/blob/master/images/Generated%20power%20gauge.png?raw=true) ![Image of Gauge](https://github.com/CheongKoo/HA_AppDaemonZeverSolarSensor/blob/master/images/Generated%20power%20gauge.png?raw=true)
**Notes:** **Notes:**
1) Application is written for AppDaemon 3. 1) Application is written for AppDaemon 4. (I have modified it for AppDaemon 4 but I can't really remember all the steps.)
2) This will supersede my other project [HA_AppDaemonZeverSolar](https://github.com/CheongKoo/HA_AppDaemonZeverSolar) 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. 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. 3) No changes need to be made to configuration.yaml as the component will appear to the Hass front end once it runs.
@ -15,7 +15,7 @@ as that project uses MQTT. This is a simpler implementation and has no reliance
5) Reading is updated every 2 minutes (and this can be easily changed in the code). 5) Reading is updated every 2 minutes (and this can be easily changed in the code).
**To implement this sensor:** **To implement this sensor:**
1) Install AppDaemon 3. 1) Install AppDaemon 4.
2) Configure AppDaemon and make sure that you can run the helloworld application. 2) Configure AppDaemon and make sure that you can run the helloworld application.
3) Download this code and put it into the "/config/appdaemon/apps/" folder in your Hass.IO device. 3) Download this code and put it into the "/config/appdaemon/apps/" folder in your Hass.IO device.
4) In the code, you need to change the IP address to your ZeverSolar Inverter "zeverSolarURL". 4) In the code, you need to change the IP address to your ZeverSolar Inverter "zeverSolarURL".