Git Product home page Git Product logo

iobroker.enigma2's Introduction

Logo

NPM version Downloads NPM


ioBroker enigma2

  • Adapter for ioBroker to retrieve information from an enigma2 receiver and send commands

  • (Adapter only runs on one host! with a client installation there's currently still problems.)

  • (DE) Adapter für ioBroker um Informationen von einem enigma2 Receiver abzufragen und Befehle zu senden

  • (DE)(Adapter läuft nur auf einem Host! bei einer Client Installation gib's aktuell noch probleme.)

Forum

ioBroker


Funktionen

  • BOX_IP
  • NETWORK
  • CHANNEL_SERVICEREFERENCE
  • CHANNEL_SERVICEREFERENCE_NAME
  • CHANNEL
  • EVENTDESCRIPTION
  • EVENTDURATION
  • EVENTDURATION_MIN
  • EVENTREMAINING
  • EVENTREMAINING_MIN
  • EVENT_PROGRESS_PERCENT
  • EVENT_TIME_START
  • EVENT_TIME_END
  • EVENT_TIME_PASSED
  • HDD_CAPACITY
  • HDD_FREE
  • MESSAGE_ANSWER
  • MODEL
  • MUTED
  • PROGRAMM
  • PROGRAMM_INFO
  • PROGRAMM_AFTER
  • PROGRAMM_AFTER_INFO
  • STANDBY
  • VOLUME
  • WEB_IF_VERSION
  • isRecording
  • Timer_is_set
  • MOVIE_LIST (only openwebif)
  • TIMER_LIST
  • CHANNEL_PICON (Picon path - only openwebif)

main

  • enigma2-CONNECTION

Command

  • command.CHANNEL_DOWN
  • command.CHANNEL_UP
  • command.DOWN
  • command.UP
  • command.EPG
  • command.EXIT
  • command.LEFT
  • command.MENU
  • command.MUTE_TOGGLE
  • command.OK
  • command.PAUSE
  • command.PLAY
  • command.RADIO
  • command.REC
  • command.REMOTE-CONTROL
  • command.RIGHT
  • command.SET_VOLUME
  • command.STANDBY_TOGGLE
  • command.STOP
  • command.TV
  • command.UP
  • command.VOLUME_DOWN
  • command.VOLUME_UP
  • command.ZAP = send an invalid servicereference

Main Command

  • main_command.DEEP_STANDBY = Deepstandby
  • main_command.REBOOT = Reboot
  • main_command.RESTART_GUI = Restart Enigma2 (GUI)
  • main_command.STANDBY = Standby
  • main_command.WAKEUP_FROM_STANDBY = Wakeup form Standby

Message

  • Message.Text = Text of Message (Enter -> Send)
  • Message.Type = Number from 0 to 3 (0= Yes/No ; 1= Info ; 2=Message ; 3=Attention)
  • Message.Timeout = timeout of Message in sec. Can be empty or the Number of seconds the Message should disappear after.

Alexa_Command

  • Alexa_Command.Mute = Alexa Command
  • Alexa_Command.Standby = Alexa Command

sendTo

(in Blockly)

  • message = Text of Message
  • msgType = Number from 0 to 3 (0= Yes/No ; 1= Info ; 2=Message ; 3=Attention)
  • timeout = timeout of Message in sec. Can be empty or the Number of seconds the Message should disappear after.

Bild Text

oder

Bild Text

> zum Blockly Import <

(in java)

sendTo("enigma2.0", "send", {
   "message": 'Test Nachricht', /* Text of Message */
   "timeout": 26,               /* timeout of Message in sec. (Can be empty or the Number of seconds the Message should disappear after.) */
   "msgType": 1                 /* Number from 0 to 3 (0= Yes/No ; 1= Info ; 2=Message ; 3=Attention) */
});

Changelog

2.1.0 (2024-04-11)

  • (mcm1957) Adapter requires node.js >=18 and js-controller >= 5 now
  • (mcm1957) Dependencies have been updated

2.0.5 (2023-09-18)

  • (mcm1957) A problem causing missing descriptions for timer entryies and warnings has been fixed. #119
  • (mcm1957) Dependencies have been updated.

2.0.3 (2023-09-06)

  • (TDCroPower) fixed the problem that no objects are updated

2.0.2 (2023-08-17)

  • (Lucky-ESA) Bugfixes: #61
  • (Lucky-ESA) Bugfixes: undefined e2eventlist
  • (bluefox) Added json config
  • (mcm1957) Adapter now requires node 16

1.5.0 (2023-05-05)

  • (mcm1957) The adapter has been moved into iobroker-community-adapters organisation
  • (mcm1957) changed: Testing has been added and changed to support node 16, 18 and 20
  • (mcm1957) changed: Dependencies have been updated
  • (mcm1957) changed: issues reported by adapter-checker have been fixed (#15)

1.4.0 (2022-04-11)

  • (foxriver76) compatibility to js-controller v5

1.3.3 (2021-06-07)

  • (TDCroPower) Bugfixes: #48

1.3.2 (2020-08-22)

  • (Matten-Matten) add: .command.VOLUME_UP & .command.VOLUME_DOWN(#41)

1.3.1 (2020-08-20)

  • (Matten-Matten) correction in .enigma2.Timer_is_set & .enigma2.isRecording with login handling

1.3.0 (2020-02-08)

  • (Matten-Matten) add: connectionType and dataSource in io-package.json
  • (Matten-Matten) bugfix: in .enigma2.CHANNEL_PICON

1.2.9 (2019-12-10)

  • (Scrounger) bugfix: Movielist generates high load #33
  • (Matten-Matten) bugfix: Blockly #31

1.2.8 (2019-11-30)

  • (Matten-Matten) add: .enigma2.CHANNEL_PICON (Picon path - only openwebif)
  • (Matten-Matten) add: Select / Deselect Timer List in the Adapter Config mask
  • (Matten-Matten) add: Select / Deselect Movie List in the Adapter Config mask
  • (Matten-Matten) add: new Logo

1.2.7 (2019-11-30)

  • (Matten-Matten) correction in (Blockly Block) to sending Messages

1.2.6 (2019-11-29)

  • (Matten-Matten) add: sendTo (Blockly) to sending Messages
  • (Scrounger) add: .enigma2.MOVIE_LIST

1.2.5 (2019-11-17)

  • (Scrounger) add: .enigma2.Timer_list #25 (Merge pull request #28)

1.2.4 (2019-10-20)

  • (Matten-Matten) add: .enigma2.Timer_is_set (#23)

1.2.3 (2019-09-15)

  • (Matten-Matten) authentication correction in .enigma2.isRecording check
  • (Matten-Matten) correction in .enigma2.isRecording check after shutdown

1.2.2 (2019-09-05)

  • (Matten-Matten) correction in .enigma2.isRecording check

1.2.1 (2019-08-07)

  • (Matten-Matten) add: .enigma2.isRecording (#12)

1.2.0 (2019-05-14)

  • (Matten-Matten) (#17) .Alexa_Command.Mute & .Alexa_Command.Standby now with status feedback
  • (Matten-Matten) add: .enigma2.EVENT_TIME_PASSED

1.1.9 (2019-02-04)

  • (Matten-Matten) (#14) add enigma2.EVENTDURATION_MIN in Minute
  • (Matten-Matten) (#14) add enigma2.EVENTREMAINING_MIN in Minute
  • (Matten-Matten) Troubleshooting in standby toggle
  • (Matten-Matten) Troubleshooting in the "eventlist" query

1.1.8 (2019-01-10)

  • (Matten-Matten) enigma2.EVENTDURATION decoded in H:M:S
  • (Matten-Matten) enigma2.EVENTREMAINING decoded in H:M:S

1.1.7 (2019-01-09)

  • (Matten-Matten) enigma2.EVENT_PROGRESS_PERCENT
  • (Matten-Matten) enigma2.EVENT_TIME_START
  • (Matten-Matten) enigma2.EVENT_TIME_END

1.1.6 (2018-11-18)

  • (Matten-Matten) command.ZAP (send an invalid servicereference)

1.1.5 (2018-11-17)

  • (Matten-Matten) add Alexa_command

1.1.4 (2018-11-16)

  • (Matten-Matten) add main_command

1.1.3 (2018-11-15)

  • (Matten-Matten) remove Timer

1.1.2 (2018-11-01)

  • (Matten-Matten) Bug Fix

1.1.1 (2018-10-26)

  • (NightWatcher) CodeCleaning

1.1.0 (2018-10-26)

  • (Matten-Matten) add Timer, max 8 Timer
  • (Matten-Matten) add manually updating Timer states
  • (Matten-Matten) optimizations
  • (Matten-Matten) auto Check HDD (max.2 HDD)
  • (Matten-Matten) add manually updating Enigma2 states
  • (Matten-Matten) read the device information only at the adapter start
  • (Matten-Matten) fixed hard disk (HDD) update Time every 30 sec.

1.0.0 (2018-10-23)

  • (Matten-Matten) add command.REMOTE-CONTROL
  • (Matten-Matten) Message optimized
  • (Matten-Matten) Command-Button integrated (no extra script needed!)

0.4.3 (2018-10-21)

  • (Matten-Matten) Nicht bestätigte Werte und zustände (rot angezeigt) angepasst
  • (Matten-Matten) Message um ein Objekt erweitert "ANSWER_IS"
  • (Matten-Matten) Button BUTTON SCRIPT auf V3.4 angepasst

0.4.2 (2018-10-05)

  • (Matten-Matten) Button Probleme bei Dreamwebif angepasst
  • (Matten-Matten) Button BUTTON SCRIPT auf V3.1 angepasst

0.4.1 (2018-09-21)

  • (Matten-Matten) Button werden gelöscht wenn in der Config "BUTTON SCRIPT" deaktiviert wird
  • (Matten-Matten) Alexa (Mute,Standby)

0.3.3 (2018-09-20)

  • (Matten-Matten) Message senden hinzugefügt
  • (Matten-Matten) Message answer (true/false) hinzugefügt
  • (Matten-Matten) Message.Question_Activ hinzugefügt

0.3.0 (2018-08-19)

  • (Matten-Matten) enigma2-CONNECTION hinzugefügt
  • (Matten-Matten) Update Configurationsmaske
  • (Matten-Matten) Update ENIGMA 2 BUTTON SCRIPT V2.0 (nur noch manuell die Adapter Instanz im Script festlegen)

0.2.3 (2018-08-17)

  • (Matten-Matten) Admin V3.51

0.2.2 (2018-05-12)

  • (Matten-Matten) Button hinzugefügt

0.2.1 (2018-03-22)

  • (Matten-Matten) Fehlerbehebung in der HDD Abfrage

0.2.0 (2018-03-22)

  • (Matten-Matten) keine Fehlermeldung mehr wenn Box in DeepStandby
  • (Matten-Matten) Erweiterung (PROGRAMM_AFTER ; PROGRAMM_AFTER_INFO ; WEB_IF_VERSION ; NETWORK) hinzugefügt

0.1.0 (2018-03-21)

  • (Matten-Matten) installierbar

0.0.11 (2018-03-19)

  • (Matten-Matten) Adapterkonfigurationsmaske (für Admin3) überarbeitet
  • (wendy2702 & Matten-Matten) Admin3

0.0.10 (2018-03-19)

  • (Matten-Matten) Umstellungsversuch Admin3

0.0.9 (2018-02-07)

  • (Matten-Matten) Kategorie geändert
  • (Matten-Matten) Abfrage Werte sind nur noch lesbar nicht mehr beschreibbar.

0.0.8 (2017-11-25)

  • (Matten-Matten) Fehlerbehebung in HDD Abfrage
  • (Matten-Matten) Fehlerbehebung wenn Box Heruntergefahren (nicht erreichbar) jetzt nur noch mit: info received error: connect ECONNREFUSED 192.168. ...
  • (Matten-Matten) Konfigurations-Maske vereinfacht

0.0.7 (2017-09-20)

  • (Matten-Matten) add Fehlerbehebung in der MUTED Abfrage

0.0.6 (2017-09-19)

  • (Matten-Matten) add Erweiterung der Adapterkonfiguration

0.0.5 (2017-09-18)

  • (Matten-Matten) add grafische Optimierung der Adapterkonfiguration

License

MIT License

Copyright (c) 2023-2024 iobroker-community-adapters [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iobroker.enigma2's People

Contributors

bjoern3003 avatar dependabot[bot] avatar foxriver76 avatar germanbluefox avatar lucky-esa avatar matten-matten avatar mcm1957 avatar scrounger avatar vader722 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

iobroker.enigma2's Issues

Feature Request: timer list

@Matten-Matten

Super Adapter, hätte noch folgenden Wunsch :)

Könntest du noch die TimerList implementieren?
Am besten wäre ein JSON String in folgendem Format, damit man die Infos in einem 'table widget' im VIS verwenden kann.

Super wären auch noch Datenpunkten wie zum nächsten Timer - Startzeit, ChannelName, ChannelRefName, Program infos, etc.

Adapter startet nicht mehr seit Host Update 3.0.14

Hallo, seit dem Host Update des iobroker auf 3.0.14 bekomme ich meine VU+ Box nicht mehr über den Enigma Adapter verbunden. Der Adapter startet, verbindet kurz und trennt dann wieder die Verbindung. Das Spielchen wiederholt sich dann immer wieder.
Bildschirmfoto 2020-04-22 um 15 55 46

Alexa

Hallo,

was passiert wenn ich in der Config des Adapters Alexa einschalte?
Brauche ich zusätzlich noch ein Plugin auf der Enigma Box?

Zahnräder bei Update

Hallo, ich habe heute nochmal deinen Adapter installiert - 2 Instanzen. Ich habe nach wie vor das Problem, daß der Adapter Zahnräder erzeugt (auf 2 Boxen), wenn er sich die Infos holt. Alles ist via LAN angeschlossen. Was mache ich falsch, wie kann ich es ändern?

Receiver verliert Verbindung

Ich habe folgendes Problem:
Meine Vu+ Uno 4K SE verliert immer die Verbindung, warum auch immer. Pi und VU sind über LAN angeschlossen.
Hier der Log:

host.ioBroker-RasPi 2018-11-14 08:32:45.446 info Restart adapter system.adapter.enigma2.0 because enabled
host.ioBroker-RasPi 2018-11-14 08:32:45.446 error instance system.adapter.enigma2.0 terminated with code 0 (OK)
host.ioBroker-RasPi 2018-11-14 08:32:45.445 error Caught by controller[0]: at Timer.listOnTimeout (timers.js:290:5) errno: -24, code: 'EMFILE', syscall: 'uv_resident_set_memory' }
host.ioBroker-RasPi 2018-11-14 08:32:45.445 error Caught by controller[0]: at tryOnTimeout (timers.js:323:5)
host.ioBroker-RasPi 2018-11-14 08:32:45.445 error Caught by controller[0]: at ontimeout (timers.js:498:11)
host.ioBroker-RasPi 2018-11-14 08:32:45.445 error Caught by controller[0]: at Timeout.reportStatus [as _onTimeout] (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5006:27)
host.ioBroker-RasPi 2018-11-14 08:32:45.445 error Caught by controller[0]: at process.memoryUsage (internal/process.js:99:5)
host.ioBroker-RasPi 2018-11-14 08:32:45.444 error Caught by controller[0]: { Error: EMFILE: too many open files, uv_resident_set_memory
enigma2.0 2018-11-14 08:32:45.303 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.258 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.257 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.257 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.256 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.256 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.256 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.255 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.255 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.254 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.254 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.253 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.253 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.252 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.252 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.251 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.251 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.250 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.250 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.250 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.249 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.248 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.248 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.248 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:45.247 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:45.247 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.861 error Error: EMFILE: too many open files, uv_resident_set_memory at process.memoryUsage (internal/process.js:99:5) at Timeout.reportStatus [as _onTimeout] (/opt/iobroker/node_modules/iobroker.js-con
enigma2.0 2018-11-14 08:32:44.860 error uncaught exception: EMFILE: too many open files, uv_resident_set_memory
enigma2.0 2018-11-14 08:32:44.221 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.221 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.220 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.220 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.220 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.219 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.219 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.218 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.218 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.218 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.218 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.217 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.217 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.217 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.216 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.216 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.216 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.216 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.215 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.215 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.215 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.215 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.214 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.214 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.214 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.214 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.213 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.213 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:44.213 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:44.212 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.931 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.915 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.915 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.915 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.914 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.914 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.914 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.914 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.914 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.914 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.913 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.913 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.913 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.913 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.913 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.912 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.912 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.912 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.912 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.912 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.772 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.772 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.429 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.372 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.372 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.372 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.372 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.371 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.371 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.371 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.371 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.371 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.371 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.371 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.370 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.370 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.370 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.370 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.370 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.370 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.369 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.369 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:43.369 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:43.369 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.954 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.954 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.954 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.953 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.953 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.953 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.953 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.953 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.953 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.952 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.952 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.952 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.952 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.952 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.951 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.951 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.951 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.951 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.951 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.950 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.950 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.950 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.604 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.523 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.523 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.523 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.523 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.522 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.522 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.522 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.522 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.521 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.521 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.521 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.521 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.520 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.520 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.520 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.520 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.519 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.519 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.519 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:42.519 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:42.518 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.528 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.455 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.454 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.454 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.454 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.453 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.453 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.453 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.452 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.452 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.451 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.451 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.451 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.450 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.450 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.450 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.449 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.449 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.449 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.448 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.102 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.102 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.102 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.102 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.102 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.101 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.101 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.101 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.101 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.101 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.101 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.100 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.100 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.100 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.100 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.100 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:41.100 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:41.099 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:39.586 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:32:29.874 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:32:29.810 info starting Timercheck every null ms
enigma2.0 2018-11-14 08:32:29.810 info starting Polling every 5000 ms
enigma2.0 2018-11-14 08:32:29.807 info starting. Version 1.1.2 in /opt/iobroker/node_modules/iobroker.enigma2, node: v8.12.0
host.ioBroker-RasPi 2018-11-14 08:32:27.795 info instance system.adapter.enigma2.0 started with pid 13552
host.ioBroker-RasPi 2018-11-14 08:31:57.777 info Restart adapter system.adapter.enigma2.0 because enabled
host.ioBroker-RasPi 2018-11-14 08:31:57.777 error instance system.adapter.enigma2.0 terminated with code 0 (OK)
host.ioBroker-RasPi 2018-11-14 08:31:57.777 error Caught by controller[0]: at Timer.listOnTimeout (timers.js:290:5) errno: -24, code: 'EMFILE', syscall: 'uv_resident_set_memory' }
host.ioBroker-RasPi 2018-11-14 08:31:57.777 error Caught by controller[0]: at tryOnTimeout (timers.js:323:5)
host.ioBroker-RasPi 2018-11-14 08:31:57.777 error Caught by controller[0]: at ontimeout (timers.js:498:11)
host.ioBroker-RasPi 2018-11-14 08:31:57.777 error Caught by controller[0]: at Timeout.reportStatus [as _onTimeout] (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5006:27)
host.ioBroker-RasPi 2018-11-14 08:31:57.777 error Caught by controller[0]: at process.memoryUsage (internal/process.js:99:5)
host.ioBroker-RasPi 2018-11-14 08:31:57.776 error Caught by controller[0]: { Error: EMFILE: too many open files, uv_resident_set_memory
enigma2.0 2018-11-14 08:31:57.694 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.694 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.693 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.693 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.693 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.693 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.693 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.693 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.693 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.692 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.692 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.692 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.692 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.692 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.692 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.692 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.691 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.178 error Error: EMFILE: too many open files, uv_resident_set_memory at process.memoryUsage (internal/process.js:99:5) at Timeout.reportStatus [as _onTimeout] (/opt/iobroker/node_modules/iobroker.js-con
enigma2.0 2018-11-14 08:31:57.178 error uncaught exception: EMFILE: too many open files, uv_resident_set_memory
enigma2.0 2018-11-14 08:31:57.030 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.029 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.029 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.029 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.028 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.028 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.028 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.028 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.027 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.027 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.026 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.026 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.026 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.025 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.025 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.024 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.024 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.023 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.023 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.022 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.022 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.021 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:57.021 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:57.020 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.238 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.214 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.214 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.214 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.214 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.214 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.213 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.213 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.213 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.213 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.213 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.213 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.213 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.213 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.212 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.212 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.212 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.212 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.212 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.212 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.211 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.211 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.211 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.211 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:56.034 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:56.033 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.693 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.660 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.660 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.659 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.659 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.658 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.658 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.657 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.657 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.656 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.656 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.655 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.655 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.654 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.654 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.653 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.653 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.652 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.120 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.091 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.091 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.091 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.091 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.090 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.090 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.090 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.090 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.090 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.090 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.090 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.089 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.089 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.089 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.089 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.089 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.089 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.088 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.088 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:55.088 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:55.088 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.526 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.506 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.505 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.505 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.505 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.504 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.504 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.503 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.503 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.502 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.502 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.501 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.501 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.500 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.500 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.499 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.499 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.498 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:54.498 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:54.497 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.617 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.559 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.559 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.559 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.559 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.559 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.558 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.558 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.558 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.553 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.552 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.552 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.552 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.552 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.552 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.552 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.551 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.551 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.074 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.074 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.074 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.073 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.073 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.073 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.073 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.072 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.072 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.072 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.071 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.071 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.071 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.071 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.071 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.070 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.070 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.070 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.070 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.070 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.069 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.069 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.069 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.069 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.069 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.068 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.068 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.068 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.068 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.067 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.067 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.067 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.067 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.066 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.066 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.066 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.066 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.065 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.065 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.065 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.065 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.065 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.064 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.064 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.064 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.064 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:53.064 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:53.063 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.636 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.572 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.512 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.511 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.511 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.510 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.510 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.510 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.509 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.509 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.508 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.508 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.507 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.507 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.506 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.506 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.505 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.505 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.504 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.504 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.504 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.503 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.503 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:52.502 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:52.012 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:50.815 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:50.697 info enigma2: 192.168.0.23:80 ist nicht erreichbar!
enigma2.0 2018-11-14 08:31:42.267 info enigma2 Verbunden!
enigma2.0 2018-11-14 08:31:42.173 info starting Timercheck every null ms
enigma2.0 2018-11-14 08:31:42.167 info starting Polling every 5000 ms
enigma2.0 2018-11-14 08:31:42.154 info starting. Version 1.1.2 in /opt/iobroker/node_modules/iobroker.enigma2, node: v8.12.0
enigma2.0 2018-11-14 08:31:41.942 info States connected to redis: 127.0.0.1:6379
host.ioBroker-RasPi 2018-11-14 08:31:40.265 info instance system.adapter.enigma2.0 started with pid 13486
yahka.0 2018-11-14 08:31:40.247 info objectChange system.adapter.enigma2.0 {"_id":"system.adapter.enigma2.0","type":"instance","common":{"name":"enigma2","version":"1.1.2","title":"enigma2 Adapter","desc":"enigma2 adapter für VU+;Dreamb
host.ioBroker-RasPi 2018-11-14 08:31:40.241 info object change system.adapter.enigma2.0

Der Adapter startet dann immer neu und ich merke das die VU mit den ganzen Anfragen wirklich zu kämpfen hat und langsam wird.
Ist der Log so in ok oder muss ich den noch irgendwo auf Debug stellen? Falls ja bitte auch sagen wo, da ich bisher nichts gefunden habe und neu in ioBroker bin.

Vielen Dank.

isRecording ohne Funktion wenn Passwort Sonderzeichen beinhaltet

Hallo, vorerst vielen Dank für diesen Adapter.

Mir ist aufgefallen, dass der Datenpunkt "isRecording" nicht funktioniert, wenn der Receiver ein Passwort vergeben hat, der ein Sonderzeichen beinhaltet wie z.B. ein "?".

Entweder steht kein State dran, oder es bleibt immer auf false. Mit einem Passwort ohne Sonderzeichen funktioniert es.

Zudem wird der "isRecording" Datenpunkt ständig aktualisiert, obwohl der Receiver im DeepStandby ist, alle anderen Datenpunkte sind ok.

Webinterface: OWIF 1.2.8

Gruß Dodo

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/Matten-Matten/ioBroker.enigma2

  • [E301] Tests on Travis-ci.org are broken. Please fix.
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2022 Matten-Matten [email protected]" at the end of README.md

I have also found warnings that may be fixed if possible.

  • [W113] Adapter should support compact mode
  • [W400] Cannot find "enigma2" in latest repository
  • [W505] setTimeout found in "main.js", but no clearTimeout detected

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Warnmeldungen bei admin 5.x.x

<html>
<body>
<!--StartFragment-->

enigma2.2 | 2021-09-14 20:40:43.104 | warn | State "enigma2.2.Message.MESSAGE_ANSWER" has no existing object, this might lead to an error in future versions
-- | -- | -- | --
enigma2.2 | 2021-09-14 20:40:43.103 | warn | Read-only state "enigma2.2.enigma2.WEB_IF_VERSION" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.102 | info | State value to set for "enigma2.2.enigma2.VOLUME" has to be type "number" but received type "string"
enigma2.2 | 2021-09-14 20:40:43.102 | warn | Read-only state "enigma2.2.enigma2.VOLUME" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.101 | warn | Read-only state "enigma2.2.enigma2.PROGRAMM_INFO" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.101 | warn | Read-only state "enigma2.2.enigma2.PROGRAMM_AFTER_INFO" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.100 | warn | Read-only state "enigma2.2.enigma2.PROGRAMM_AFTER" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.099 | warn | Read-only state "enigma2.2.enigma2.PROGRAMM" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.098 | warn | Read-only state "enigma2.2.enigma2.NETWORK" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.097 | info | State value to set for "enigma2.2.enigma2.MUTED" has to be type "boolean" but received type "string"
enigma2.2 | 2021-09-14 20:40:43.096 | warn | Read-only state "enigma2.2.enigma2.MUTED" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.091 | warn | Read-only state "enigma2.2.enigma2.MODEL" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.090 | warn | Read-only state "enigma2.2.enigma2.MESSAGE_ANSWER" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.089 | warn | Read-only state "enigma2.2.enigma2.EVENTREMAINING" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.089 | warn | Read-only state "enigma2.2.enigma2.EVENTDURATION" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.088 | warn | Read-only state "enigma2.2.enigma2.EVENTDESCRIPTION" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.045 | warn | Read-only state "enigma2.2.enigma2.CHANNEL_SERVICEREFERENCE" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.044 | warn | Read-only state "enigma2.2.enigma2.CHANNEL_PICON" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.043 | warn | Read-only state "enigma2.2.enigma2.CHANNEL" has been written without ack-flag with value ""
enigma2.2 | 2021-09-14 20:40:43.038 | warn | Read-only state "enigma2.2.enigma2.BOX_IP" has been written without ack-flag with value ""

<!--EndFragment-->
</body>
</html>

Adapter löschen

Kann den Adapter aus der Adapter Übersicht vom ioBroker nicht löschen.
can´t delete the Adapter from Adapter list.

$ ./iobroker del enigma2
Delete adapter "enigma2"
host.iobroker no instances of adapter enigma2 found
host.iobroker Adapter enigma2 cannot be deleted completely, because non-deletable.
ERROR: process exited with code 22

Type String anstatt Number

Ich bekomm seit JS-Controller 3.3.14 laufend solche Meldungen.

enigma2.0 | 2021-07-08 16:04:56.849 | info | State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
enigma2.0 | 2021-07-08 16:04:56.848 | info | State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
enigma2.0 | 2021-07-08 16:04:56.844 | info | State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"

Please add you adapter to our repository

We saw your adapter and if it is ready please request that it is added to the repository. With this it becomes available for all users. Please consult https://github.com/ioBroker/ioBroker.repositories#add-a-new-adapter-to-the-latest-repository and the following sections for more details.
If you need help, contact us in the forum https://forum.iobroker.net/ or in the developer chat https://github.com/iobroker-community-adapters/info .

Thank you for your support.

Compatibility check and testing for Node.js 14 and 16

Dear Adapter develop,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Please check ioBroker.enigma2 with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

Add information = isRecording

Enigma2 devices from VU+ (such as VU+ UNO 4K SE) provide additional endpoints on top to enigma2 to get information about the current device status. Please add an option in the ioBroker enigma2 adapter to fetch the information from the statusinfo endpoint (if provided by device / optional) and provide it's information in the iobroker enigma2 Adapter and the object tree.

Endpoint:
http:///api/statusinfo

Example Response:
{"inStandby": "false", "currservice_begin": "16:05", "currservice_begin_timestamp": 1546614300, "currservice_end_timestamp": 1546621200, "muted": false, "isRecording": "false", "currservice_station": "Das Erste HD", "currservice_serviceref": "1:0:19:283D:3FB:1:C00000:0:0:0:", "currservice_description": "Handball-L\u00e4nderspiel: Deutschland-Tschechien", "volume": 85, "currservice_fulldescription": "Sportschau\n16:05 - 18:00\n\n* Reporter: Florian Na\u00df\n* Moderation: Alexander Bommes\n\n\u00dcbertragung aus Hannover", "currservice_name": "Sportschau", "currservice_filename": "", "transcoding": true, "currservice_end": "18:00", "currservice_id": 46296}

Of specific interest if you do not want to add the whole response would be the "isRecording" since it can be used to trigger further events within ioBroker (e.g. an Alexa hint).

Blocky send Message bei Windowsinstallation fehlt

Hallo, ich habe den Adapter auf Win und auf einem Raspberry Pi.
Beide haben die selbe Versionsnummer und auch vom JavaAdapter sind die versionen identisch.
Bei Windows fehlt der Blockly Send Message Block. Ist das richtig so? Vielen Dank. Klaus

Volume up/down

Hallo Matten-Matten!

Es wäre praktisch, wenn es auch Attribute für "Volume up" and "Volume down" geben würde. Damit könnte man dann einfach bei Visualisierungen die entsprechenden Tasten der Fernbedienung nachbilden.

In der var PATH wären dazu folgende beiden Zeilen notwendig:

VOLUME_UP: '/web/vol?set=up',
VOLUME_DOWN: '/web/vol?set=down',

Ich hab jetzt aber nicht geschaut, was sonst noch alles zu ergänzen wäre.

Danke,
Sabine

unhandled promise rejection - js-controller 3.2.2

Node 14.15.1, lxc debian 10, js-controller 3.2.2:

2021-01-09 10:59:15.278 - info: enigma2.0 (4244) starting. Version 1.3.2 in /opt/iobroker/node_modules/iobroker.enigma2, node: v14.15.4, js-controller: 3.2.2 2021-01-09 10:59:15.300 - info: enigma2.0 (4244) starting Polling every 10000 ms 2021-01-09 10:59:15.318 - error: enigma2.0 (4244) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). 2021-01-09 10:59:15.318 - error: enigma2.0 (4244) unhandled promise rejection: Not exists 2021-01-09 10:59:15.320 - error: enigma2.0 (4244) Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2270:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:3010:38) at processImmediate (internal/timers.js:463:21) 2021-01-09 10:59:15.321 - error: enigma2.0 (4244) Not exists 2021-01-09 10:59:15.322 - error: enigma2.0 (4244) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). 2021-01-09 10:59:15.323 - error: enigma2.0 (4244) unhandled promise rejection: Not exists 2021-01-09 10:59:15.323 - error: enigma2.0 (4244) Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2270:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:3010:38) at processImmediate (internal/timers.js:463:21) 2021-01-09 10:59:15.323 - error: enigma2.0 (4244) Not exists 2021-01-09 10:59:15.328 - error: enigma2.0 (4244) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). 2021-01-09 10:59:15.328 - error: enigma2.0 (4244) unhandled promise rejection: Not exists 2021-01-09 10:59:15.328 - error: enigma2.0 (4244) Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2270:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:3010:38) at processImmediate (internal/timers.js:463:21) 2021-01-09 10:59:15.329 - error: enigma2.0 (4244) Not exists 2021-01-09 10:59:15.329 - error: enigma2.0 (4244) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). 2021-01-09 10:59:15.330 - error: enigma2.0 (4244) unhandled promise rejection: Not exists 2021-01-09 10:59:15.330 - error: enigma2.0 (4244) Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2270:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:3010:38) at processImmediate (internal/timers.js:463:21) 2021-01-09 10:59:15.330 - error: enigma2.0 (4244) Not exists 2021-01-09 10:59:15.839 - info: enigma2.0 (4244) terminating 2021-01-09 10:59:15.840 - warn: enigma2.0 (4244) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-01-09 10:59:17.082 - error: host.VMC123-iobroker instance system.adapter.enigma2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)

STANDBY not updated correctly

Hi,

parseBool does not always parse correctly.

Changing to also filter \r works for me.

function parseBool(string){
var cleanedString = string[0].replace(/(\r|\t\n|\n|\t)/gm,"");
switch(cleanedString.toLowerCase()){
case "true": case "yes": case "1": return true;
default: return false;
}
}

enigma Adapter löschen

Habe den Adapter damals wie du geschrieben hast gelöscht.
Ordner einfach gelöscht unter /opt/iobroker/node_modules/iobroker.enigma2
dann ist enigma2 aus der Liste im iobroker weg, kommt aber nach einiger Zeit wieder und steht unter Adapter loiste drin.
Wie bekomme ich ihn komplett gelöscht so dass er nicht wieder automatisch in der Liste auftaucht?

Enigma2 Set Top Box Status

Hallo zusammen, besteht die Möglichkeit, den Status vom Receiver (on/off) nicht via "Standby" zu steuern sonder einen separaten Status Trigger zu integrieren? Ich kenne diesen aus FHEM, da wird "on/off" im "STATE" wiedergegeben.
Grund hierfür ist, das ich wie YAHKA einen Switch integrieren möchte, damit ich den Receiver an und ausschalten kann. Viele Grüße funboxbolzer

set_volume liefert string anstelle number retour

Beim setzen der Lautstärke über den DP set_volume kommt folgende Fehlermeldung:
`


  enigma2.0
  2021-12-28 09:58:54.682 info State value to set for "enigma2.0.command.SET_VOLUME" has to be type "number" but received type "string"

`

`

enigma2.0

  | 2021-12-28 11:39:52.144 debug Box Muted:false
  |  
  | enigma2.0
  | 2021-12-28 11:39:52.144 debug Box Volume:10
  |  
  | enigma2.0
  | 2021-12-28 11:39:52.143 debug evaluating response for command 'GETVOLUME': {"e2volume":{"e2result":["True"],"e2resulttext":["Status"],"e2current":["10"],"e2ismuted":["False"]}}
  |  
  | enigma2.0
  | 2021-12-28 11:39:52.103 info State value to set for "enigma2.0.command.SET_VOLUME" has to be type "number" but received type "string"
  |  
  | enigma2.0
  | 2021-12-28 11:39:52.076 debug using authorization with user 'root'
  |  
  | enigma2.0
  | 2021-12-28 11:39:52.062 debug creating request for command 'GETVOLUME' (deviceId: [object Object], host: 192.168.0.58, port: 80, path: '/web/vol')
  |  
  | enigma2.0
  | 2021-12-28 11:39:51.996 debug using authorization with user 'root'
  |  
  | enigma2.0
  | 2021-12-28 11:39:51.994 debug creating request for command 'NONE' (deviceId: 1, host: 192.168.0.58, port: 80, path: '/web/vol?set=set10')

`

Hier der Thread im Forum dazu: Forum

Wiedergabe Status auslesen

Bstejt doer Möglichkeit den Wiedergabestatus abzufragen, ob eine Pause auswerten zu können ?

Z.B. die Wiedergabe einer Aufnahme pausiert, oder Live TV wurde per TimeShift angehalten

Problem unter OpenATV 7.0

Hallo,

ich habe gerade festgestellt, dass unter OpenATV 7.0 einige Befehle nicht mehr da sind, z.B. "Playlist", "rot", "blau", "gelb", "grün", "0 - 9", usw.

Ist da ein Update noch in Aussicht?

Danke.

Info im Log mit js-controller 3.3.x

Auch wenn es nicht zeitnah behoben wird halte ich es mal hier fest.

enigma2.0 | 2021-05-08 07:55:41.895 | info | (2488) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
enigma2.0 | 2021-05-08 07:55:41.874 | info | (2488) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
enigma2.0 | 2021-05-08 07:55:41.874 | info | (2488) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
enigma2.0 | 2021-05-08 07:55:36.821 | info | (2488) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"

Das zusammen mit enigma2 1.3.2

FeatureRequest: Timer

Is it possible to check, if a Timer is set? I would like to send the Box to DeepStandBy if ther is no timer, or even switch of the socket. ;)

Regards
Mike

HDD_FREE vom NAS

Der Adapter zeigt mir erfogreich den freien Speicherplatz meiner internen HDD an.
Kann ich mir auch den Speicherplatz meiner NAS Festplatten anzeigen lassen welche in der Dreambox gemountet sind?

MovieList hinzugefügt

@Matten-Matten
So erste Amtshandlung als Vize ;-)

Hab die Funktion hinzugefügt, dass er alle Aufnahmen von der Box holt.
Diese Funktion wird allerdings nur alle 5min ausgeführt, da ich bedenken bzgl. der last bei großen Movie Sammlungen habe.

weiter hab ich mal den code formatiert, dass er die json api verarbeiten kann und eine funktion, um die getResponse async ausführen zu können -> macht das coden übersichtlicher ohne diese ganzen callback Verschachtelungen.

Teste mal bitte ob ich da noch einen fehler drin habe.

V1.3.1 - finished with error.. no installation possible

Hi, I found the update and want to test it, but iobroker cant install it:
Fertig mit Fehler: internal/modules/cjs/loader.js:1174 throw err; ^SyntaxError: /opt/iobroker/node_modules/iobroker.enigma2/io-package.json: Unexpected token } in JSON at position 422 at parse () at Object.Module._extensions..json (internal/modules/cjs/loader.js:1171:22) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Upload.uploadAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupUpload.js:481:19) at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:1781:24 at ChildProcess. (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:478:47) at ChildProcess.emit (events.js:315:20)

