Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] ioBroker.ham (Homebridge Accessory Manager) testen

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Aufruf] ioBroker.ham (Homebridge Accessory Manager) testen

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 last edited by

      Ps: das wäre eher ein issue für yahka in meinen Augen sowas mit einzubauen auch wenn nicht diese lib genutzt werden kann

      Gesendet vom Handy …

      1 Reply Last reply Reply Quote 0
      • K
        Kueppert last edited by

        Hi Gemeinde,

        hab mal wieder versucht, das plugin````
        [b]homebridge-mi-aqara[/b]

        
        (bedeutet: Daten eingetragen, gem. log wurde das plugin gestartet, die Mac-Adresse vom Gateway aufgerufen…und das wars. Keine Objekte erstellt. Testweise habe ich das Luftdaten-plugin ausprobiert - funktioniert. An einer Verbindung sollte es also nicht liegen)
        
        Ich würde gern den Aquara-Würfel nutzen können, der derzeit vom MiHome-Adapter (noch) nicht unterstützt wird.
        
        Frage: hat den Adapter schon jemand ausprobiert? Und ans Laufen bekommen?
        
        Link: [https://github.com/YinHangCode/homebridge-mi-aqara](https://github.com/YinHangCode/homebridge-mi-aqara)
        
        Danke und viele Grüße, Thorsten
        1 Reply Last reply Reply Quote 0
        • smartboart
          smartboart last edited by

          hallo, cooles projekt…. mache mal mit und fange klein mit dem plugin an...

          bekomme diese Meldung...

          Jemand ne idee? wie ich das beheben kann?

          ham.0 2018-07-18 20:15:24.691 warn Error writing /opt/iobroker/iobroker-data/ham_0/config.json - Some Plugins may need that

          1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 last edited by

            Dann schau mal das der User unter dem ioBroker läuft da ein Verzeichnis anlegen und schreiben darf.

            Ob das ein Problem ist hängt davon ab ob die homebridge Plugins die du nutzen willst da config file brauchen. Einige lesen es

            Gesendet vom Handy …

            1 Reply Last reply Reply Quote 0
            • smartboart
              smartboart last edited by

              ok war mein Fehler, hab eben erst kapiert, das der Name des plugin richtig eingetragen werden muss und mit Adapterneustart installiert wird.. :shock:

              probiere mal das plugginn hombridge-foscamcamera aus.habe sie zwar schon in vis eingebunden aber mal sehen was noch so geht damit

              1 Reply Last reply Reply Quote 0
              • smartboart
                smartboart last edited by

                hallo versuche die foscam instanz zum laufen zu bringen… Scheitere schon an der konfigurationsdatei...wie muss ich die anpassen, damit ich keine roten x Hinweise bekomme?

                "platforms": [
                    {
                      "platform": "FoscamCamera",
                      "name": "Foscam",
                      "cameras": [
                        {
                          "username": "admin",
                          "password": "xxxxxxx",
                          "host": "192.168.xxx",
                          "port": 80,
                          "stay": 13,
                          "away": 15,
                          "night": 14
                        },
                        {
                          "username": "admin",
                          "password": "xxxxxxxx",
                          "host": "192.168.1xxx",
                          "port": 80,
                          "stay": 0,
                          "away": 14,
                          "night": 13,
                          "sensitivity": 2,
                          "triggerInterval": 5,
                          "gain": 6,
                          "spkrEnable": true,
                          "spkrCompression": true,
                          "spkrGain": 1
                        }
                      ]
                    }
                  ]
                

                Hier der log

                host.tinkerboard	2018-07-19 23:19:27.378	info	Restart adapter system.adapter.ham.0 because enabled
                host.tinkerboard	2018-07-19 23:19:27.378	error	instance system.adapter.ham.0 terminated with code 0 (OK)
                host.tinkerboard	2018-07-19 23:19:27.378	error	Caught by controller[5]: at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:244:12)
                host.tinkerboard	2018-07-19 23:19:27.378	error	Caught by controller[5]: at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:319:9)
                host.tinkerboard	2018-07-19 23:19:27.378	error	Caught by controller[5]: at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:2434:25)
                host.tinkerboard	2018-07-19 23:19:27.378	error	Caught by controller[5]: at adapter.getDevices (/opt/iobroker/node_modules/iobroker.ham/main.js:175:27)
                host.tinkerboard	2018-07-19 23:19:27.378	error	Caught by controller[5]: at loadExistingAccessories (/opt/iobroker/node_modules/iobroker.ham/main.js:229:35)
                host.tinkerboard	2018-07-19 23:19:27.378	error	Caught by controller[5]: at Object.start (/opt/iobroker/node_modules/iobroker.ham/lib/wrapper-handler.js:96:23)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[5]: at HomebridgeWrapper.init (/opt/iobroker/node_modules/homebridge-plugin-wrapper/index.js:199:17)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[5]: at Server.run (/opt/iobroker/node_modules/homebridge-plugin-wrapper/homebridge/server.js:85:36)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[5]: at Server._loadPlatforms (/opt/iobroker/node_modules/homebridge-plugin-wrapper/homebridge/server.js:314:45)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[5]: at API.platform (/opt/iobroker/node_modules/homebridge-plugin-wrapper/homebridge/api.js:122:13)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[5]: Error: The requested platform 'FoscamCamera' was not registered by any plugin.
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[4]: [7/19/2018, 11:19:27 PM] ====================
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[3]: at tryModuleLoad (module.js:453:12)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[3]: at Module.load (module.js:494:32)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[3]: at Object.Module._extensions..js (module.js:586:10)
                host.tinkerboard	2018-07-19 23:19:27.377	error	Caught by controller[3]: at Module._compile (module.js:577:32)
                host.tinkerboard	2018-07-19 23:19:27.376	error	Caught by controller[3]: at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.ham/node_modules/foscam-binary-client/lib/FoscamStreamLayer.js:5:20)
                host.tinkerboard	2018-07-19 23:19:27.376	error	Caught by controller[3]: at require (internal/module.js:20:19)
                host.tinkerboard	2018-07-19 23:19:27.376	error	Caught by controller[3]: at Module.require (module.js:504:17)
                host.tinkerboard	2018-07-19 23:19:27.376	error	Caught by controller[3]: at Function.Module._load (/opt/iobroker/node_modules/mock-require/index.js:29:22)
                host.tinkerboard	2018-07-19 23:19:27.376	error	Caught by controller[3]: at Function.Module._load (module.js:424:25)
                host.tinkerboard	2018-07-19 23:19:27.376	error	Caught by controller[3]: at Function.Module._resolveFilename (module.js:476:15)
                host.tinkerboard	2018-07-19 23:19:27.376	error	Caught by controller[3]: [7/19/2018, 11:19:27 PM] Error: Cannot find module '../build/Release/FoscamG726'
                host.tinkerboard	2018-07-19 23:19:27.375	error	Caught by controller[2]: [7/19/2018, 11:19:27 PM] ERROR LOADING PLUGIN homebridge-foscamcamera:
                host.tinkerboard	2018-07-19 23:19:27.375	error	Caught by controller[1]: [7/19/2018, 11:19:27 PM] ====================
                host.tinkerboard	2018-07-19 23:19:27.375	error	Caught by controller[0]: [7/19/2018, 11:19:26 PM] Warning: skipping plugin found at '/opt/iobroker/node_modules/homebridge-seasons' since we already loaded the same plugin from '/opt/iobroker/node_mod
                host.tinkerboard	2018-07-19 23:19:27.375	error	Caught by controller[0]: [7/19/2018, 11:19:26 PM] Plugin /opt/iobroker/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.
                host.tinkerboard	2018-07-19 23:19:27.374	error	Caught by controller[0]: [7/19/2018, 11:19:26 PM] Plugin /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-foscam-stream package.json does not contain the keyword 'homebridge-plugin'.
                ham.0	2018-07-19 23:19:27.313	info	starting. Version 0.4.3 in /opt/iobroker/node_modules/iobroker.ham, node: v6.14.3
                ham.0	2018-07-19 23:19:24.689	info	starting. Version 0.4.3 in /opt/iobroker/node_modules/iobroker.ham, node: v6.14.3</anonymous></anonymous>
                
                1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 last edited by

                  Der Fehler sagt eher das bei der Installation des fiscal Moduls was schief gegangen ist. Was sagt das log davon?

                  Sonst: was sagen denn die roten anzeigen im json Editor?

                  Gesendet vom Handy …

                  1 Reply Last reply Reply Quote 0
                  • T
                    tombox last edited by

                    Hi,

                    ist es denn möglich die homebridge plugins mit yahka in iOS Homekit einzufügen?

                    Ich habe versucht es als globale Homebridge anzugeben

                    Homebridge: /opt/iobroker/node_modules/homebridge-plugin-wrapper/homebridge

                    Config Folder: "nicht gefunden"

                    oder muss ich yahka entfernen und homebridge parallel installieren aber wie bekomme ich dann iobroker Geräe ins iOS Homekit

                    oder geht nur der Weg hm.0 states über yahka als iobroker states einzufügen.

                    1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 last edited by

                      Du verwechselst da Dinge.

                      Ham ist dazu da weitere Gerätetypen mit den ioBroker steuerbar zu machen die er heute nicht kann.

                      Mit dem globalen Modus kann man, für die Leute die HomeKit über homebridge ohne ioBroker Objekte schon nutzen eine Art mischbetrieb machen.

                      Yahka ist dazu da die ioBroker Objekte selbst ins HomeKit zu bekommen!

                      Gesendet vom Handy …

                      1 Reply Last reply Reply Quote 0
                      • T
                        tombox last edited by

                        Danke für die Informationen.

                        Ist denn ein Mischbetrieb von yahka und homebridge auf einem Gerät möglich oder würde es zur Portproblemen kommen?

                        1 Reply Last reply Reply Quote 0
                        • Dutchman
                          Dutchman Developer Most Active Administrators last edited by

                          @tombox:

                          Danke für die Informationen.

                          Ist denn ein Mischbetrieb von yahka und homebridge auf einem Gerät möglich oder würde es zur Portproblemen kommen? `

                          Geht ohne probleme

                          Sent from my iPhone using Tapatalk

                          1 Reply Last reply Reply Quote 0
                          • smartboart
                            smartboart last edited by

                            @apollon77:

                            Der Fehler sagt eher das bei der Installation des fiscal Moduls was schief gegangen ist. Was sagt das log davon?

                            Sonst: was sagen denn die roten anzeigen im json Editor?

                            Gesendet vom Handy … `

                            Die roten Anzeigen habe ich weg bekommen… mit { am Anfang und Am Ende}

                            Es wurden auch keine neuen Objekte angelegt..

                            ham.0	2018-07-21 23:29:33.320	info	starting. Version 0.4.3 in /opt/iobroker/node_modules/iobroker.ham, node: v6.14.3
                            host.tinkerboard	2018-07-21 23:29:32.352	info	instance system.adapter.ham.0 started with pid 22038
                            host.tinkerboard	2018-07-21 23:29:32.299	info	object change system.adapter.ham.0
                            host.tinkerboard	2018-07-21 23:29:29.705	info	instance system.adapter.ham.0 terminated with code 0 (OK)
                            ham.0	2018-07-21 23:29:29.658	info	terminating
                            ham.0	2018-07-21 23:29:29.633	info	cleaned everything up...
                            host.tinkerboard	2018-07-21 23:29:29.621	info	stopInstance system.adapter.ham.0 killing pid 18715
                            host.tinkerboard	2018-07-21 23:29:29.618	info	stopInstance system.adapter.ham.0
                            host.tinkerboard	2018-07-21 23:29:29.601	info	object change system.adapter.ham.0
                            ham.0	2018-07-21 23:26:08.430	info	└── www-authenticate@0.6.2
                            ham.0	2018-07-21 23:26:08.430	info	├── sdp-transform@1.7.0
                            ham.0	2018-07-21 23:26:08.430	info	│ └── util-deprecate@1.0.2
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── string_decoder@1.1.1
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── process-nextick-args@2.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── isarray@1.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── inherits@2.0.3
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── core-util-is@1.0.2
                            ham.0	2018-07-21 23:26:08.430	info	│ └─┬ readable-stream@2.3.6
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── next-line@1.1.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ └── strip-lines@1.0.1
                            ham.0	2018-07-21 23:26:08.430	info	│ ├─┬ http-headers@1.2.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ └── ms@2.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ ├─┬ debug@2.6.9
                            ham.0	2018-07-21 23:26:08.430	info	├─┬ rtsp-stream@1.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ └── ref@1.3.5
                            ham.0	2018-07-21 23:26:08.430	info	│ └─┬ ref-struct@1.1.0
                            ham.0	2018-07-21 23:26:08.430	info	│ └─┬ ogg-packet@1.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── commander@2.16.0
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── bindings@1.2.1
                            ham.0	2018-07-21 23:26:08.430	info	├─┬ node-opus@0.2.9
                            ham.0	2018-07-21 23:26:08.430	info	├── ip@1.1.5
                            ham.0	2018-07-21 23:26:08.430	info	│ └── asn1@0.2.3
                            ham.0	2018-07-21 23:26:08.430	info	│ └─┬ node-rsa@0.4.2
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── nan@2.10.0
                            ham.0	2018-07-21 23:26:08.430	info	├─┬ foscam-binary-client@0.2.1
                            ham.0	2018-07-21 23:26:08.430	info	└─┬ homebridge-foscam-stream@0.3.11
                            ham.0	2018-07-21 23:26:08.430	info	│ └── xmlbuilder@9.0.7
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── sax@1.2.4
                            ham.0	2018-07-21 23:26:08.430	info	│ └─┬ xml2js@0.4.19
                            ham.0	2018-07-21 23:26:08.430	info	│ │ └── uuid@3.3.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── tunnel-agent@0.6.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ └── punycode@1.4.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├─┬ tough-cookie@2.3.4
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── safe-buffer@5.1.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── qs@6.5.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── performance-now@2.1.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── oauth-sign@0.8.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ └── mime-db@1.35.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├─┬ mime-types@2.1.19
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── json-stringify-safe@5.0.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── isstream@0.1.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── is-typedarray@1.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ └── tweetnacl@0.14.5
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├── safer-buffer@2.1.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├── jsbn@0.1.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├── getpass@0.1.7
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├── ecc-jsbn@0.1.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├── dashdash@1.14.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├── bcrypt-pbkdf@1.0.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ └─┬ sshpk@1.14.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ │ └── verror@1.10.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ │ ├── json-schema@0.2.3
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ │ ├── extsprintf@1.3.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├─┬ jsprim@1.4.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├── assert-plus@1.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├─┬ http-signature@1.2.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ └── har-schema@2.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ │ └── json-schema-traverse@0.3.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ │ ├── fast-json-stable-stringify@2.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ │ ├── fast-deep-equal@1.1.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ │ ├── co@4.6.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ ├─┬ ajv@5.5.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├─┬ har-validator@5.0.3
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ └── asynckit@0.4.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├─┬ form-data@2.3.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── forever-agent@0.6.1
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── extend@3.0.2
                            ham.0	2018-07-21 23:26:08.430	info	│ │ │ └── delayed-stream@1.0.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├─┬ combined-stream@1.0.6
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── caseless@0.12.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── aws4@1.7.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── aws-sign2@0.7.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ └─┬ request@2.87.0
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── lodash@4.17.10
                            ham.0	2018-07-21 23:26:08.430	info	│ │ ├── bluebird@2.11.0
                            ham.0	2018-07-21 23:26:08.430	info	│ ├─┬ request-promise@2.0.1
                            ham.0	2018-07-21 23:26:08.430	info	│ ├── q@1.5.1
                            ham.0	2018-07-21 23:26:08.430	info	├─┬ foscam-client@0.4.0
                            ham.0	2018-07-21 23:26:08.430	info	└─┬ homebridge-foscamcamera@0.2.15
                            ham.0	2018-07-21 23:26:08.430	info	iobroker.ham@0.4.3 /opt/iobroker/node_modules/iobroker.ham
                            ham.0	2018-07-21 23:26:07.958	info	make: Leaving directory '/opt/iobroker/node_modules/iobroker.ham/node_modules/foscam-binary-client/build'
                            ham.0	2018-07-21 23:26:07.945	info	COPY Release/FoscamG726.node
                            ham.0	2018-07-21 23:26:07.838	info	SOLINK_MODULE(target) Release/obj.target/FoscamG726.node
                            ham.0	2018-07-21 23:26:07.650	info	CC(target) Release/obj.target/FoscamG726/src/g726.o
                            ham.0	2018-07-21 23:26:07.498	info	CC(target) Release/obj.target/FoscamG726/src/g726_16.o
                            ham.0	2018-07-21 23:26:06.889	info	CC(target) Release/obj.target/FoscamG726/src/g72x.o
                            ham.0	2018-07-21 23:26:05.361	info	CXX(target) Release/obj.target/FoscamG726/src/binding.o
                            ham.0	2018-07-21 23:26:05.352	info	make: Entering directory '/opt/iobroker/node_modules/iobroker.ham/node_modules/foscam-binary-client/build'
                            ham.0	2018-07-21 23:26:03.786	info	> node-gyp rebuild
                            ham.0	2018-07-21 23:26:03.786	info	> foscam-binary-client@0.2.1 install /opt/iobroker/node_modules/iobroker.ham/node_modules/foscam-binary-client
                            ham.0	2018-07-21 23:26:03.786	info	
                            ham.0	2018-07-21 23:26:03.672	info	make: Leaving directory '/opt/iobroker/node_modules/iobroker.ham/node_modules/node-opus/build'
                            ham.0	2018-07-21 23:26:03.655	info	COPY Release/node-opus.node
                            ham.0	2018-07-21 23:26:03.361	info	SOLINK_MODULE(target) Release/obj.target/node-opus.node
                            ham.0	2018-07-21 23:26:01.187	info	CXX(target) Release/obj.target/node-opus/src/node-opus.o
                            ham.0	2018-07-21 23:26:01.168	info	COPY Release/opus.a
                            ham.0	2018-07-21 23:26:01.117	info	AR(target) Release/obj.target/deps/opus.a
                            ham.0	2018-07-21 23:26:00.909	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/sort_FLP.o
                            ham.0	2018-07-21 23:26:00.668	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/schur_FLP.o
                            ham.0	2018-07-21 23:26:00.487	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/scale_vector_FLP.o
                            ham.0	2018-07-21 23:26:00.300	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/scale_copy_vector_FLP.o
                            ham.0	2018-07-21 23:25:59.040	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/pitch_analysis_core_FLP.o
                            ham.0	2018-07-21 23:25:58.853	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/LPC_inv_pred_gain_FLP.o
                            ham.0	2018-07-21 23:25:58.666	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/levinsondurbin_FLP.o
                            ham.0	2018-07-21 23:25:58.415	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/k2a_FLP.o
                            ham.0	2018-07-21 23:25:58.229	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/inner_product_FLP.o
                            ham.0	2018-07-21 23:25:58.050	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/energy_FLP.o
                            ham.0	2018-07-21 23:25:57.881	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/bwexpander_FLP.o
                            ham.0	2018-07-21 23:25:57.190	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/burg_modified_FLP.o
                            ham.0	2018-07-21 23:25:57.026	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/autocorrelation_FLP.o
                            ham.0	2018-07-21 23:25:56.583	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/wrappers_FLP.o
                            ham.0	2018-07-21 23:25:56.304	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/warped_autocorrelation_FLP.o
                            ham.0	2018-07-21 23:25:55.903	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/solve_LS_FLP.o
                            ham.0	2018-07-21 23:25:55.666	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/residual_energy_FLP.o
                            ham.0	2018-07-21 23:25:55.489	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/regularize_correlations_FLP.o
                            ham.0	2018-07-21 23:25:55.243	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/process_gains_FLP.o
                            ham.0	2018-07-21 23:25:54.910	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/prefilter_FLP.o
                            ham.0	2018-07-21 23:25:54.354	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/noise_shape_analysis_FLP.o
                            ham.0	2018-07-21 23:25:54.173	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/LTP_scale_ctrl_FLP.o
                            ham.0	2018-07-21 23:25:53.966	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/LTP_analysis_filter_FLP.o
                            ham.0	2018-07-21 23:25:53.676	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/LPC_analysis_filter_FLP.o
                            ham.0	2018-07-21 23:25:53.437	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/find_pred_coefs_FLP.o
                            ham.0	2018-07-21 23:25:53.180	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/find_pitch_lags_FLP.o
                            ham.0	2018-07-21 23:25:52.864	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/find_LTP_FLP.o
                            ham.0	2018-07-21 23:25:52.648	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/find_LPC_FLP.o
                            ham.0	2018-07-21 23:25:52.152	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/encode_frame_FLP.o
                            ham.0	2018-07-21 23:25:51.910	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/corrMatrix_FLP.o
                            ham.0	2018-07-21 23:25:51.721	info	CC(target) Release/obj.target/libopus/deps/opus/silk/float/apply_sine_window_FLP.o
                            ham.0	2018-07-21 23:25:51.493	info	CC(target) Release/obj.target/libopus/deps/opus/silk/stereo_quant_pred.o
                            ham.0	2018-07-21 23:25:51.222	info	CC(target) Release/obj.target/libopus/deps/opus/silk/stereo_find_predictor.o
                            ham.0	2018-07-21 23:25:51.040	info	CC(target) Release/obj.target/libopus/deps/opus/silk/stereo_encode_pred.o
                            ham.0	2018-07-21 23:25:50.836	info	CC(target) Release/obj.target/libopus/deps/opus/silk/stereo_decode_pred.o
                            ham.0	2018-07-21 23:25:50.643	info	CC(target) Release/obj.target/libopus/deps/opus/silk/sum_sqr_shift.o
                            ham.0	2018-07-21 23:25:50.419	info	CC(target) Release/obj.target/libopus/deps/opus/silk/sort.o
                            ham.0	2018-07-21 23:25:50.257	info	CC(target) Release/obj.target/libopus/deps/opus/silk/sigm_Q15.o
                            ham.0	2018-07-21 23:25:50.104	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler_rom.o
                            ham.0	2018-07-21 23:25:49.893	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler_private_up2_HQ.o
                            ham.0	2018-07-21 23:25:49.682	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler_private_IIR_FIR.o
                            ham.0	2018-07-21 23:25:49.216	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler_private_down_FIR.o
                            ham.0	2018-07-21 23:25:49.040	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler_private_AR2.o
                            ham.0	2018-07-21 23:25:48.859	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler_down2.o
                            ham.0	2018-07-21 23:25:48.625	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler_down2_3.o
                            ham.0	2018-07-21 23:25:48.372	info	CC(target) Release/obj.target/libopus/deps/opus/silk/resampler.o
                            ham.0	2018-07-21 23:25:48.222	info	CC(target) Release/obj.target/libopus/deps/opus/silk/pitch_est_tables.o
                            ham.0	2018-07-21 23:25:48.030	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF_VQ_weights_laroia.o
                            ham.0	2018-07-21 23:25:47.770	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF_stabilize.o
                            ham.0	2018-07-21 23:25:47.211	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF2A.o
                            ham.0	2018-07-21 23:25:47.060	info	CC(target) Release/obj.target/libopus/deps/opus/silk/table_LSF_cos.o
                            ham.0	2018-07-21 23:25:46.800	info	CC(target) Release/obj.target/libopus/deps/opus/silk/LPC_inv_pred_gain.o
                            ham.0	2018-07-21 23:25:46.604	info	CC(target) Release/obj.target/libopus/deps/opus/silk/LPC_analysis_filter.o
                            ham.0	2018-07-21 23:25:46.439	info	CC(target) Release/obj.target/libopus/deps/opus/silk/log2lin.o
                            ham.0	2018-07-21 23:25:46.273	info	CC(target) Release/obj.target/libopus/deps/opus/silk/lin2log.o
                            ham.0	2018-07-21 23:25:46.113	info	CC(target) Release/obj.target/libopus/deps/opus/silk/inner_prod_aligned.o
                            ham.0	2018-07-21 23:25:45.934	info	CC(target) Release/obj.target/libopus/deps/opus/silk/decode_pitch.o
                            ham.0	2018-07-21 23:25:45.790	info	CC(target) Release/obj.target/libopus/deps/opus/silk/debug.o
                            ham.0	2018-07-21 23:25:45.623	info	CC(target) Release/obj.target/libopus/deps/opus/silk/bwexpander.o
                            ham.0	2018-07-21 23:25:45.453	info	CC(target) Release/obj.target/libopus/deps/opus/silk/bwexpander_32.o
                            ham.0	2018-07-21 23:25:45.256	info	CC(target) Release/obj.target/libopus/deps/opus/silk/biquad_alt.o
                            ham.0	2018-07-21 23:25:45.067	info	CC(target) Release/obj.target/libopus/deps/opus/silk/ana_filt_bank_1.o
                            ham.0	2018-07-21 23:25:44.321	info	CC(target) Release/obj.target/libopus/deps/opus/silk/A2NLSF.o
                            ham.0	2018-07-21 23:25:43.917	info	CC(target) Release/obj.target/libopus/deps/opus/silk/control_codec.o
                            ham.0	2018-07-21 23:25:43.742	info	CC(target) Release/obj.target/libopus/deps/opus/silk/init_encoder.o
                            ham.0	2018-07-21 23:25:43.552	info	CC(target) Release/obj.target/libopus/deps/opus/silk/control_SNR.o
                            ham.0	2018-07-21 23:25:43.353	info	CC(target) Release/obj.target/libopus/deps/opus/silk/check_control_input.o
                            ham.0	2018-07-21 23:25:43.103	info	CC(target) Release/obj.target/libopus/deps/opus/silk/stereo_MS_to_LR.o
                            ham.0	2018-07-21 23:25:42.597	info	CC(target) Release/obj.target/libopus/deps/opus/silk/stereo_LR_to_MS.o
                            ham.0	2018-07-21 23:25:42.326	info	CC(target) Release/obj.target/libopus/deps/opus/silk/process_NLSFs.o
                            ham.0	2018-07-21 23:25:41.856	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF_del_dec_quant.o
                            ham.0	2018-07-21 23:25:41.670	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF_unpack.o
                            ham.0	2018-07-21 23:25:41.476	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF_VQ.o
                            ham.0	2018-07-21 23:25:41.109	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF_encode.o
                            ham.0	2018-07-21 23:25:40.894	info	CC(target) Release/obj.target/libopus/deps/opus/silk/HP_variable_cutoff.o
                            ham.0	2018-07-21 23:25:40.625	info	CC(target) Release/obj.target/libopus/deps/opus/silk/VQ_WMat_EC.o
                            ham.0	2018-07-21 23:25:40.386	info	CC(target) Release/obj.target/libopus/deps/opus/silk/quant_LTP_gains.o
                            ham.0	2018-07-21 23:25:40.177	info	CC(target) Release/obj.target/libopus/deps/opus/silk/control_audio_bandwidth.o
                            ham.0	2018-07-21 23:25:39.716	info	CC(target) Release/obj.target/libopus/deps/opus/silk/VAD.o
                            ham.0	2018-07-21 23:25:39.561	info	CC(target) Release/obj.target/libopus/deps/opus/silk/tables_pulses_per_block.o
                            ham.0	2018-07-21 23:25:39.403	info	CC(target) Release/obj.target/libopus/deps/opus/silk/tables_pitch_lag.o
                            ham.0	2018-07-21 23:25:39.248	info	CC(target) Release/obj.target/libopus/deps/opus/silk/tables_other.o
                            ham.0	2018-07-21 23:25:39.083	info	CC(target) Release/obj.target/libopus/deps/opus/silk/tables_NLSF_CB_WB.o
                            ham.0	2018-07-21 23:25:38.921	info	CC(target) Release/obj.target/libopus/deps/opus/silk/tables_NLSF_CB_NB_MB.o
                            ham.0	2018-07-21 23:25:38.768	info	CC(target) Release/obj.target/libopus/deps/opus/silk/tables_LTP.o
                            ham.0	2018-07-21 23:25:38.622	info	CC(target) Release/obj.target/libopus/deps/opus/silk/tables_gain.o
                            ham.0	2018-07-21 23:25:38.277	info	CC(target) Release/obj.target/libopus/deps/opus/silk/shell_coder.o
                            ham.0	2018-07-21 23:25:37.507	info	CC(target) Release/obj.target/libopus/deps/opus/silk/PLC.o
                            ham.0	2018-07-21 23:25:35.953	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NSQ_del_dec.o
                            ham.0	2018-07-21 23:25:34.993	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NSQ.o
                            ham.0	2018-07-21 23:25:34.764	info	CC(target) Release/obj.target/libopus/deps/opus/silk/NLSF_decode.o
                            ham.0	2018-07-21 23:25:34.516	info	CC(target) Release/obj.target/libopus/deps/opus/silk/LP_variable_cutoff.o
                            ham.0	2018-07-21 23:25:34.343	info	CC(target) Release/obj.target/libopus/deps/opus/silk/interpolate.o
                            ham.0	2018-07-21 23:25:34.061	info	CC(target) Release/obj.target/libopus/deps/opus/silk/gain_quant.o
                            ham.0	2018-07-21 23:25:33.636	info	CC(target) Release/obj.target/libopus/deps/opus/silk/encode_pulses.o
                            ham.0	2018-07-21 23:25:33.371	info	CC(target) Release/obj.target/libopus/deps/opus/silk/encode_indices.o
                            ham.0	2018-07-21 23:25:32.394	info	CC(target) Release/obj.target/libopus/deps/opus/silk/enc_API.o
                            ham.0	2018-07-21 23:25:31.830	info	CC(target) Release/obj.target/libopus/deps/opus/silk/dec_API.o
                            ham.0	2018-07-21 23:25:31.626	info	CC(target) Release/obj.target/libopus/deps/opus/silk/decoder_set_fs.o
                            ham.0	2018-07-21 23:25:31.395	info	CC(target) Release/obj.target/libopus/deps/opus/silk/decode_pulses.o
                            ham.0	2018-07-21 23:25:31.141	info	CC(target) Release/obj.target/libopus/deps/opus/silk/decode_indices.o
                            ham.0	2018-07-21 23:25:30.865	info	CC(target) Release/obj.target/libopus/deps/opus/silk/decode_parameters.o
                            ham.0	2018-07-21 23:25:30.671	info	CC(target) Release/obj.target/libopus/deps/opus/silk/decode_frame.o
                            ham.0	2018-07-21 23:25:29.995	info	CC(target) Release/obj.target/libopus/deps/opus/silk/decode_core.o
                            ham.0	2018-07-21 23:25:29.831	info	CC(target) Release/obj.target/libopus/deps/opus/silk/init_decoder.o
                            ham.0	2018-07-21 23:25:29.573	info	CC(target) Release/obj.target/libopus/deps/opus/silk/code_signs.o
                            ham.0	2018-07-21 23:25:28.979	info	CC(target) Release/obj.target/libopus/deps/opus/silk/CNG.o
                            ham.0	2018-07-21 23:25:28.467	info	CC(target) Release/obj.target/libopus/deps/opus/celt/vq.o
                            ham.0	2018-07-21 23:25:27.767	info	CC(target) Release/obj.target/libopus/deps/opus/celt/rate.o
                            ham.0	2018-07-21 23:25:27.067	info	CC(target) Release/obj.target/libopus/deps/opus/celt/quant_bands.o
                            ham.0	2018-07-21 23:25:26.581	info	CC(target) Release/obj.target/libopus/deps/opus/celt/celt_lpc.o
                            ham.0	2018-07-21 23:25:26.002	info	CC(target) Release/obj.target/libopus/deps/opus/celt/pitch.o
                            ham.0	2018-07-21 23:25:25.770	info	CC(target) Release/obj.target/libopus/deps/opus/celt/modes.o
                            ham.0	2018-07-21 23:25:25.426	info	CC(target) Release/obj.target/libopus/deps/opus/celt/mdct.o
                            ham.0	2018-07-21 23:25:25.226	info	CC(target) Release/obj.target/libopus/deps/opus/celt/mathops.o
                            ham.0	2018-07-21 23:25:25.005	info	CC(target) Release/obj.target/libopus/deps/opus/celt/laplace.o
                            ham.0	2018-07-21 23:25:24.478	info	CC(target) Release/obj.target/libopus/deps/opus/celt/kiss_fft.o
                            ham.0	2018-07-21 23:25:24.034	info	CC(target) Release/obj.target/libopus/deps/opus/celt/entenc.o
                            ham.0	2018-07-21 23:25:23.697	info	CC(target) Release/obj.target/libopus/deps/opus/celt/entdec.o
                            ham.0	2018-07-21 23:25:23.572	info	CC(target) Release/obj.target/libopus/deps/opus/celt/entcode.o
                            ham.0	2018-07-21 23:25:23.210	info	CC(target) Release/obj.target/libopus/deps/opus/celt/cwrs.o
                            ham.0	2018-07-21 23:25:22.043	info	CC(target) Release/obj.target/libopus/deps/opus/celt/celt_decoder.o
                            web.0	2018-07-21 23:25:19.522	info	==>Connected system.user.admin from ::ffff:192.168.1.22
                            ham.0	2018-07-21 23:25:18.198	info	CC(target) Release/obj.target/libopus/deps/opus/celt/celt_encoder.o
                            ham.0	2018-07-21 23:25:17.910	info	CC(target) Release/obj.target/libopus/deps/opus/celt/celt.o
                            ham.0	2018-07-21 23:25:16.179	info	CC(target) Release/obj.target/libopus/deps/opus/celt/bands.o
                            ham.0	2018-07-21 23:25:16.090	info	CC(target) Release/obj.target/libopus/deps/opus/src/mlp_data.o
                            ham.0	2018-07-21 23:25:15.913	info	CC(target) Release/obj.target/libopus/deps/opus/src/mlp.o
                            ham.0	2018-07-21 23:25:14.777	info	CC(target) Release/obj.target/libopus/deps/opus/src/analysis.o
                            ham.0	2018-07-21 23:25:14.266	info	CC(target) Release/obj.target/libopus/deps/opus/src/repacketizer.o
                            ham.0	2018-07-21 23:25:13.672	info	CC(target) Release/obj.target/libopus/deps/opus/src/opus_multistream_decoder.o
                            ham.0	2018-07-21 23:25:12.627	info	CC(target) Release/obj.target/libopus/deps/opus/src/opus_multistream_encoder.o
                            ham.0	2018-07-21 23:25:12.399	info	CC(target) Release/obj.target/libopus/deps/opus/src/opus_multistream.o
                            ham.0	2018-07-21 23:25:09.404	info	CC(target) Release/obj.target/libopus/deps/opus/src/opus_encoder.o
                            ham.0	2018-07-21 23:25:08.569	info	CC(target) Release/obj.target/libopus/deps/opus/src/opus_decoder.o
                            ham.0	2018-07-21 23:25:07.785	info	CC(target) Release/obj.target/libopus/deps/opus/src/opus.o
                            ham.0	2018-07-21 23:25:07.782	info	make: Entering directory '/opt/iobroker/node_modules/iobroker.ham/node_modules/node-opus/build'
                            ham.0	2018-07-21 23:25:06.248	info	> node-gyp rebuild
                            ham.0	2018-07-21 23:25:06.248	info	> node-opus@0.2.9 install /opt/iobroker/node_modules/iobroker.ham/node_modules/node-opus
                            ham.0	2018-07-21 23:25:06.248	info	
                            ham.0	2018-07-21 23:25:06.223	info	make: Leaving directory '/opt/iobroker/node_modules/iobroker.ham/node_modules/ref/build'
                            ham.0	2018-07-21 23:25:06.204	info	COPY Release/binding.node
                            ham.0	2018-07-21 23:25:05.929	info	SOLINK_MODULE(target) Release/obj.target/binding.node
                            ham.0	2018-07-21 23:25:03.700	error	^
                            ham.0	2018-07-21 23:25:03.700	error	NAN_DEPRECATED inline Maybe <bool>ForceSet(
                            ham.0	2018-07-21 23:25:03.700	error	../../nan/nan_maybe_43_inl.h:130:35: note: declared here
                            ham.0	2018-07-21 23:25:03.700	error	from ../src/binding.cc:7:
                            ham.0	2018-07-21 23:25:03.700	error	In file included from ../../nan/nan.h:197:0,
                            ham.0	2018-07-21 23:25:03.700	error	^
                            ham.0	2018-07-21 23:25:03.700	error	Nan::ForceSet(target, Nan::New<v8::string>("NULL").ToLocalChecked(), WrapNullPointer(), static_cast<propertyattribute>(ReadOnly|DontDelete));
                            ham.0	2018-07-21 23:25:03.700	error	../src/binding.cc:644:142: warning: ‘Nan::Maybe <bool>Nan::ForceSet(v8::Local<v8::object>, v8::Local<v8::value>, v8::Local<v8::value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations
                            ham.0	2018-07-21 23:25:03.699	error	^
                            ham.0	2018-07-21 23:25:03.699	error	NAN_DEPRECATED inline Maybe <bool>ForceSet(
                            ham.0	2018-07-21 23:25:03.699	error	../../nan/nan_maybe_43_inl.h:130:35: note: declared here
                            ham.0	2018-07-21 23:25:03.699	error	from ../src/binding.cc:7:
                            ham.0	2018-07-21 23:25:03.699	error	In file included from ../../nan/nan.h:197:0,
                            ham.0	2018-07-21 23:25:03.699	error	^
                            ham.0	2018-07-21 23:25:03.699	error	Nan::ForceSet(target, Nan::New<v8::string>("NULL").ToLocalChecked(), WrapNullPointer(), static_cast<propertyattribute>(ReadOnly|DontDelete));
                            ham.0	2018-07-21 23:25:03.699	error	../src/binding.cc:644:8: warning: ‘Nan::Maybe <bool>Nan::ForceSet(v8::Local<v8::object>, v8::Local<v8::value>, v8::Local<v8::value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                            ham.0	2018-07-21 23:25:03.699	error	^
                            ham.0	2018-07-21 23:25:03.699	error	NAN_DEPRECATED inline Maybe <bool>ForceSet(
                            ham.0	2018-07-21 23:25:03.699	error	../../nan/nan_maybe_43_inl.h:130:35: note: declared here
                            ham.0	2018-07-21 23:25:03.699	error	from ../src/binding.cc:7:
                            ham.0	2018-07-21 23:25:03.699	error	In file included from ../../nan/nan.h:197:0,
                            ham.0	2018-07-21 23:25:03.699	error	^
                            ham.0	2018-07-21 23:25:03.699	error	Nan::ForceSet(target, Nan::New<v8::string>("NULL").ToLocalChecked(), WrapNullPointer(), static_cast<propertyattribute>(ReadOnly|DontDelete));
                            ham.0	2018-07-21 23:25:03.699	error	../src/binding.cc:644:8: warning: ‘Nan::Maybe <bool>Nan::ForceSet(v8::Local<v8::object>, v8::Local<v8::value>, v8::Local<v8::value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                            ham.0	2018-07-21 23:25:03.699	error	^
                            ham.0	2018-07-21 23:25:03.699	error	NAN_DEPRECATED inline Maybe <bool>ForceSet(
                            ham.0	2018-07-21 23:25:03.699	error	../../nan/nan_maybe_43_inl.h:130:35: note: declared here
                            ham.0	2018-07-21 23:25:03.699	error	from ../src/binding.cc:7:
                            ham.0	2018-07-21 23:25:03.699	error	In file included from ../../nan/nan.h:197:0,
                            ham.0	2018-07-21 23:25:03.699	error	^
                            ham.0	2018-07-21 23:25:03.699	error	Nan::ForceSet(target, Nan::New<v8::string>("endianness").ToLocalChecked(), Nan::New<v8::string>(CheckEndianness()).ToLocalChecked(), static_cast<propertyattribute>(ReadOnly|DontDelete));
                            ham.0	2018-07-21 23:25:03.699	error	../src/binding.cc:643:187: warning: ‘Nan::Maybe <bool>Nan::ForceSet(v8::Local<v8::object>, v8::Local<v8::value>, v8::Local<v8::value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations
                            ham.0	2018-07-21 23:25:03.698	error	^
                            ham.0	2018-07-21 23:25:03.698	error	NAN_DEPRECATED inline Maybe <bool>ForceSet(
                            ham.0	2018-07-21 23:25:03.698	error	../../nan/nan_maybe_43_inl.h:130:35: note: declared here
                            ham.0	2018-07-21 23:25:03.698	error	from ../src/binding.cc:7:
                            ham.0	2018-07-21 23:25:03.698	error	In file included from ../../nan/nan.h:197:0,
                            ham.0	2018-07-21 23:25:03.698	error	^
                            ham.0	2018-07-21 23:25:03.698	error	Nan::ForceSet(target, Nan::New<v8::string>("endianness").ToLocalChecked(), Nan::New<v8::string>(CheckEndianness()).ToLocalChecked(), static_cast<propertyattribute>(ReadOnly|DontDelete));
                            ham.0	2018-07-21 23:25:03.698	error	../src/binding.cc:643:8: warning: ‘Nan::Maybe <bool>Nan::ForceSet(v8::Local<v8::object>, v8::Local<v8::value>, v8::Local<v8::value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                            ham.0	2018-07-21 23:25:03.698	error	^
                            ham.0	2018-07-21 23:25:03.698	error	NAN_DEPRECATED inline Maybe <bool>ForceSet(
                            ham.0	2018-07-21 23:25:03.698	error	../../nan/nan_maybe_43_inl.h:130:35: note: declared here
                            ham.0	2018-07-21 23:25:03.698	error	from ../src/binding.cc:7:
                            ham.0	2018-07-21 23:25:03.698	error	In file included from ../../nan/nan.h:197:0,
                            ham.0	2018-07-21 23:25:03.698	error	^
                            ham.0	2018-07-21 23:25:03.698	error	Nan::ForceSet(target, Nan::New<v8::string>("endianness").ToLocalChecked(), Nan::New<v8::string>(CheckEndianness()).ToLocalChecked(), static_cast<propertyattribute>(ReadOnly|DontDelete));
                            ham.0	2018-07-21 23:25:03.698	error	../src/binding.cc:643:8: warning: ‘Nan::Maybe <bool>Nan::ForceSet(v8::Local<v8::object>, v8::Local<v8::value>, v8::Local<v8::value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                            ham.0	2018-07-21 23:25:03.698	error	../src/binding.cc: In function ‘void init(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’:
                            ham.0	2018-07-21 23:25:01.974	info	CXX(target) Release/obj.target/binding/src/binding.o
                            ham.0	2018-07-21 23:25:01.970	info	make: Entering directory '/opt/iobroker/node_modules/iobroker.ham/node_modules/ref/build'
                            ham.0	2018-07-21 23:25:00.194	info	> node-gyp rebuild
                            ham.0	2018-07-21 23:25:00.194	info	> ref@1.3.5 install /opt/iobroker/node_modules/iobroker.ham/node_modules/ref
                            ham.0	2018-07-21 23:25:00.194	info	
                            ham.0	2018-07-21 23:25:00.035	error	WARN prefer global homebridge-foscamcamera@0.2.15 should be installed with -g
                            ham.0	2018-07-21 23:25:00.033	error	npm
                            web.0	2018-07-21 23:24:46.335	info	<==Disconnect system.user.admin from ::ffff:192.168.1.xx vis.0
                            ham.0	2018-07-21 23:24:41.883	info	npm install homebridge-foscamcamera --production --prefix "/opt/iobroker/node_modules/iobroker.ham" (System call)
                            ham.0	2018-07-21 23:24:41.880	warn	Error writing /opt/iobroker/iobroker-data/ham_0/config.json - Some Plugins may need that.
                            ham.0	2018-07-21 23:24:39.765	info	starting. Version 0.4.3 in /opt/iobroker/node_modules/iobroker.ham, node: v6.14.3
                            host.tinkerboard	2018-07-21 23:24:38.767	info	instance system.adapter.ham.0 started with pid 18715</v8::value></v8::value></v8::object></bool></propertyattribute></v8::string></v8::string></bool></v8::value></v8::value></v8::object></bool></propertyattribute></v8::string></v8::string></bool></v8::value></v8::value></v8::object></bool></propertyattribute></v8::string></v8::string></bool></v8::value></v8::value></v8::object></bool></propertyattribute></v8::string></bool></v8::value></v8::value></v8::object></bool></propertyattribute></v8::string></bool></v8::value></v8::value></v8::object></bool></propertyattribute></v8::string></bool> 
                            
                            1 Reply Last reply Reply Quote 0
                            • apollon77
                              apollon77 last edited by

                              Also installation sieht gut aus.

                              Wie sieht denn das Log vom Adapterstart im Debug Loglevel mit der gefixten Konfig aus? Wie weiter oben?

                              1 Reply Last reply Reply Quote 0
                              • smartboart
                                smartboart last edited by

                                sieht unauffällig aus… aber keine neuen Objekte angelegt...

                                web.0	2018-07-22 12:13:16.873	info	==>Connected system.user.admin from ::ffff:192.168.1.22
                                web.0	2018-07-22 12:12:43.897	info	<==Disconnect system.user.admin from ::ffff:192.168.1.22 vis.0
                                ham.0	2018-07-22 12:12:32.023	info	starting. Version 0.4.3 in /opt/iobroker/node_modules/iobroker.ham, node: v6.14.3
                                host.tinkerboard	2018-07-22 12:12:30.900	info	instance system.adapter.ham.0 started with pid 20501
                                host.tinkerboard	2018-07-22 12:12:30.849	info	object change system.adapter.ham.0
                                host.tinkerboard	2018-07-22 12:11:47.499	info	instance system.adapter.ham.0 terminated with code 0 (OK)
                                ham.0	2018-07-22 12:11:47.420	info	cleaned everything up...
                                host.tinkerboard	2018-07-22 12:11:47.406	info	stopInstance system.adapter.ham.0 killing pid 22038
                                host.tinkerboard	2018-07-22 12:11:47.403	info	stopInstance system.adapter.ham.0
                                host.tinkerboard	2018-07-22 12:11:47.390	info	object change system.adapter.ham.0
                                
                                1 Reply Last reply Reply Quote 0
                                • apollon77
                                  apollon77 last edited by

                                  Naja die Frage ist was genau das fiscal

                                  Modul tun sollte. Was sagt denn die readme?

                                  Gesendet vom Handy …

                                  1 Reply Last reply Reply Quote 0
                                  • smartboart
                                    smartboart last edited by

                                    Ok, das steht da, habe gehofft ich bekomme ein paar states zum verarbeiten…Die readme ist etwas dürftig...

                                    Aber das ist dann wohl nur mit der homekitapp möglich...

                                    Wenn ich mehrere fiscal module installieren möchte, muss ich die konfigdatei immer erweitern ? Ist ja nur eine, aber ich bin nicht ganz sicher ...Oder wird der inhalt nur für die installation herangezogen und kann einfach mit der konfig der nachträglich zu installierenden Instanz überschrieben werden?

                                    Hier der einschränkende Inhalt aus der Readme.

                                    Due to protocol limitation, users will need to pair with the camera in a HomeKit app separately.

                                    Pairing PIN is the same as the HomeBridge pairing PIN.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      Strobelix last edited by

                                      Test des Homebridge-digitalstrom Plugins

                                      Folgende Meldung bekomme ich, wenn ich den Adapter starte:

                                      ! host.PI 2018-07-24 09:14:25.999 error instance system.adapter.ham.0 terminated with code 0 (OK)
                                      ! host.PI 2018-07-24 09:14:25.999 error Caught by controller[1]: path: '/root/data/locales' }
                                      ! host.PI 2018-07-24 09:14:25.999 error Caught by controller[1]: syscall: 'mkdir',
                                      ! host.PI 2018-07-24 09:14:25.999 error Caught by controller[1]: code: 'ENOENT',
                                      ! host.PI 2018-07-24 09:14:25.999 error Caught by controller[1]: errno: -2,
                                      ! host.PI 2018-07-24 09:14:25.999 error Caught by controller[1]: at HomebridgeWrapper.init (/opt/iobroker/node_modules/homebridge-plugin-wrapper/index.js:199:17)
                                      ! host.PI 2018-07-24 09:14:25.998 error Caught by controller[1]: at Server.run (/opt/iobroker/node_modules/homebridge-plugin-wrapper/homebridge/server.js:85:36)
                                      ! host.PI 2018-07-24 09:14:25.998 error Caught by controller[1]: at Server._loadPlatforms (/opt/iobroker/node_modules/homebridge-plugin-wrapper/homebridge/server.js:324:32)
                                      ! host.PI 2018-07-24 09:14:25.998 error Caught by controller[1]: at new DigitalStromPlatform (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-digitalstrom/index.js:45:14)
                                      ! host.PI 2018-07-24 09:14:25.998 error Caught by controller[1]: at Object.i18nConfigure [as configure] (/opt/iobroker/node_modules/iobroker.ham/node_modules/i18n/i18n.js:156:19)
                                      ! host.PI 2018-07-24 09:14:25.998 error Caught by controller[1]: at Array.forEach (<anonymous>)
                                      ! host.PI 2018-07-24 09:14:25.998 error Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.ham/node_modules/i18n/i18n.js:157:9
                                      ! host.PI 2018-07-24 09:14:25.998 error Caught by controller[1]: at read (/opt/iobroker/node_modules/iobroker.ham/node_modules/i18n/i18n.js:1094:7)
                                      ! host.PI 2018-07-24 09:14:25.997 error Caught by controller[1]: at write (/opt/iobroker/node_modules/iobroker.ham/node_modules/i18n/i18n.js:1114:10)
                                      ! host.PI 2018-07-24 09:14:25.997 error Caught by controller[1]: at Object.fs.mkdirSync (fs.js:885:18)
                                      ! host.PI 2018-07-24 09:14:25.997 error Caught by controller[1]: { Error: ENOENT: no such file or directory, mkdir '/root/data/locales'
                                      ! host.PI 2018-07-24 09:14:25.996 error Caught by controller[0]: [2018-7-24 09:14:24] Plugin /opt/iobroker/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.</anonymous>

                                      Kann mir hier jemand helfen?

                                      1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 last edited by

                                        Das Plugin scheint wohl auf

                                        ENOENT: no such file or directory, mkdir '/root/data/locales'
                                        

                                        zugreifen zu wollen. Laut https://github.com/cgHome/homebridge-di … dex.js#L47 muss es eine Environent-variable HOME geben und so ...

                                        Also kann Dir wohl nur der Plugin-Entwickler helfen was Du da wie wo haben musst das das Plugin tut.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Strobelix last edited by

                                          Yes.. danke dir, das war auch schon die Lösung.

                                          Es hat einfach nur ein leeres Übersetzungsfile gefehlt, das wird unter "dependencies" auf der Entwicklerseite erklärt.

                                          Das file wäre nur für die direkte Homebridge-Integration nötig.

                                          Hiermit funktioniert das homebridge-digitalstrom-plugin!

                                          Es wurden alle States/Devices/Apartements aus dem Server ausgelesen.

                                          Jetzt teste ich mal die Ansteuerung.

                                          1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 last edited by

                                            bin gespannt

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.2k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            55
                                            343
                                            72327
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo