marcofl / influknx

NodeJS KNX to InfluxDB metric logger
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Log every knx telegram #1

Open Ralf31337 opened 4 years ago

Ralf31337 commented 4 years ago

Hi Marco, I digged into the influknx and the knx library code and unsure where I have to change the code so I can achieve the following:

Do I need a pull request for influknx or should it be changed in knx library (or both)?

digiwhite1980 commented 3 years ago

Hi Ralf,

Sending a value every X minutes should be possible in your KNX system. Allot of sensors / actors have the ability the transmit their status every x seconds. This wat the module will pick up the values.

Ray