Raoul

Results 11 issues of 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...

enhancement

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,...

bug
information

Might be possible with .knxproj file: See link (German) https://knx-user-forum.de/forum/öffentlicher-bereich/knx-eib-forum/15914-ets4-export#post15914

enhancement

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,...

enhancement
0.3.x

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:~...

information

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...

enhancement
help wanted
0.3.x

kann man nun hier finden: https://github.com/snowdd1/homebridge-knx-de/issues

GERMAN LANGUAGE
information

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. ``` \`\`\`...

question
information

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'...

question
information
0.3.x
0.2.x

Sehr gut geschriebene Anleitung: https://www.boernyblog.de/knx-homekit-anbindung-mit-raspberry-pi-kurzanleitung/ Vielen Dank!

INFO