the installation log:
$ ./iobroker url "https://github.com/Matten-Matten/ioBroker.enigma2.git" install https://github.com/Matten-Matten/ioBroker.enigma2/tarball/60286be59af2f382e50c98450183f59063b6f37d NPM version: 6.14.7 npm install https://github.com/Matten-Matten/ioBroker.enigma2/tarball/60286be59af2f382e50c98450183f59063b6f37d --loglevel error --prefix "/opt/iobroker" (System call) ../src/BluetoothHciSocket.cpp: In static member function ‘static void BluetoothHciSocket::Init(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’:../src/BluetoothHciSocket.cpp:128:82: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("BluetoothHciSocket").ToLocalChecked(), tmpl->GetFunction()); ^ In file included from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node.h:67:0, from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node_buffer.h:25, from ../src/BluetoothHciSocket.cpp:7:/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:6126:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>) V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction( ^/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’:../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv); ^ In file included from ../src/BluetoothHciSocket.cpp:8:0:../../../../nan/nan.h:1047:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’:../src/BluetoothHciSocket.cpp:269:109: warning: ‘v8::Local<v8::Value> v8::Object::Get(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations] Local<Function> errorConstructor = Local<Function>::Cast(globalObj->Get(Nan::New("Error").ToLocalChecked())); ^ In file included from /home/iobroker/.cache/node-gyp/12.18.3/include/node/v8-internal.h:14:0, from /home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:27, from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node.h:67, from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node_buffer.h:25, from ../src/BluetoothHciSocket.cpp:7:/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key)); ^/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^../src/BluetoothHciSocket.cpp:275:72: error: no matching function for call to ‘v8::Function::NewInstance(int, v8::Local<v8::Value> [1])’ Local<Value> error = errorConstructor->NewInstance(1, constructorArgs); ^In file included from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node.h:67:0, from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node_buffer.h:25, from ../src/BluetoothHciSocket.cpp:7:/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:4281:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>, int, v8::Local<v8::Value>*) const V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance( ^/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:4281:44: note: candidate expects 3 arguments, 2 provided/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:4284:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>) const V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance( ^/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:4284:44: note: candidate expects 1 argument, 2 provided ../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv); ^In file included from ../src/BluetoothHciSocket.cpp:8:0:../../../../nan/nan.h:1047:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^ ../src/BluetoothHciSocket.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BluetoothHciSocket::BindRaw(Nan::NAN_METHOD_ARGS_TYPE)’:../src/BluetoothHciSocket.cpp:395:34: error: no matching function for call to ‘v8::Value::IntegerValue()’ devId = arg0->IntegerValue(); ^In file included from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node.h:67:0, from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node_buffer.h:25, from ../src/BluetoothHciSocket.cpp:7:/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:2705:40: note: candidate: v8::Maybe<long int> v8::Value::IntegerValue(v8::Local<v8::Context>) const V8_WARN_UNUSED_RESULT Maybe<int64_t> IntegerValue( ^/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:2705:40: note: candidate expects 1 argument, 0 provided ../src/BluetoothHciSocket.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BluetoothHciSocket::BindUser(Nan::NAN_METHOD_ARGS_TYPE)’:../src/BluetoothHciSocket.cpp:417:34: error: no matching function for call to ‘v8::Value::IntegerValue()’ devId = arg0->IntegerValue(); ^In file included from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node.h:67:0, from /home/iobroker/.cache/node-gyp/12.18.3/include/node/node_buffer.h:25, from ../src/BluetoothHciSocket.cpp:7:/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:2705:40: note: candidate: v8::Maybe<long int> v8::Value::IntegerValue(v8::Local<v8::Context>) const V8_WARN_UNUSED_RESULT Maybe<int64_t> IntegerValue( ^/home/iobroker/.cache/node-gyp/12.18.3/include/node/v8.h:2705:40: note: candidate expects 1 argument, 0 provided make: *** [Release/obj.target/binding/src/BluetoothHciSocket.o] Error 1 gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:315:20)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) gyp ERR! System Linux 4.15.0-112-genericgyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socketgyp ERR! node -v v12.18.3gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok ERROR: internal/modules/cjs/loader.js:1174 throw err; ^SyntaxError: /opt/iobroker/node_modules/iobroker.enigma2/io-package.json: Unexpected token } in JSON at position 422 at parse (<anonymous>) at Object.Module._extensions..json (internal/modules/cjs/loader.js:1171:22) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Upload.uploadAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupUpload.js:481:19) at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:1781:24 at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:478:47) at ChildProcess.emit (events.js:315:20) ERROR: process exited with code 1

