Re: [weewx-development] New service weewx-knx

2020-11-05 Thread Alexander Zeh
Hi Greg, from architectural point of view you are absolutly right. In EIB environment you have often intelligent devices which are directly interconnected. Means you can pay much money for a EIB enabled weather station which directly send information to the BUS. With my extension you can use a

Re: [weewx-development] New service weewx-knx

2020-11-05 Thread Alexander Zeh
Hi Tom, thanks for your hints ... very usefull ;-) I adapted the files. Thanks Alex Tom Keffer schrieb am Mittwoch, 4. November 2020 um 13:47:01 UTC+1: > You are welcome to add your extension to the Wiki entry page. > > A few small things: > > 1. You are not using the imports > > import os > fr

Re: [weewx-development] New service weewx-knx

2020-11-04 Thread Greg Troxel
It's great that you are extending weewx and contributing. I want to suggest something else you might want to look into, although it's more complicated. weewwx excels at dealing with weather station hardware converting/regularizing weather data storing weather data for the long term maki

Re: [weewx-development] New service weewx-knx

2020-11-04 Thread Tom Keffer
You are welcome to add your extension to the Wiki entry page. A few small things: 1. You are not using the imports import os from datetime import time, date, datetime import weeutil.weeutil so they can safely be remove from knx.py 2. You used the old style "syslog" way of logging. This has be

[weewx-development] New service weewx-knx

2020-11-04 Thread Alexander Zeh
Hi, i am new to this group and to participating in open source at all. I added a new weewx service to submit weather data to knx bus (e.g. to control blinds) in an own repo: https://github.com/AZAZ78/weewx-knx. I already created a wiki page in the weewx wiki with informations about it: https://g