Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilmsn/simple_deye_crawler
A simple crawler to get data from the Deye Inverter using the status webpage
https://github.com/wilmsn/simple_deye_crawler
crawler deye fhem inverter shell-script
Last synced: 6 days ago
JSON representation
A simple crawler to get data from the Deye Inverter using the status webpage
- Host: GitHub
- URL: https://github.com/wilmsn/simple_deye_crawler
- Owner: wilmsn
- License: gpl-3.0
- Created: 2024-12-28T18:34:16.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T21:04:37.000Z (25 days ago)
- Last Synced: 2024-12-29T22:17:46.608Z (25 days ago)
- Topics: crawler, deye, fhem, inverter, shell-script
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple_deye_crawler
A simple crawler to get data from the Deye Inverter using the status webpageWorking Steps:
1) Get the file status.html from your Deye Inverter using "curl"
2) Extract the relevant informations
3) Upload the data to FHEM
Extracted data:
1) Current Power
2) Daily Power
3) Total Power
Getting started:
1) Download the repository
2a) Edit "tn_fhem.php" to your needs if fhem is not running on localhost
2b) Edit "get_deye.sh"
FHEM_CUR=
FHEM_DAY=
FHEM_TOT=
3) Add the script to your crontab
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /get_deye.sh 2>/dev/null >> /tmp/get_deye.log
4) Have funUse on your own risk!
Tested on Inverter "SUN-M80G3-EU-Q0" with Firmware "MW3_16U_5408_5.0C-S"
Version 0.1 testing