grafik

System: VM Linux Mint 18.3, Node 12.18.3, NPM 6.14.7, js-controller 3.1.6, Admin 4.1.6. If you need any more details, dont hesistate to ask, please.

[Request]Enigmalight

Es wäre super, wenn die Steuerung des Enigmalight-Addons in den Adapter integriert werden könnte.
Das Addon hat standardmäßig eine Webschnittstelle auf Port 1414 aktiv. Für mich wäre die Steuerung der Variablen "On/off Lights" und evtl. noch "Dynamic/Mood-Mode" interessant, um z.B. in Abhängigkeit von iobroker-Stati das "Ambilight" ein- bzw. auszuschalten.

Wunsch/Bitte

Moin,
es wäre schön, wenn Gesamt- und Restzeit auch in Minuten als Datenpunkt vorliegen würden.
In Verbindung mit einem Bar-Widget wäre die Anzeige Gesamt- und Restminuten dann kleiner und intuitiver (natürlich ginge eine Umrechnung im script, jedoch wäre es so insgesamt schlanker)

integrate AUTOTIMER

Autotimer auslesen

Pfad:

AUTOTIMER: '/autotimer',


Autotimer suchen

AUTOTIMER_PARSE: '/autotimer/parse',


New/edit

/autotimer/edit?match=*name*
&enabled=1
&justplay=0
&setEndtime=0
&searchCase=insensitive
&overrideAlternatives=0
&avoidDuplicateDescription=0
&searchType=exact
&maxduration=
&offset=
&timespanFrom=
&timespanTo=
&before=
&after=
&tag=
&services=*servicereference*
&bouquets=
&dayofweek=1
&autoadjust=0
&allow_duplicate=1
&avoidDuplicateMovies=0
&vps_enabled=0
&vps_overwrite=1
&series_labeling=0
&afterevent=default
&id=*17*

