Skip to content

moikorg/elco-remocon-net-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elco Remocon-net data logger

This Python script gets the data from the heatpump system via the Elco Remocon-Net cloud service.

The data will be published via MQTT and logged in a InfluxDB/MySQL/MariaDB. The configuration information must be added in a config file.

config.rc

[MQTT]
host = localhost
username = ... 
password = ...
client_name = ...

[DB]
host = localhost
username = ...
password = ...
db = elco
port = 3306

[REMOCON-NET]
url = https://www.remocon-net.remotethermo.com/
username = ...
password = ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors