Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Js-controller 1.4.2 wird Stable

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    455

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Js-controller 1.4.2 wird Stable

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
2 Beiträge 2 Kommentatoren 565 Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • BluefoxB Offline
    BluefoxB Offline
    Bluefox
    schrieb am zuletzt editiert von
    #1

    Hallo,

    morgen wird js-controller 1.4.2 stable.

    Es gibt wichtige Änderungen:

    • Es sind die Objekt IDs mit * verboten und die werden nicht angelegt. D.h. alle eure Skripte/Szenen und noch was werden nicht funktionieren, falls dadrin * ist.

    In der nächsten Version werden noch mehr Symbolen ersetzt:

    `[]*,;'"`<>?/[/code]` plus Lehrzeichen.
    
    Folgende Änderungen sind beinhaltet:
     ` ~~[quote]~~
    **~~[b]~~- 1.4.2 (2018-04-12)[/b]**
    
    Main changes: add instance with desired number, Force using of socket.io 2.1.0, Bugfixes
    
    (bluefox) fix error with letsencrypt debug output
    
    (bluefox) fix delObject
    
    (bluefox) fix restore of backup
    
    (bluefox) allow to add instance with desired number
    
    (apollon77) fix auto multihost
    
    (bluefox) fix for adapter update
    
    (bluefox) Force using of socket.io 2.1.0
    
    **~~[b]~~- 1.4.0 (2018-04-03)[/b]**
    
    Main changes: uninstall via npm, downgrade winston-syslog, refactored deleteAdapter, object.json auto-backups
    
    (AlCalzone) fix npm version pre-install check
    
    (bluefox) remove winston-syslog 2.0 and replace it with 1.2.6
    
    (AlCalzone) refactored and promisified deleteAdapter and deleteInstance
    
    (bluefox) remove controller from the adapters list in admin
    
    (bluefox) also uninstall adapters using npm
    
    (bluefox) backup object.json files every 2 hours for last 48 hours (warning! Disk usage)
    
    (bluefox) added cli command to update/add the vis/knx license
    
    **~~[b]~~- 1.3.0 (2018-03-11)[/b]**
    
    Main changes: socket.io Version downgraded because of bug. Better npm5 support
    
    (AlCalzone) Remove the outdated npm package and disable package-lock before installing (#175)
    
    (AlCalzone) reworked npm adapter version check without npm package
    
    (AlCalzone) ignore local NPM for version check
    
    (AlCalzone) don't modify the parent's process PATH variable
    
    (AlCalzone) check npm version before installing and potentially disable package-lock
    
    (AlCalzone) don't cancel installation, or we're breaking ioBroker anyways
    
    (AlCalzone) ignore local npm version for preinstall check
    
    (bluefox) move socket.io from 2.0.4 to 1.5.1 because of bug
    
    (bluefox) add intro to default tabs
    
    **~~[b]~~- 1.2.7 (2018-03-06)[/b]**
    
    Main changes: support of npm5, Multihost fixed, added promises to adapter.js
    
    (bluefox) fix multihost connect
    
    (bluefox) add "multihost status" command
    
    (bluefox) make statistics interval adjustable
    
    (bluefox) better scan of installed adapters
    
    (bluefox) better deletion of adapters
    
    (bluefox) fix requests like getStates('*.info.connection')
    
    (bluefox) create instance's objects by start.
    
    (AlCalzone) Add promisified methods to the adapter class
    
    (AlCalzone) enable basic type-checking and fix found error
    
    (Apollon77) fix potential error and check if that.log exists
    
    (bluefox) updates npm packets
    
    (Apollon77) log an error when npmInstallWithCheck throws
    
    (AlCalzone) [npm5] Disable package-lock.json before installing anything
    
    (Apollon77) use stable tag from admin in dependencies
    
    (bluefox) fix empty ID error
    
    **~~[b]~~- 1.2.5 (2018-01-27)[/b]**
    
    (bluefox) move buildRepository.js to ioBroker.repositories
    
    (bluefox) fix adapter download
    
    (Apollon77) also include npm5 fix into reinstall.sh
    
    (bluefox) add functions to standard enums
    
    (bluefox) check if pattern is valid
    
    (bluefox) catch error by deleting of adapter.
    
    (bluefox) better adapter directory search
    
    (Apollon77) another fix for reinstall.sh, add --unsafe-perm
    
    (Apollon77) exit mocha tests explicitely when completed, needed pot. with most current version of mocha
    
    (Apollon77) add npm5 check and "Block" to "iobroker install" commands
    
    **~~[b]~~- 1.2.4 (2017-12-15)[/b]**
    
    (bluefox) The fix for npm5 `  ` 
    
    1 Antwort Letzte Antwort
    0
    • apollon77A Offline
      apollon77A Offline
      apollon77
      schrieb am zuletzt editiert von
      #2

      @Bluefox:

      Hallo,

      morgen wird js-controller 1.4.2 stable.

      Es gibt wichtige Änderungen:

      • Es sind die Objekt IDs mit * verboten und die werden nicht angelegt. D.h. alle eure Skripte/Szenen und noch was werden nicht funktionieren, falls dadrin * ist.

      In der nächsten Version werden noch mehr Symbolen ersetzt:

      `[]*,;'"`<>?/[/code]` plus Lehrzeichen.
      
      In der nächsten Version werden States mit unerlaubten Zeichen aber wieder angelegt, aber die ungültigen Zeichen durch ein _ ersetzt. Und im log kommt eine Warnmeldung. 
      
      Gesendet vom Handy ...
      ``` ` 

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Antwort Letzte Antwort
      0
      Antworten
      • In einem neuen Thema antworten
      Anmelden zum Antworten
      • Älteste zuerst
      • Neuste zuerst
      • Meiste Stimmen


      Support us

      ioBroker
      Community Adapters
      Donate
      FAQ Cloud / IOT
      HowTo: Node.js-Update
      HowTo: Backup/Restore
      Downloads
      BLOG

      614

      Online

      32.7k

      Benutzer

      82.5k

      Themen

      1.3m

      Beiträge
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
      ioBroker Community 2014-2025
      logo
      • Anmelden

      • Du hast noch kein Konto? Registrieren

      • Anmelden oder registrieren, um zu suchen
      • Erster Beitrag
        Letzter Beitrag
      0
      • Home
      • Aktuell
      • Tags
      • Ungelesen 0
      • Kategorien
      • Unreplied
      • Beliebt
      • GitHub
      • Docu
      • Hilfe