node_modules

Why do you have node_modules?

And why the same packages in lib?

JS-Controller wrong type of field

State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"

enigma2.0 2021-08-05 21:50:34.332 info (16943) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
enigma2.0 2021-08-05 21:50:34.330 info (16943) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
enigma2.0 2021-08-05 22:47:18.575 warn (16943) State "enigma2.0.Message.MESSAGE_ANSWER" has no existing object, this might lead to an error in future versions
enigma2.0 2021-08-05 22:47:18.574 warn (16943) Read-only state "enigma2.0.enigma2.WEB_IF_VERSION" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.572 warn (16943) Read-only state "enigma2.0.enigma2.VOLUME" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.566 warn (16943) Read-only state "enigma2.0.enigma2.PROGRAMM_INFO" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.565 warn (16943) Read-only state "enigma2.0.enigma2.PROGRAMM_AFTER_INFO" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.565 warn (16943) Read-only state "enigma2.0.enigma2.PROGRAMM_AFTER" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.564 warn (16943) Read-only state "enigma2.0.enigma2.PROGRAMM" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.564 warn (16943) Read-only state "enigma2.0.enigma2.NETWORK" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.563 warn (16943) Read-only state "enigma2.0.enigma2.MUTED" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.563 warn (16943) Read-only state "enigma2.0.enigma2.MODEL" has been written without ack-flag with value ""
enigma2.0 2021-08-05 22:47:18.562 warn (16943) Read-only state "enigma2.0.enigma2.MESSAGE_ANSWER" has been written without ack-flag with value ""

is recording ohne Funktion

Hallo,

habe hier den Enigma2-Adapter mit einer VU Uno4k laufen.
Trotz gestarteter Aufnahme wird im Debug-Log "is recording false" angegeben.

Timer Start und Endzeit als 13 stelligen String

Hi,

wäre es möglich Generierung des Timestamps für Start und Endzeit in einen 13 stelligen Wert zu ändern wie er auch bei den Datenpunkten bei lc und ts Verwendung findet?

Hierzu müssten nur die Zeilen 763 und 764:

starTime: timerItem["e2timebegin"].toString()
endTime: timerItem["e2timeend"].toString()

auf:

starTime: (timerItem["e2timebegin"]*1000).toString()
endTime: (timerItem["e2timeend"]*1000).toString()

geändert werden.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.