Raoul
Raoul
Hello André, I have been busy writing a parsing algorithm that can take any telegram (as far as known to ETS) and convert it into a interpretable JavaScript object. You...
Sadly I found out that the native KNX IP broadcasting implementation KNXJS requires to know the DPT of each group address upfront. The current implementation of homebridge-knx doesn't do that,...
Might be possible with .knxproj file: See link (German) https://knx-user-forum.de/forum/öffentlicher-bereich/knx-eib-forum/15914-ets4-export#post15914
As new knxd allows to assign sender specifc hardware addresses, it seems to be a bad idea to open a new `eibd.connection` for each value write. *I didn't bother before,...
This hasn't a direct connection to homebridge-knx, but I observed that `npm update ` seems to be somewhat reluctant to, well *update packages*... ``` pi@knxd2-raspberry:~ $ npm update [email protected] pi@knxd2-raspberry:~...
In case you want to trigger an action with the Listen address, you probably do not want to trigger it upon responses coming from answers to Read type telegrams, especially...
kann man nun hier finden: https://github.com/snowdd1/homebridge-knx-de/issues
Multi-line code, or error traces, etc. that should be formatted as fixed-width text, are to be enclosed in three back-ticks: \`\`\` ``` my code here ^ something happened. ``` \`\`\`...
If you are getting this `SyntaxError: /app/available_modules/node-0.12/hapi/1447522751205-11.1.1/hapi/lib/index.js:5 const Server = require('./server'); ^^^^^ Use of const in strict mode.` you are using a node version to which the sub module 'hapi'...
Sehr gut geschriebene Anleitung: https://www.boernyblog.de/knx-homekit-anbindung-mit-raspberry-pi-kurzanleitung/ Vielen Dank!