Skip to content

AZAZ78/weewx-knx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knx - weewx extension for generating EIBnet/IP packets
Copyright 2020 Alexander Zeh
Distributed under terms of the GPLv3

This weewx[1] extension allows the generation of EIBnet/IP packets
containing weather information collected by weewx.
This extension was written for the purpose of easy integration with EIB home automation.
When this extension is enabled, weewx will generate a new EIBnet/IP packet every
StdArchive.archive_interval seconds.
This extension uses pknx[2] to send EIBNet/IP conform telegrams.

A knxd[3] can be used as EIBnet/IP bridge for usb and serial interfaces.

Installation:
    wee_extension --install weewx-knx.tgz

Configuration:
    [KNX]
		# EIBnet/IP gateway configuration
		gateway_ip = 192.168.2.70
		gateway_port = 3671

		# node configuration
		outTemp = 5.5.150
		wind = 5.5.151
		windGust = 5.5.152
		rainRate = 5.5.153
		outHumidity = 5.5.154

[1] http://www.weewx.com/
[2] https://github.com/open-homeautomation/pknx
[3] https://github.com/knxd/knxd

About

weewx module that writes weather information to knx bus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages