Ankündigung

Einklappen
Keine Ankündigung bisher.

homebridge-knx 0.3.0 alpha (Apple HomeKit interface)

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • knxhans
    antwortet
    Beim mir läuft homebridge soweit, auch mit Siri klappt alles. Allerdings bekomme ich keinen Status zurück in die Home App. D.h. wenn ich das Licht mit der App einschalte, sondern direkt am Schalter, dann wird der Status nicht aktualisiert.
    "Listen" in der Config habe ich immer auf die Status GA gesetzt. Das Lesen Flag ist auch gesetzt.

    Code:
    "AllowWebserver": true,
        "knxd_ip": "127.0.0.1",
        "knxd_port": 6720,
        "Devices": [.....
    
    {
                "DeviceName": "Gartenkugeln",
                "Services": [
                    {
                        "ServiceType": "Lightbulb",
                        "ServiceName": "Gartenkugeln",
                        "Characteristics": [
                            {
                                "Type": "On",
                                "Set": [
                                    "1/0/7"
                                ],
                                "Listen": [
                                    "1/2/7"
                                ]
                            }
                        ],
                        "subtype": "SUB_3b36cdfd-beaf-473f-8152-4c027000c768"
                    }
                ],
                "UUID": "7b08f631-82ad-4a41-af79-42875fb87b3f"
            }
    Wo und wie fange ich an nach dem Fehler zu suchen?

    Einen Kommentar schreiben:


  • wanni
    antwortet
    Jeahhh, du bist mein Held ... Ich hatte schon Cache und Persist gelöscht, das brachte aber nix.

    Kaum eine Woche rum und ich kann mich an das eigentliche Problem machen: Ich will nur mein Garagentor über Siri steuern ... was fürn Aufwand. Aber dafür machen wir den Kram ja
    Vielen Lieben Dank

    Wanni

    Einen Kommentar schreiben:


  • snowdd
    antwortet
    Das sind quasi Schatten von Geräten. Immer wenn homebridge-knx ein neues Gerät in der knx_config.json findet (also eines, dass keine bekannte UUID hat), dann wird eine UUID erzeugt und die Datei gespeichert. Da homebridge alle Geräte cached, sind aber die bisherigen Geräte nicht weg. Sie haben aber keine Verbindung zu homebridge-knx mehr, und damit auch keine Funktionalität.

    Aber man kann sie löschen. Siehe Anleitung:

    https://github.com/snowdd1/homebridg...mebridge-cache


    Einen Kommentar schreiben:


  • wanni
    antwortet
    Es läuft danke für den Support ...

    das einzige was immer noch nicht weg ist sind die 4 Geräte. Iphone findet beim Start die Homebridge, dann 4 mal die Wohnzimmerlampe, aber nur einmal funktioniert diese ...

    Einen Kommentar schreiben:


  • snowdd
    antwortet
    Ich habe gerade die Version 0.3.10-b von homebridge-knx veröffentlicht, die erzwingt ein update (oder sollte das tun...)

    Gerade mal ausprobiert.

    Mal rumgucken:
    Code:
    homebridge-pi@homebridge-dev:~ $ npm update homebridge-knx
    homebridge-pi@homebridge-dev:~ $ npm list homebridge-knx
    /home/homebridge-pi
    └── homebridge-knx@0.3.10
    
    homebridge-pi@homebridge-dev:~ $ npm outdated
    Package         Current  Wanted    Latest  Location
    homebridge-knx   0.3.10  0.3.10  0.3.10-b
    ALso die neue Version installieren:
    Code:
    homebridge-pi@homebridge-dev:~ $ npm install homebridge-knx 
    /home/homebridge-pi
    └── homebridge-knx@0.3.10-b
    
    npm WARN enoent ENOENT: no such file or directory, open '/home/homebridge-pi/package.json'
    npm WARN homebridge-pi No description
    npm WARN homebridge-pi No repository field.
    npm WARN homebridge-pi No README data
    npm WARN homebridge-pi No license field.
    homebridge-pi@homebridge-dev:~ $ npm list | grep eibd
      └── eibd@0.3.9
    homebridge-pi@homebridge-dev:~ $
    Da Du global installierst, gehört überall noch ein -g dazu!

    Einen Kommentar schreiben:


  • wanni
    antwortet
    Tatsächlich da steht 0.3.8 .. wie installier/update ich denn dann die 0.3.9?

    Einen Kommentar schreiben:


  • snowdd
    antwortet
    wanni

    versuch mal
    Code:
    npm list -g | grep eibd
    Da sollte dann die Version angezeigt werden, so etwas wie
    Code:
    |--eibd@0.3.8

    Einen Kommentar schreiben:


  • wanni
    antwortet
    Ahhh ... also. Ich habe mit sudo npm install eibd die neuste Version installiert. Er gibt ein paar Warnings aus aber machts (glaube ich, da npm test einige fehler auswirft). Alles rebootet und es kommt zu folgendem:

    Code:
    Apr 22 18:56:56 raspberrypi homebridge[877]: ┌────────────┐
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: │ 031-45-154 │
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: └────────────┘
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] On
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: ---iterating--------------------
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: Type: On
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: Set.0: 1/1/12
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: Listen.0: 1/4/12
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: ================================
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: INFO registerSingleGA 1/4/12
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: ---
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: [4/22/2017, 6:56:56 PM] Homebridge is running on port 51826.
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: at Object.parse (native)
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: at emitNone (events.js:91:20)
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 22 18:56:56 raspberrypi homebridge[877]: Don't care, continue...
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: buffer.js:94
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: throw new TypeError('"value" argument must not be a number');
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: ^
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: TypeError: "value" argument must not be a number
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at emitOne (events.js:96:13)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at Socket.emit (events.js:188:7)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 22 18:57:03 raspberrypi homebridge[877]: at TCP.onread (net.js:551:20)
    
    Apr 22 18:57:03 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 22 18:57:03 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    es geht solange gut bis ich das erste mal etwas schalte, dann steigt er aus.

    Im übrigen bleibt es bei dem Fehler dass er mir VIER Geräte anzeigt obwohl nur eins konfiguriert ist, warum?

    hier die Ausgabe von npm test:

    Code:
    [B]pi@raspberrypi[/B]:[B]~ $[/B] sudo npm test eibd
    
    npm ERR! Linux 4.4.50-v7+
    
    npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "test" "eibd"
    
    npm ERR! node v6.10.2
    
    npm ERR! npm  v3.10.10
    
    npm ERR! path /home/pi/package.json
    
    npm ERR! code ENOENT
    
    npm ERR! errno -2
    
    npm ERR! syscall open
    
    
    
    
    npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json'
    
    npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json'
    
    npm ERR! enoent This is most likely not a problem with npm itself
    
    npm ERR! enoent and is related to npm not being able to find a file.
    
    npm ERR! enoent 
    
    
    
    
    npm ERR! Please include the following file with any support request:
    
    npm ERR!     /home/pi/npm-debug.log
    Wanni

    Einen Kommentar schreiben:


  • wanni
    antwortet
    Ahhhh sooo dann teste ich das später mal

    Einen Kommentar schreiben:


  • snowdd
    antwortet
    Zitat von wanni Beitrag anzeigen
    Mhhh, eigentlich nutze ich auf diese Raspi Installation einen knxd ... und auch wenn ich diesne mit direkter USB Unterstützung starte kommt der gleiche Fehler.

    Ich werds aber trotzdem gerne versuchen, wie mache ich das (Linux hab ich gefährliches Randwissen ) Sowohl für eibd als auch knxd

    Wanni
    Sorry, nicht eibd wie in knxd, sondern das npm-Paket eibd (Javascript - siehe Link in meinem Post). Wird normalerweise automatisch mit homebridge-knx installiert, aufgrund eines Fehlers von mir ist aber die Version 0.3.8 kaputt, und erst die 0.3.9 funktioniert wieder.

    Einen Kommentar schreiben:


  • wanni
    antwortet
    Mhhh, eigentlich nutze ich auf diese Raspi Installation einen knxd ... und auch wenn ich diesne mit direkter USB Unterstützung starte kommt der gleiche Fehler.

    Ich werds aber trotzdem gerne versuchen, wie mache ich das (Linux hab ich gefährliches Randwissen ) Sowohl für eibd als auch knxd

    Wanni

    Einen Kommentar schreiben:


  • snowdd
    antwortet
    Code:
    Apr 20 18:44:06 raspberrypi homebridge[16697]: buffer.js:94
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: ^
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: TypeError: "value" argument must not be a number
    Bitte das Paket "eibd" ( https://www.npmjs.com/package/eibd ) auf mindestens 0.3.9 aktualisieren!

    Einen Kommentar schreiben:


  • wanni
    antwortet
    Ich hab da was komisches:

    Homebridge nach Boernys Anleitung installiert, läuft ... aber jetzt kommts. Ich habe erstmal nur eine Lampe konfiguriert, zum testen. Homebridge erscheint in "Home" oder "Eve" auf dem iphone. Allerdings mit VIER Lampen, alle mit gleichem Namen. Des weiteren scheint das Ding alle x Minuten neu zu starten. Ich hab mal heute den ganzen Tag nix gemacht und poste mal das Log hier. Sorry ist etwas viel, spiegelt ca. eine Stunde wieder. In der Zeit habe ich keine Aktivität gestartet oder irgendwie aufs System zugegriffen.

    Dass ich 4 Lampen sehe scheint irgendwie mit

    Code:
    Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    zusammen zu hängen. Allerdings kann ich nie schalten weil das iphone dann zeigt dass die Lampe keine Verbindung hat. (Außer zu bestimmten Zeitpunkten scheint es mal aus Versehen zu klappen)

    Wanni

    Code:
    Apr 20 18:00:14 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:00:14 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:00:14 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:00:14 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:00:15 raspberrypi homebridge[16280]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:00:15 raspberrypi nodejs[16280]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:00:15 raspberrypi nodejs[16280]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:00:15 raspberrypi nodejs[16280]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:00:15 raspberrypi nodejs[16280]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:00:15 raspberrypi nodejs[16280]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:00:15 raspberrypi nodejs[16280]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:00:15 raspberrypi homebridge[16280]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:00:15 raspberrypi homebridge[16280]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:00:15 raspberrypi homebridge[16280]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:00:15 raspberrypi homebridge[16280]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:00:15 raspberrypi homebridge[16280]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:00:19 raspberrypi homebridge[16280]: [4/20/2017, 6:00:19 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:00:19 raspberrypi homebridge[16280]: homebridge API version: 2.2
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] ---
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] ---
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] Loading 0 platforms...
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] Loading 0 accessories...
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Load homebridge-knx.KNX
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: ---
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: ┌────────────┐
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: │ 031-45-154 │
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: └────────────┘
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: ---iterating--------------------
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Type: On
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Set.0: 1/1/12
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Listen.0: 1/4/12
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: ================================
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: ---
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: [4/20/2017, 6:00:20 PM] Homebridge is running on port 51826.
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: at Object.parse (native)
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: at emitNone (events.js:91:20)
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:00:20 raspberrypi homebridge[16280]: Don't care, continue...
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: buffer.js:94
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: ^
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: TypeError: "value" argument must not be a number
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:04:07 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:05:37 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at emitOne (events.js:96:13)
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:04:07 raspberrypi homebridge[16280]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:04:07 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:04:07 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:04:17 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:04:17 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:04:17 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:04:17 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:04:18 raspberrypi homebridge[16306]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:04:18 raspberrypi nodejs[16306]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:04:18 raspberrypi homebridge[16306]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:04:18 raspberrypi nodejs[16306]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:04:18 raspberrypi nodejs[16306]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:04:18 raspberrypi nodejs[16306]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:04:18 raspberrypi nodejs[16306]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:04:18 raspberrypi nodejs[16306]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:04:18 raspberrypi homebridge[16306]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:04:18 raspberrypi homebridge[16306]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:04:18 raspberrypi homebridge[16306]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:04:18 raspberrypi homebridge[16306]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: homebridge API version: 2.2
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] ---
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] ---
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] Loading 0 platforms...
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] Loading 0 accessories...
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: Load homebridge-knx.KNX
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: ---
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: ┌────────────┐
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: │ 031-45-154 │
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: └────────────┘
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:04:22 raspberrypi homebridge[16306]: [4/20/2017, 6:04:22 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: ---iterating--------------------
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: Type: On
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: Set.0: 1/1/12
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: Listen.0: 1/4/12
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: ================================
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: ---
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: [4/20/2017, 6:04:23 PM] Homebridge is running on port 51826.
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: at Object.parse (native)
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: at emitNone (events.js:91:20)
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:04:23 raspberrypi homebridge[16306]: Don't care, continue...
    
    Apr 20 18:09:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:10:31 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:09:01 raspberrypi CRON[16334]: (root) CMD (  [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: buffer.js:94
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: ^
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: TypeError: "value" argument must not be a number
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at emitOne (events.js:96:13)
    
    Apr 20 18:12:26 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:13:56 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:12:26 raspberrypi homebridge[16306]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:12:26 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:12:26 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:12:37 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:12:37 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:12:37 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:12:37 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:12:37 raspberrypi homebridge[16376]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:12:37 raspberrypi nodejs[16376]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:12:37 raspberrypi nodejs[16376]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:12:37 raspberrypi nodejs[16376]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:12:37 raspberrypi nodejs[16376]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:12:37 raspberrypi nodejs[16376]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:12:37 raspberrypi nodejs[16376]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:12:37 raspberrypi homebridge[16376]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:12:37 raspberrypi homebridge[16376]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:12:37 raspberrypi homebridge[16376]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:12:37 raspberrypi homebridge[16376]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:12:37 raspberrypi homebridge[16376]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: homebridge API version: 2.2
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] ---
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] ---
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] Loading 0 platforms...
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] Loading 0 accessories...
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Load homebridge-knx.KNX
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: ---
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: ┌────────────┐
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: │ 031-45-154 │
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: └────────────┘
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: ---iterating--------------------
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Type: On
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Set.0: 1/1/12
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: Listen.0: 1/4/12
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: ================================
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: ---
    
    Apr 20 18:12:42 raspberrypi homebridge[16376]: [4/20/2017, 6:12:42 PM] Homebridge is running on port 51826.
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: at Object.parse (native)
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: at emitNone (events.js:91:20)
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:12:43 raspberrypi homebridge[16376]: Don't care, continue...
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: buffer.js:94
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: ^
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: TypeError: "value" argument must not be a number
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at emitOne (events.js:96:13)
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:14:07 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:15:37 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:14:07 raspberrypi homebridge[16376]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:14:07 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:14:07 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:14:17 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:14:17 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:14:17 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:14:17 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:14:18 raspberrypi homebridge[16403]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:18 raspberrypi nodejs[16403]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:18 raspberrypi nodejs[16403]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:18 raspberrypi nodejs[16403]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:14:18 raspberrypi nodejs[16403]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:18 raspberrypi nodejs[16403]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:18 raspberrypi nodejs[16403]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:14:18 raspberrypi homebridge[16403]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:18 raspberrypi homebridge[16403]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:14:18 raspberrypi homebridge[16403]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:18 raspberrypi homebridge[16403]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:18 raspberrypi homebridge[16403]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: [4/20/2017, 6:14:22 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: homebridge API version: 2.2
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: [4/20/2017, 6:14:22 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: [4/20/2017, 6:14:22 PM] ---
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: [4/20/2017, 6:14:22 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: [4/20/2017, 6:14:22 PM] ---
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: [4/20/2017, 6:14:22 PM] Loading 0 platforms...
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: [4/20/2017, 6:14:22 PM] Loading 0 accessories...
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: Load homebridge-knx.KNX
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: ---
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: ┌────────────┐
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: │ 031-45-154 │
    
    Apr 20 18:14:22 raspberrypi homebridge[16403]: └────────────┘
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: ---iterating--------------------
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: Type: On
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: Set.0: 1/1/12
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: Listen.0: 1/4/12
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: ================================
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: ---
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: [4/20/2017, 6:14:23 PM] Homebridge is running on port 51826.
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: at Object.parse (native)
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: at emitNone (events.js:91:20)
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:14:23 raspberrypi homebridge[16403]: Don't care, continue...
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: buffer.js:94
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: ^
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: TypeError: "value" argument must not be a number
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at emitOne (events.js:96:13)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:14:32 raspberrypi homebridge[16403]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:14:32 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:14:32 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:14:43 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:14:43 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:14:43 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:14:43 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:14:44 raspberrypi homebridge[16429]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:44 raspberrypi nodejs[16429]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:44 raspberrypi homebridge[16429]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:44 raspberrypi nodejs[16429]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:44 raspberrypi homebridge[16429]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:14:44 raspberrypi nodejs[16429]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:14:44 raspberrypi nodejs[16429]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:44 raspberrypi nodejs[16429]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:44 raspberrypi nodejs[16429]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:14:44 raspberrypi homebridge[16429]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:14:44 raspberrypi homebridge[16429]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:14:44 raspberrypi homebridge[16429]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: [4/20/2017, 6:14:48 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: homebridge API version: 2.2
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: [4/20/2017, 6:14:48 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: [4/20/2017, 6:14:48 PM] ---
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: [4/20/2017, 6:14:48 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: [4/20/2017, 6:14:48 PM] ---
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: [4/20/2017, 6:14:48 PM] Loading 0 platforms...
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: [4/20/2017, 6:14:48 PM] Loading 0 accessories...
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: Load homebridge-knx.KNX
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: ---
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: ┌────────────┐
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: │ 031-45-154 │
    
    Apr 20 18:14:48 raspberrypi homebridge[16429]: └────────────┘
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: ---iterating--------------------
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: Type: On
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: Set.0: 1/1/12
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: Listen.0: 1/4/12
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: ================================
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: ---
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: [4/20/2017, 6:14:49 PM] Homebridge is running on port 51826.
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: at Object.parse (native)
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: at emitNone (events.js:91:20)
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:14:49 raspberrypi homebridge[16429]: Don't care, continue...
    
    Apr 20 18:17:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:18:31 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:17:01 raspberrypi CRON[16458]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: buffer.js:94
    
    Apr 20 18:20:59 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:22:29 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: ^
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: TypeError: "value" argument must not be a number
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at emitOne (events.js:96:13)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:20:59 raspberrypi homebridge[16429]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:20:59 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:20:59 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:21:09 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:21:09 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:21:09 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:21:10 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:21:10 raspberrypi homebridge[16472]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:21:10 raspberrypi nodejs[16472]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:21:10 raspberrypi nodejs[16472]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:21:10 raspberrypi nodejs[16472]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:21:10 raspberrypi nodejs[16472]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:21:10 raspberrypi nodejs[16472]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:21:10 raspberrypi nodejs[16472]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:21:10 raspberrypi homebridge[16472]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:21:10 raspberrypi homebridge[16472]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:21:10 raspberrypi homebridge[16472]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:21:10 raspberrypi homebridge[16472]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:21:10 raspberrypi homebridge[16472]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: homebridge API version: 2.2
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] ---
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] ---
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] Loading 0 platforms...
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] Loading 0 accessories...
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Load homebridge-knx.KNX
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: ---
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: ┌────────────┐
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: │ 031-45-154 │
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: └────────────┘
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: ---iterating--------------------
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Type: On
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Set.0: 1/1/12
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: Listen.0: 1/4/12
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: ================================
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: ---
    
    Apr 20 18:21:15 raspberrypi homebridge[16472]: [4/20/2017, 6:21:15 PM] Homebridge is running on port 51826.
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: at Object.parse (native)
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: at emitNone (events.js:91:20)
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:21:16 raspberrypi homebridge[16472]: Don't care, continue...
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: buffer.js:94
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: ^
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: TypeError: "value" argument must not be a number
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at emitOne (events.js:96:13)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:22:05 raspberrypi homebridge[16472]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:22:05 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:22:05 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:22:15 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:22:15 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:22:15 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:22:15 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:22:16 raspberrypi homebridge[16499]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:22:16 raspberrypi nodejs[16499]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:22:16 raspberrypi nodejs[16499]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:22:16 raspberrypi nodejs[16499]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:22:16 raspberrypi nodejs[16499]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:22:16 raspberrypi nodejs[16499]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:22:16 raspberrypi nodejs[16499]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:22:16 raspberrypi homebridge[16499]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:22:16 raspberrypi homebridge[16499]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:22:16 raspberrypi homebridge[16499]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:22:16 raspberrypi homebridge[16499]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:22:16 raspberrypi homebridge[16499]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: homebridge API version: 2.2
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] ---
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] ---
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] Loading 0 platforms...
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] Loading 0 accessories...
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Load homebridge-knx.KNX
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: ---
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: ┌────────────┐
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: │ 031-45-154 │
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: └────────────┘
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: ---iterating--------------------
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Type: On
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Set.0: 1/1/12
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: Listen.0: 1/4/12
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: ================================
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: ---
    
    Apr 20 18:22:21 raspberrypi homebridge[16499]: [4/20/2017, 6:22:21 PM] Homebridge is running on port 51826.
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: at Object.parse (native)
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: at emitNone (events.js:91:20)
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:22:22 raspberrypi homebridge[16499]: Don't care, continue...
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: buffer.js:94
    
    Apr 20 18:24:06 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:25:36 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: ^
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: TypeError: "value" argument must not be a number
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at emitOne (events.js:96:13)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:24:06 raspberrypi homebridge[16499]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:24:06 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:24:06 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:24:17 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:24:17 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:24:17 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:24:17 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:24:18 raspberrypi homebridge[16524]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:24:18 raspberrypi nodejs[16524]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:24:18 raspberrypi nodejs[16524]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:24:18 raspberrypi nodejs[16524]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:24:18 raspberrypi nodejs[16524]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:24:18 raspberrypi nodejs[16524]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:24:18 raspberrypi nodejs[16524]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:24:18 raspberrypi homebridge[16524]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:24:18 raspberrypi homebridge[16524]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:24:18 raspberrypi homebridge[16524]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:24:18 raspberrypi homebridge[16524]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:24:18 raspberrypi homebridge[16524]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: homebridge API version: 2.2
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] ---
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] ---
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] Loading 0 platforms...
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] Loading 0 accessories...
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: Load homebridge-knx.KNX
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: ---
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: ┌────────────┐
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: │ 031-45-154 │
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: └────────────┘
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:24:22 raspberrypi homebridge[16524]: [4/20/2017, 6:24:22 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: ---iterating--------------------
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: Type: On
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: Set.0: 1/1/12
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: Listen.0: 1/4/12
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: ================================
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: ---
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: [4/20/2017, 6:24:23 PM] Homebridge is running on port 51826.
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: at Object.parse (native)
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: at emitNone (events.js:91:20)
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:24:23 raspberrypi homebridge[16524]: Don't care, continue...
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: buffer.js:94
    
    Apr 20 18:33:31 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:35:01 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: ^
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: TypeError: "value" argument must not be a number
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at emitOne (events.js:96:13)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:33:31 raspberrypi homebridge[16524]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:33:31 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:33:31 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:33:41 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:33:41 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:33:41 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:33:41 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:33:42 raspberrypi homebridge[16550]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:33:42 raspberrypi nodejs[16550]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:33:42 raspberrypi homebridge[16550]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:33:42 raspberrypi nodejs[16550]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:33:42 raspberrypi homebridge[16550]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:33:42 raspberrypi nodejs[16550]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:33:42 raspberrypi nodejs[16550]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:33:42 raspberrypi nodejs[16550]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:33:42 raspberrypi nodejs[16550]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:33:42 raspberrypi homebridge[16550]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:33:42 raspberrypi homebridge[16550]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:33:42 raspberrypi homebridge[16550]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: homebridge API version: 2.2
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] ---
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] ---
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] Loading 0 platforms...
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] Loading 0 accessories...
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Load homebridge-knx.KNX
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: ---
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: ┌────────────┐
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: │ 031-45-154 │
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: └────────────┘
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: ---iterating--------------------
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Type: On
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Set.0: 1/1/12
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: Listen.0: 1/4/12
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: ================================
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: ---
    
    Apr 20 18:33:47 raspberrypi homebridge[16550]: [4/20/2017, 6:33:47 PM] Homebridge is running on port 51826.
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: at Object.parse (native)
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: at emitNone (events.js:91:20)
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:33:48 raspberrypi homebridge[16550]: Don't care, continue...
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: buffer.js:94
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: ^
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: TypeError: "value" argument must not be a number
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at emitOne (events.js:96:13)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:34:06 raspberrypi homebridge[16550]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:34:06 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:34:06 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:34:16 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:34:16 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:34:16 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:34:17 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:34:17 raspberrypi homebridge[16577]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:17 raspberrypi nodejs[16577]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:17 raspberrypi nodejs[16577]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:17 raspberrypi nodejs[16577]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:34:17 raspberrypi nodejs[16577]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:17 raspberrypi nodejs[16577]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:17 raspberrypi nodejs[16577]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:34:17 raspberrypi homebridge[16577]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:17 raspberrypi homebridge[16577]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:34:17 raspberrypi homebridge[16577]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:17 raspberrypi homebridge[16577]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:17 raspberrypi homebridge[16577]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: homebridge API version: 2.2
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] ---
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] ---
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] Loading 0 platforms...
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] Loading 0 accessories...
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Load homebridge-knx.KNX
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: ---
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: ┌────────────┐
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: │ 031-45-154 │
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: └────────────┘
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: ---iterating--------------------
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Type: On
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Set.0: 1/1/12
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: Listen.0: 1/4/12
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: ================================
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: ---
    
    Apr 20 18:34:22 raspberrypi homebridge[16577]: [4/20/2017, 6:34:22 PM] Homebridge is running on port 51826.
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at Object.parse (native)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at emitNone (events.js:91:20)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: Don't care, continue...
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: buffer.js:94
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: ^
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: TypeError: "value" argument must not be a number
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at emitOne (events.js:96:13)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:34:23 raspberrypi homebridge[16577]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:34:23 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:34:23 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:34:33 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:34:33 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:34:33 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:34:33 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:34:34 raspberrypi homebridge[16602]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:34 raspberrypi nodejs[16602]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:34 raspberrypi homebridge[16602]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:34 raspberrypi nodejs[16602]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:34 raspberrypi homebridge[16602]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:34:34 raspberrypi nodejs[16602]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:34:34 raspberrypi nodejs[16602]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:34 raspberrypi nodejs[16602]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:34 raspberrypi nodejs[16602]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:34:34 raspberrypi homebridge[16602]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:34:34 raspberrypi homebridge[16602]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:34:34 raspberrypi homebridge[16602]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: homebridge API version: 2.2
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] ---
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] ---
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] Loading 0 platforms...
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] Loading 0 accessories...
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Load homebridge-knx.KNX
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: ---
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: ┌────────────┐
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: │ 031-45-154 │
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: └────────────┘
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: ---iterating--------------------
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Type: On
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Set.0: 1/1/12
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Listen.0: 1/4/12
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: ================================
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: ---
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: [4/20/2017, 6:34:39 PM] Homebridge is running on port 51826.
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: at Object.parse (native)
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: at emitNone (events.js:91:20)
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:34:39 raspberrypi homebridge[16602]: Don't care, continue...
    
    Apr 20 18:39:02 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:40:32 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:39:02 raspberrypi CRON[16630]: (root) CMD (  [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: buffer.js:94
    
    Apr 20 18:40:44 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:42:14 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: ^
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: TypeError: "value" argument must not be a number
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at emitOne (events.js:96:13)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:40:44 raspberrypi homebridge[16602]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:40:44 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:40:44 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:40:55 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:40:55 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:40:55 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:40:55 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:40:55 raspberrypi homebridge[16671]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:40:55 raspberrypi nodejs[16671]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:40:55 raspberrypi homebridge[16671]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:40:55 raspberrypi nodejs[16671]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:40:55 raspberrypi nodejs[16671]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:40:55 raspberrypi nodejs[16671]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:40:55 raspberrypi nodejs[16671]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:40:55 raspberrypi nodejs[16671]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:40:55 raspberrypi homebridge[16671]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:40:55 raspberrypi homebridge[16671]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:40:55 raspberrypi homebridge[16671]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:40:55 raspberrypi homebridge[16671]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: homebridge API version: 2.2
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] ---
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] ---
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] Loading 0 platforms...
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] Loading 0 accessories...
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: Load homebridge-knx.KNX
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: ---
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: ┌────────────┐
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: │ 031-45-154 │
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: └────────────┘
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:41:00 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: [4/20/2017, 6:41:00 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: [4/20/2017, 6:41:01 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: ---iterating--------------------
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: Type: On
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: Set.0: 1/1/12
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: Listen.0: 1/4/12
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: ================================
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: [4/20/2017, 6:41:01 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: [4/20/2017, 6:41:01 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: [4/20/2017, 6:41:01 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: ---
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: [4/20/2017, 6:41:01 PM] Homebridge is running on port 51826.
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: at Object.parse (native)
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: at emitNone (events.js:91:20)
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:41:01 raspberrypi homebridge[16671]: Don't care, continue...
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: buffer.js:94
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: ^
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: TypeError: "value" argument must not be a number
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at emitOne (events.js:96:13)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:41:45 raspberrypi homebridge[16671]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:41:45 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:41:45 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:41:55 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:41:55 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:41:55 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:41:55 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:41:56 raspberrypi homebridge[16697]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:41:56 raspberrypi nodejs[16697]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:41:56 raspberrypi nodejs[16697]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:41:56 raspberrypi nodejs[16697]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:41:56 raspberrypi nodejs[16697]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:41:56 raspberrypi nodejs[16697]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:41:56 raspberrypi nodejs[16697]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:41:56 raspberrypi homebridge[16697]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:41:56 raspberrypi homebridge[16697]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:41:56 raspberrypi homebridge[16697]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:41:56 raspberrypi homebridge[16697]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:41:56 raspberrypi homebridge[16697]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: homebridge API version: 2.2
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] ---
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] ---
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] Loading 0 platforms...
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] Loading 0 accessories...
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Load homebridge-knx.KNX
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: ---
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: ┌────────────┐
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: │ 031-45-154 │
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: └────────────┘
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: ---iterating--------------------
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Type: On
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Set.0: 1/1/12
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: Listen.0: 1/4/12
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: ================================
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: ---
    
    Apr 20 18:42:01 raspberrypi homebridge[16697]: [4/20/2017, 6:42:01 PM] Homebridge is running on port 51826.
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: at Object.parse (native)
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: at emitNone (events.js:91:20)
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:42:02 raspberrypi homebridge[16697]: Don't care, continue...
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: buffer.js:94
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: throw new TypeError('"value" argument must not be a number');
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: ^
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: TypeError: "value" argument must not be a number
    
    Apr 20 18:44:06 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:45:36 2017 [try http://www.rsyslog.com/e/2007 ]
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at Function.Buffer.from (buffer.js:94:11)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at Parser.parseTelegram (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:84:43)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at Parser.onData (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:150:12)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at Socket.<anonymous> (/usr/lib/node_modules/homebridge-knx/node_modules/eibd/lib/parser.js:36:10)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at emitOne (events.js:96:13)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at Socket.emit (events.js:188:7)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at readableAddChunk (_stream_readable.js:176:18)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at Socket.Readable.push (_stream_readable.js:134:10)
    
    Apr 20 18:44:06 raspberrypi homebridge[16697]: at TCP.onread (net.js:551:20)
    
    Apr 20 18:44:06 raspberrypi systemd[1]: homebridge.service: main process exited, code=exited, status=1/FAILURE
    
    Apr 20 18:44:06 raspberrypi systemd[1]: Unit homebridge.service entered failed state.
    
    Apr 20 18:44:16 raspberrypi systemd[1]: homebridge.service holdoff time over, scheduling restart.
    
    Apr 20 18:44:16 raspberrypi systemd[1]: Stopping Node.js HomeKit Server...
    
    Apr 20 18:44:16 raspberrypi systemd[1]: Starting Node.js HomeKit Server...
    
    Apr 20 18:44:16 raspberrypi systemd[1]: Started Node.js HomeKit Server.
    
    Apr 20 18:44:17 raspberrypi homebridge[16722]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:44:17 raspberrypi nodejs[16722]: *** WARNING *** The program 'nodejs' uses the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:44:17 raspberrypi nodejs[16722]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:44:17 raspberrypi nodejs[16722]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:44:17 raspberrypi nodejs[16722]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:44:17 raspberrypi nodejs[16722]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:44:17 raspberrypi nodejs[16722]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:44:17 raspberrypi homebridge[16722]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:44:17 raspberrypi homebridge[16722]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs>
    
    Apr 20 18:44:17 raspberrypi homebridge[16722]: *** WARNING *** The program 'nodejs' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
    
    Apr 20 18:44:17 raspberrypi homebridge[16722]: *** WARNING *** Please fix your application to use the native API of Avahi!
    
    Apr 20 18:44:17 raspberrypi homebridge[16722]: *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=nodejs&f=DNSServiceRegister>
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] Loaded plugin: homebridge-knx
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: homebridge API version: 2.2
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] Registering platform 'homebridge-knx.KNX'
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] ---
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] Loaded config.json with 0 accessories and 0 platforms.
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] ---
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] Loading 0 platforms...
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] Loading 0 accessories...
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Load homebridge-knx.KNX
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: ---
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: >>> knxd groupsocketlisten starting <<<
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Plugin - Configure Accessory: Wohnzimmer Lampe --> Added to restoredAccessories[]
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: ┌────────────┐
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: │ 031-45-154 │
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: └────────────┘
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] homebridge event didFinishLaunching
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Configuration starts
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Reading from config: Device/Accessory 1 of 1
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Service constructor called
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] ServiceType defined
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] ServiceType known as function
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Found restored service: Wohnzimmerla
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Preparing Characteristics: 1
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] On
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Adding characteristic...
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] CharacteristicKNX.Constructor
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: ---iterating--------------------
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Type: On
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Set.0: 1/1/12
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: Listen.0: 1/4/12
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: ================================
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: INFO registerSingleGA 1/4/12
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Done with [Wohnzimmer La] accessory
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] We have read 1 devices from file.
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] [homebridge-knx.KNX] Saving config file!
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: ---
    
    Apr 20 18:44:22 raspberrypi homebridge[16722]: [4/20/2017, 6:44:22 PM] Homebridge is running on port 51826.
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: Loading custom types: Got an parser error:  SyntaxError: Unexpected end of JSON input
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: at Object.parse (native)
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-knx/lib/customtypes/knxthermostat.js:52:29)
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: at emitNone (events.js:91:20)
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: at IncomingMessage.emit (events.js:185:7)
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: at endReadableNT (_stream_readable.js:974:12)
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: at _combinedTickCallback (internal/process/next_tick.js:80:11)
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: at process._tickCallback (internal/process/next_tick.js:104:9)
    
    Apr 20 18:44:23 raspberrypi homebridge[16722]: Don't care, continue...
    
    Apr 20 18:53:22 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Thu Apr 20 18:54:52 2017 [try http://www.rsyslog.com/e/2007 ]

    Einen Kommentar schreiben:


  • snowdd
    antwortet
    Hallo wburst ,
    nein das gibt es noch nicht, aber ich habe schon ein paar Ideen gesammelt.

    Was es nun gibt ist ein neues Add-in um Funktionen wie Zentral-Aus (Gruppenadresse) sinnvoll anzusprechen (insbesondere nicht ein Zentral-An draus zu machen).
    In Version 0.3.10 veröffentlich.

    Gruß
    Raoul

    Einen Kommentar schreiben:


  • wburst
    antwortet
    Mal frage nach Status.
    gibts schon ein fertiges Raspberry Image mit KNXd usw.
    gibts schon neues in Sachen webinterface zwecks Konfiguration wie es mal in github besprochen wurde ?

    gruss aus Österreich

    Einen Kommentar schreiben:

Lädt...
X