An open API service indexing awesome lists of open source software.

https://github.com/laurobmb/solarman

Este programa serve para facilitar a coleta de dados do sistema de energia solar da solar energy, possuindo ainda uma opção de enviar os dados coletados para um grupo no telegram
https://github.com/laurobmb/solarman

container docker dockerfile python python3 selenium selenium-python selenium-webdriver telegram telegram-api telegram-bot telegram-bot-api telegram-bots

Last synced: about 1 month ago
JSON representation

Este programa serve para facilitar a coleta de dados do sistema de energia solar da solar energy, possuindo ainda uma opção de enviar os dados coletados para um grupo no telegram

Awesome Lists containing this project

README

          

# SOLARMAN Solar

[![Docker Repository on Quay](https://quay.io/repository/lagomes/solarman_notifications/status "Docker Repository on Quay")](https://quay.io/repository/lagomes/solarman_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/)