Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. podex

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 50
    • Best 0
    • Groups 1

    podex

    @podex

    Starter

    0
    Reputation
    14
    Profile views
    50
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    podex Follow
    Starter

    Latest posts made by podex

    • RE: Tasmota Taster und NSPanel Relais

      @podex Also ich habe das Problem gelöst, aber ich denke nicht, dass das nachhaltig ist.

      Code:

      on({ id: [].concat(['mqtt.0.stat.tasmota_Dxxxxx.POWER1']), change: 'ne' }, async (obj) => {
        let value = obj.state.val;
        let oldValue = obj.oldState.val;
        let newState; 
        if (getState('alias.0.NSPanel.1.Licht.WZ.Decke_Sofa.ON_ACTUAL').val) 
        {newState=0;} else
        {newState=1;}
        console.log(newState);
        setState('alias.0.NSPanel.1.Licht.WZ.Decke_Sofa.SET' /* SET */, newState);
      });
      

      Also ich schicke "1" bzw. "0" statt "true" bzw. "false". Das führt dann aber zu diesen Einträgen im LOG:

      You are assigning a number to the state "alias.0.NSPanel.1.Licht.WZ.Decke_Sofa.SET" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
      
      posted in JavaScript
      P
      podex
    • RE: Tasmota Taster und NSPanel Relais

      @paul53 Ich verwende als Vorlage das Skript hier: https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/NsPanelTs.ts
      POWER1 ist das Relais (das schaltet derzeit "leer", d.h. es ist dort nichts angeschlossen

      posted in JavaScript
      P
      podex
    • Tasmota Taster und NSPanel Relais

      Ich würde gerne mit einem (externen) Taster das Relais am NSPanel schalten. Der Code unten funktioniert leider nicht gewünscht,. Wo mache ich da den Fehler?

      on({ id: [].concat(['mqtt.0.stat.tasmota_Dxxxxx.POWER1']), change: 'ne' },
      async (obj) => {
      let value = obj.state.val;
      let oldValue = obj.oldState.val;
      let newState = !getState('alias.0.NSPanel.1.Licht.WZ.Decke_Schreibtisch.ON_ACTUAL').val;
      setState('alias.0.NSPanel.1.Licht.WZ.Decke_Schreibtisch.SET', newState);
      console.log(newState);
      });
      

      Anm: im LOG taucht ein "true" auf

      posted in JavaScript
      P
      podex
    • Dot Echo Dot 5. Gen with clock and Alexa

      Hi community!

      I have a small but beatiful smart-home installation, ioBroker is doing a fantastic job! I would like to add a clock radio and that's why I stumbeled across a Echo Dot 5. Gen. (https://www.amazon.com/Clock-Cloud-Philips-White-Smart/dp/B0BDQ3DP2J)

      But I do NOT want to use Alexa. Is it possible to use this device without any connection to the internet? Especially no data transmission from the microphone. Of course, Internet makes a lot of sense, so I would like to play web-radios as well as music from my personal NAS.

      I did a little bit of research, before I buy a Dot, but I am not really confident, that the device will do what I would like. But I have a "simple" question left:

      Is it possible to use the Echo Dot 5.Gen. w/o connection to Alexa?

      Many thanks for your answers!

      KR,
      Christof

      posted in ioBroker general
      P
      podex
    • RE: Adapter: Weatherunderground 24h Prognose

      I like this adapter, but I have a problem with the icons in my VIS.

      There is a GIF available with URL https://icons.wxug.com/i/c/c/chanceflurries.gif but the VIS asks for a different URL via the ObjectID weatherunderground.0.forecast.0d.iconURL: https://icons.wxug.com/i/c/c/30.svg. What do I have to change where to get the name instead of the number?

      posted in ioBroker Allgemein
      P
      podex
    • RE: ioBroker und KNX vom Docker Container aus

      Also für's Protokoll (sollte jemand das selbe Problem haben)

      Ich habe nun eine Verbindung mit dem setting --net=host im Docker sowie Phys. EIB address 1.1.255 in der KNX Instanz, wobei der erste Versuch mit Phys. EIB address 0.0.0 auch erfolgreich war.

      Also erster funktionaler Test hat geklappt, mal sehen, ob das auch stabil läuft.

      posted in ioBroker Allgemein
      P
      podex
    • RE: ioBroker und KNX vom Docker Container aus

      @thomas-braun
      Ja, aber ich würde gerne meine Systeme mit Dockern ausstatten, dann habe ich mehr Freiheiten, auch mal was auszuprobieren. Ich mag halt nicht ein "produktives" System gefährden, indem ich ein neues Programm ausprobiere. Mit Docker sind sie gut abgeschirmt und das mit dem Backup ist denke ich auch sehr gut gelöst. Und zu guter Letzt wäre dann noch die Möglichkeit eines Updates, also Docker vom Raspi4 nehmen und im Raspi5 starten...

      Achja, zu guter Letzt: Ich wollte mir das System schon länger zu Gemüte führen und jetzt muss ich mein ioBroker-System aufrüsten, also wird's halt damit gemacht 🙂

      posted in ioBroker Allgemein
      P
      podex
    • RE: ioBroker und KNX vom Docker Container aus

      Update: Ich habe den Container neu gestartet, diesmal mit mehr Ports:

      docker run -v iobrokerdata:/opt/iobroker -p 8080-8090:8080-8090 -p 3671:3671/udp  -p 5353:5353/udp -p 5353:5353 iobroker.latest
      

      Nun sagt das Log keine Fehler mehr

      eb18215b-7ef4-401b-890a-ce6ef5869883-image.png

      aber die Instanz läuft noch nicht richtig:
      e8443105-b674-46b9-93f1-67c76aebbbb2-image.png

      Warum klappt die Verbindung immer noch nicht? Any ideas?

      LG,
      Christof

      PS: Ich habe den "alten" KNX-Adapter auf der "alten" Maschine mit der phy. Adr. 1.1.254 noch laufen

      posted in ioBroker Allgemein
      P
      podex
    • ioBroker und KNX vom Docker Container aus

      Hallo,

      Ich bin gerade dabei, von meinem schon älteren (1.5GHz, 2MB RAM) NUC auf einen Raspi4 mit 4GB RAM umzuziehen, denn der Speicher in meinem System ist schon arg knapp, er swappt schon regelmäßig. 8GB RAN wäre natürlich besser, aber derzeit sind die ja schwer zu besorgen und ich habe einen 4GB rumliegen, also nehme ich den.

      Ich bin noch neu in dem Thema Docker, aber gottseidank gibt's das Image buanet/iobroker, damit geht's ohne Probleme.

      Aber leider funktioniert die KNX-Anbindung nicht, das Thema war schon vor längerer Zeit aktuell:
      Re: ioBroker im Docker Container auf KNX IP-Gatway zugreifen

      Hat das Problem schon wer gelöst? Ich habe derzeit vorerst nur den Port 8081 lokal freigegeben:

      docker run -v iobrokerdata:/opt/iobroker -p 8081:8081 --name iobroker buanet/iobroker:latest
      

      Soweit ich weiss geht das KNX über UDP. ich wollte nur hier mal nachfragen, ob das Problem schon wer gelöst hat.

      LG,
      Ch.

      posted in ioBroker Allgemein
      P
      podex
    • RE: Iobroker und Signal Messenger

      @peppino
      Das klingt mir nach einem brauchbaren Modul. da ist auch die Registrierung beschrieben. Die ist nämlich in Signal nicht ganz so einfach - der Sicherheit wegen:
      https://github.com/throneless-tech/libsignal-service-javascript

      npm install --save @throneless/libsignal-service
      

      Ich bin erst am Anfang meiner Karriere mit dem ioBroker und noch beim Aufsetzen des Systems nach meinen Wünschen. Aber da die Anbindung von Signal auch draufsteht, werde ich mich daran einmal versuchen.

      Aber eventuell versucht sich einer mit mehr Erfahrung in ioBroker und Javascript an dem Thema?

      Lg,
      Ch.

      posted in ioBroker Allgemein
      P
      podex
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo