https://github.com/laurobmb/hoymiles
Bot to get data from the hoymiles solar energy system
https://github.com/laurobmb/hoymiles
container containers docker hoymiles podman python python3 selenium selenium-python selenium-webdriver
Last synced: about 1 month ago
JSON representation
Bot to get data from the hoymiles solar energy system
- Host: GitHub
- URL: https://github.com/laurobmb/hoymiles
- Owner: laurobmb
- Created: 2021-11-06T22:48:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T03:39:52.000Z (11 months ago)
- Last Synced: 2025-07-20T05:44:41.464Z (11 months ago)
- Topics: container, containers, docker, hoymiles, podman, python, python3, selenium, selenium-python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoymiles Solar
[](https://quay.io/repository/lagomes/hoymiles_notifications)
### Run command
docker run -it \
--name notifications --rm \
-e USUARIO='your username' \
-e LINK='https://global.hoymiles.com/platform/login' \
-e SENHA='your password' \
-e CHAT_ID='your chat idd' \
-e DEBUG=0 \
-e TOKEN='your token of telegram bot' \
quay.io/lagomes/hoymiles_notifications:main
#### For tests
podman run -it --name hoymiles \
--rm \
-e USUARIO='your username' \
-e LINK='https://global.hoymiles.com/platform/login' \
-e SENHA='your password' \
quay.io/lagomes/hoymiles:main
# References
* [bot API telegram](https://core.telegram.org/bots)
* [Lib python](https://python-telegram-bot.org/)