Skip to content

Augment WeeWX station data with data from Luxtronik heatpump controller

License

Notifications You must be signed in to change notification settings

tsoodla/weewx-luxtronik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeeWX service for Luxtronik heatpump controller

This is a service for WeeWX that collects data from Luxtronik heatpump controllers.

Installation instructions

  1. install the extension
sudo wee_extension --install=weewx-luxtronik.tar.gz
  1. put correct IP address to WeeWX configuration file [Luxtronik] host section

  2. restart WeeWX

sudo systemctl stop weewx
sudo systemctl start weewx

Manual installation instructions

  1. copy the weewx-luxtronik service file to the WeeWX user directory
cp luxtronik.py /home/weewx/bin/user
  1. in the WeeWX configuration file, add a new [Luxtronik] stanza
[Luxtronik]
    host = REPLACE_ME_WITH_CORRECT_IP_ADDRESS
    port = 8889
  1. in the WeeWX configuration file, add the luxtronik service
[Engine]
    [[Services]]
        process_services = ..., user.luxtronik.Luxtronik
  1. restart WeeWX
sudo systemctl stop weewx
sudo systemctl start weewx

Available variables to monitor: https://www.loxwiki.eu/display/LOX/Java+Webinterface

About

Augment WeeWX station data with data from Luxtronik heatpump controller

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages