Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    T
    • Profile
    • Following 1
    • Followers 0
    • Topics 88
    • Posts 610
    • Best 8
    • Groups 2

    tourer4778

    @tourer4778

    Starter

    7
    Reputation
    107
    Profile views
    610
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    tourer4778 Follow
    Pro Starter

    Best posts made by tourer4778

    • RE: espHome + neopixelbus + effect object in ioBroker

      @opensourcenomad sagte in espHome + neopixelbus + effect object in ioBroker:

      @tourer4778 said in espHome + neopixelbus + effect object in ioBroker:

      Allerdings bekomme ich das mit den Lichteffekten nicht hin über den IoBroker.

      Wahrscheinlich eine Limitation des iobroker esphome adapters? Vielleicht mal den Author @Dutchman anpingen 👋

      Mittels template button kannst du diese fehlende Funktion aber auch relativ leicht umgehen bzw. nachrüsten.

      button:
        - platform: template
          name: "Template Button"
          on_press:
            - light.turn_on:
                id: light_1
                brightness: 100%
                effect: meinsuperdupereffektdeniobrokernichtspielenwill
      

      Von iobroker aus dann einfach den button "betätigen" 🎆

      Danke, so klappt es.

      posted in Error/Bug
      T
      tourer4778
    • RE: 1 - Wire Sensoren fragen

      @Markus84
      hallo Markus.
      Ich finde es eine recht günstige Lösung.
      Wenn man die Leitungen liegen hat, warum sollte man diese dannnicht nutzen?
      Die DS18B20 sind sehr günstig und der Raspi bietet die möglichkeit diese einzubinden.
      Was die Genauigkeit und Haltbarkeit angeht, kann ich noch nicht viel sagen.
      Ich binde wie schon erwähnt gerade die DHT22 ein, weil ich gerne die Luftfeuchte messen möchte im Keller.
      Von den DHT22 hört man manchmal auch nichts gutes, sollen manchmal einfrieren, ungenaue Werte liefern usw ...
      Aber das werde ich noch ausstesten. Ich habe jedenfals die Sensoren mal alle an einer Stelle messen lassen und die Abweichung lag bei dem schlechtesten bei 0,5 Grad.
      Damit kann ich leben, wenn es sobleibt.

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: VIS-2 JSON Chart wird nicht angezeigt

      @michael-uray
      Ich bin auf echarts umgestiegen

      posted in Visualisierung
      T
      tourer4778
    • RE: MQTT Warnungen von Epever Firmware

      @jarek sagte in MQTT Warnungen von Epever Firmware:

      @tourer4778
      ...da muss ich fragen: nicht zufrieden weil?
      oder anders wo ist der Victron besser?

      jarek

      Der EpeverTracer hat eine Eigenheit, alle stunde nach dem Sonnenaufgang versucht dieser in den MPPT Modus zu kommen ist dann der Ladestrom über 1A dann bleibt dieser im MPPT Modus sollte das nicht der fall sein geht es wieder in den PWM Modus. Es geht viel an ertrag verloren. Hatten anfangs den fehler gemacht, meine Panel in Reihe zu schalten. Dadurch war der Ladestrom bei schlechtem Wetter unter 1A und er blieb die ganze zeit im PWM Modus.
      Desweiteren hat sich bei mir die Schnitstelle immer mal aufgehangen und ich habe seltsame Werte rein bekommen.

      Der Victron ist da deutlich besser und zusammen mit dem SmartShunt hat man eine gute Lade und Batterieüberwachung. Ich bin aber derzeit noch am lernen und meine Panel stehen noch auf dem Rasen.
      Der Victron ist einfach besser, was ich bisher festgestellt habe.

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: Blockly längere vergleich

      @joergh
      Ich denke, ich habe den Fehler gefunden.
      Hatte eine rücksetzbedingung vergessen.
      7892e4cb-c522-47a5-9f7f-75af146b4474-grafik.png

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: Touch Display zum Steuern und Anzeigen

      @djmarc75 sagte in Touch Display zum Steuern und Anzeigen:

      fully kiosk Browser in Verbindung mit dem Fully Adapter.

      Ich bin begeistert.
      Leider funktioniert das mit der Registrierung nicht.

      posted in ioBroker Allgemein
      T
      tourer4778
    • ESPHome Shelly Plus 2PM Einbindung

      Hallo, ich habe einen Shelly Plus 2PM den ich gerne mit ESPHome laufen lassen würde.
      Laut ESPHome geht das ja schon.
      Ich habe einige ESP8266 mit ESPHome am laufen und das ist mein erster ESP32.
      Der original Code von ESPHome zeigt mir Fehler an, wenn ich ihn einbinden möchte.
      46b92268-86b0-418b-b033-173945443f41-grafik.png
      [restore_mode] is an invalid option for [switch.output]. Please check the indentation.

      Ich habe den Code dann soweit es für mich möglich angepasst, allerdings funktioniert das immer noch nicht, da ich keine Werte bekomme.

      esphome:
        name: esp2pm-146
        platformio_options:
          board_build.f_cpu: 160000000L
      
      substitutions:
        device_name_1: "Shelly Plus 2PM Switch 1"
        device_name_2: "Shelly Plus 2PM Switch 2"
        #Home Assistant light bulb to toggle
        bulb_name_1: "light.smart_bulb_1"
        bulb_name_2: "light.smart_bulb_2"
      
        max_power: "3600.0"
        max_temp: "80.0"
      
      esp32:
        board: esp32doit-devkit-v1
        framework:
          type: esp-idf
          sdkconfig_options:
            CONFIG_FREERTOS_UNICORE: y
            CONFIG_ESP32_DEFAULT_CPU_FREQ_160: y
            CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ: "160"
      
      
      logger:
        level: VERY_VERBOSE
      api:
      ota:
      
      wifi:
        ssid: !secret wifi_ssid
        password: !secret wifi_password
      #  fast_connect: true
      
      time:
        - platform: homeassistant
      
      
      i2c:
        sda: GPIO33
        scl: GPIO25
      
      #Shelly Switch Output
      switch:
        - platform: gpio
          name: "${device_name_1} Output"
          pin: GPIO13
          id: "relay_1" 
      #    output: "relay_output_1"
      #    restore_mode: RESTORE_DEFAULT_OFF
      
        - platform: gpio
          name: "${device_name_2} Output"
          pin: GPIO12
          id: "relay_2"
      #    output: "relay_output_2"
      #    restore_mode: RESTORE_DEFAULT_OFF
      
      # Restart Button
      button:
        - platform: restart
          id: "restart_device"
          name: "${device_name_1} Restart"
          entity_category: 'diagnostic'
      
      #home assistant bulb to switch
      text_sensor:
        - platform: homeassistant
          id: 'ha_bulb_1'
          entity_id: "${bulb_name_1}"
          internal: true
        - platform: homeassistant
          id: 'ha_bulb_2'
          entity_id: "${bulb_name_2}"
          internal: true
      
      binary_sensor:
        #Shelly Switch Input 1
        - platform: gpio
          name: "${device_name_1} Input"
          pin: GPIO2
          #small delay to prevent debouncing
          filters:
            - delayed_on_off: 50ms
          # config for state change of input button
          on_state:
              then:
                - if:
                    condition:
                      and:
                        - wifi.connected:
                        - api.connected:
                        - switch.is_on: "relay_1"
                        - lambda: 'return (id(ha_bulb_1).state == "on" || id(ha_bulb_1).state == "off");'
                    # toggle smart light if wifi and api are connected and relay is on
                    then:
                      - homeassistant.service:
                          service: light.toggle
                          data:
                            entity_id: "${bulb_name_1}"
                    else:
                      - switch.toggle: "relay_1"
      
        #Shelly Switch Input 2
        - platform: gpio
          name: "${device_name_2} Input"
          pin: GPIO18
          #small delay to prevent debouncing
          filters:
            - delayed_on_off: 50ms
          # config for state change of input button
          on_state:
              then:
                - if:
                    condition:
                      and:
                        - wifi.connected:
                        - api.connected:
                        - switch.is_on: "relay_2"
                        - lambda: 'return (id(ha_bulb_2).state == "on" || id(ha_bulb_2).state == "off");'
                    # toggle smart light if wifi and api are connected and relay is on
                    then:
                      - homeassistant.service:
                          service: light.toggle
                          data:
                            entity_id: "${bulb_name_2}"
                    else:
                      - switch.toggle: "relay_2"
      
        #reset button on device
        - platform: gpio
          name: "${device_name_1} Button"
          pin:
            number: GPIO27
            inverted: yes
            mode:
              input: true
              pullup: true
          on_press:
            then:
              - button.press: "restart_device"
          filters:
            - delayed_on_off: 5ms
          internal: true
      
      sensor:
        # Uptime sensor.
        - platform: uptime
          name: ${device_name_1} Uptime
          entity_category: 'diagnostic'
          update_interval: 300s
      
        # WiFi Signal sensor.
        - platform: wifi_signal
          name: ${device_name_1} WiFi Signal
          update_interval: 60s
          entity_category: 'diagnostic'
      
        #temperature sensor
        - platform: ntc
          sensor: temp_resistance_reading
          name: "${device_name_1} Temperature"
          unit_of_measurement: "°C"
          accuracy_decimals: 1
          icon: "mdi:thermometer"
          entity_category: 'diagnostic'
          calibration:
            #These default values don't seem accurate
            b_constant: 3350
            reference_resistance: 10kOhm
            reference_temperature: 298.15K
            #Alternative calibration values based on IR thermometer reading with case removed
            #- 2.284kOhm -> 48°C
            #- 10.19kOhm -> 17°C
            #- 5.856kOhm -> 25°C
          on_value_range:
            - above: ${max_temp}
              then:
                - switch.turn_off: "relay_1"
                - switch.turn_off: "relay_2"
                - homeassistant.service:
                      service: persistent_notification.create
                      data:
                        title: "Message from ${device_name_1}, ${device_name_2}"
                      data_template:
                        message: "Switch turned off because temperature exceeded ${max_temp}°C"
      
        - platform: resistance
          id: temp_resistance_reading
          sensor: temp_analog_reading
          configuration: DOWNSTREAM
          resistor: 6kOhm
      
        - platform: adc
          id: temp_analog_reading
          pin: GPIO37
          attenuation: 11db
          update_interval: 60s
      
        #power monitoring
        - platform: ade7953
          irq_pin: GPIO36 # Prevent overheating by setting this
          voltage:
            name: ${device_name_1} voltage
            entity_category: 'diagnostic'
          # On the Shelly 2.5 channels are mixed ch1=B ch2=A
          current_a:
            name: ${device_name_2} current
            entity_category: 'diagnostic'
          current_b:
            name: ${device_name_1} current
            entity_category: 'diagnostic'
          active_power_a:
            name: ${device_name_2} power
            id: power_channel_2
            entity_category: 'diagnostic'
            # active_power_a is normal, so don't multiply by -1
            on_value_range:
              - above: ${max_power}
                then:
                  - switch.turn_off: "relay_2"
                  - homeassistant.service:
                      service: persistent_notification.create
                      data:
                        title: "Message from ${device_name_2}"
                      data_template:
                        message: "Switch turned off because power exceeded ${max_power}W"
          active_power_b:
            name: ${device_name_1} power
            id: power_channel_1
            entity_category: 'diagnostic'
            # active_power_b is inverted, so multiply by -1
            filters:
              - multiply: -1
            on_value_range:
              - above: ${max_power}
                then:
                  - switch.turn_off: "relay_1"
                  - homeassistant.service:
                      service: persistent_notification.create
                      data:
                        title: "Message from ${device_name_1}"
                      data_template:
                        message: "Switch turned off because power exceeded ${max_power}W"
          update_interval: 30s
      
      status_led:
        pin:
          number: GPIO0
          inverted: true
      

      Desweiteren kann ich den Webserver nicht einbinden. Geht das am ESP32 nicht?
      66b8a03f-07ce-480b-a0c2-27a049ad7598-grafik.png
      This feature is only available with frameworks ['arduino'].

      Kann mir jemand weiterhelfen ?

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: Manchmal hohe CPU Last

      @homoran
      Ich habe noch einmal nachgesehen, wo ich meine SSD Festplatte eingesteckt habe. USB 3😡 .
      Das ist wohl im Herbst passiert, nach dem ich ihn mal ausbauen musste und dann ist mir wohl der Fehler Unterlaufen.
      Das würde auch hinkommen mit der CPU Last. Bitte nichts negatives schreiben, ich ärgere mich selbt genug über mich.

      Die CPU Last liegt jetzt bei zwischen 25 und 40%
      Systemuptime and Load:
      17:51:20 up 15 min, 4 users, load average: 0.24, 0.64, 0.72
      CPU threads: 4

      Mem: 8.4G 3.8G 3.0G 26M 1.9G 4.7G
      Swap: 209M 0B 209M
      Total: 8.7G 3.8G 3.2G

      posted in ioBroker Allgemein
      T
      tourer4778

    Latest posts made by tourer4778

    • RE: VIS-2 JSON Chart wird nicht angezeigt

      @michael-uray
      Ich bin auf echarts umgestiegen

      posted in Visualisierung
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @neuschwansteini
      Okay, also keine möglichkeit für den ioBroker. Schade.
      Der Controller hat bisher immer gut funktioniert und ich habe auch schon einen Ersatz (H801) getestet. Allerdings wechselt dieser beim einschalten immer kurz die Farben und er braucht ewig, bis er im Wlan ist.
      Das er nicht vom Netz genommen wird, macht dann natürlich Sinn, ist aber in meiner Elektroinstallation so nicht vorgesehen. Daher muss ich mir jetzt etwas überlegen ...
      Danke euch.

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @neuschwansteini sagte in RGB Controller mit Iobroker steuern:

      Cloud Intelligence

      Wie kommst du auf diese App?

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      Das ist der Controller. Ein ESP8266 ist das denke nicht, oder?
      35718240-25f4-4091-a288-9fb45eaf1b9f-grafik.png

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @homoran
      Das mag sein und wenn es sein muss, werde ich das noch ändern. Aber dezeit will ich erst einma eine Verbindung herstellen.

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @homoran sagte in RGB Controller mit Iobroker steuern:

      sehe ich im log nicht.

      2025-03-17 12:44:45.352 - debug: wifilight.0 (3278552) self.client.connect: connected
      Das meinte ich damit. Der Controller wird bei mir ganz Spannungsfrei geschaltet, wenn ich das Licht aus mache.

      was schreibt denn da die ganzen HEX Befehle?

      Der Adapter? Ich weiß es nicht.

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @homoran

      Der Controller wurde eingeschaltet (mit Strom versorgt) und das wurde erkannt, bzw. er hat sofort Connected.
      Änderungen wurde nicht übernommen, wie zB On True / False

      2025-03-17 12:44:38.535 - debug: wifilight.0 (3278552) [192.168.178.122] onClose hasError=true client=192.168.178.122:5577
      2025-03-17 12:44:45.350 - debug: wifilight.0 (3278552) [192.168.178.122] 192.168.178.122 connected
      2025-03-17 12:44:45.351 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:44:45.352 - debug: wifilight.0 (3278552) self.client.connect: connected
      2025-03-17 12:44:45.363 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:45:15.352 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:45:15.363 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:45:45.353 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:45:45.364 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:45:51.961 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 24 0f a4
      2025-03-17 12:45:51.972 - debug: wifilight.0 (3278552) [192.168.178.122] sending refresh...
      2025-03-17 12:45:51.972 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:45:51.972 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 24 0f a4
      2025-03-17 12:46:15.354 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:46:15.364 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:46:17.723 - info: cloud.0 (3248787) received all objects
      2025-03-17 12:46:45.356 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:46:45.366 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:47:15.356 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:47:15.367 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:47:45.358 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:47:45.369 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:48:15.359 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:48:15.370 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:48:45.360 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:48:45.371 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:49:15.168 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 07 07 07 ff 00 0f 54
      2025-03-17 12:49:15.179 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 0e 0e 0e ff 00 0f 69
      2025-03-17 12:49:15.189 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 14 14 14 ff 00 0f 7b
      2025-03-17 12:49:15.200 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 1b 1b 1b ff 00 0f 90
      2025-03-17 12:49:15.211 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 22 22 22 ff 00 0f a5
      2025-03-17 12:49:15.221 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 29 29 29 ff 00 0f ba
      2025-03-17 12:49:15.232 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 30 30 30 ff 00 0f cf
      2025-03-17 12:49:15.242 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 36 36 36 ff 00 0f e1
      2025-03-17 12:49:15.252 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 3d 3d 3d ff 00 0f f6
      2025-03-17 12:49:15.261 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 44 44 44 ff 00 0f 0b
      2025-03-17 12:49:15.271 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 4b 4b 4b ff 00 0f 20
      2025-03-17 12:49:15.281 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 52 52 52 ff 00 0f 35
      2025-03-17 12:49:15.292 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 58 58 58 ff 00 0f 47
      2025-03-17 12:49:15.303 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 5f 5f 5f ff 00 0f 5c
      2025-03-17 12:49:15.313 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 66 66 66 ff 00 0f 71
      2025-03-17 12:49:15.324 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 6d 6d 6d ff 00 0f 86
      2025-03-17 12:49:15.334 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 74 74 74 ff 00 0f 9b
      2025-03-17 12:49:15.344 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 7a 7a 7a ff 00 0f ad
      2025-03-17 12:49:15.355 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 81 81 81 ff 00 0f c2
      2025-03-17 12:49:15.366 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 88 88 88 ff 00 0f d7
      2025-03-17 12:49:15.377 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 8f 8f 8f ff 00 0f ec
      2025-03-17 12:49:15.388 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 96 96 96 ff 00 0f 01
      2025-03-17 12:49:15.398 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 9c 9c 9c ff 00 0f 13
      2025-03-17 12:49:15.408 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 a3 a3 a3 ff 00 0f 28
      2025-03-17 12:49:15.419 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 aa aa aa ff 00 0f 3d
      2025-03-17 12:49:15.429 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 b1 b1 b1 ff 00 0f 52
      2025-03-17 12:49:15.440 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 b8 b8 b8 ff 00 0f 67
      2025-03-17 12:49:15.450 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 be be be ff 00 0f 79
      2025-03-17 12:49:15.461 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 c5 c5 c5 ff 00 0f 8e
      2025-03-17 12:49:15.471 - debug: wifilight.0 (3278552) [192.168.178.122] write: 31 cc cc cc ff 00 0f a3
      2025-03-17 12:49:15.482 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:49:15.493 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:49:45.362 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:49:45.373 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:49:46.955 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 23 0f a3
      2025-03-17 12:49:46.967 - debug: wifilight.0 (3278552) [192.168.178.122] sending refresh...
      2025-03-17 12:49:46.967 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:49:46.968 - debug: wifilight.0 (3278552) [192.168.178.122] write: 71 23 0f a3
      2025-03-17 12:50:15.363 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      2025-03-17 12:50:15.373 - debug: wifilight.0 (3278552) [192.168.178.122] write: 81 8a 8b 96
      

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @homoran
      Ich ändere den Wert (Ohne bestätigung).
      Bestätigung habe bisher immer ignoriert 😰 .

      Wenn ich daheim bin, teste ich mal mit der Bestätigung.
      Was genau muss ich bei dem Typen eintragen?

      @neuschwansteini
      Was verbaut ist, kann ich nicht sagen.

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @codierknecht
      Nein, bei on ändert sich nichts ...
      Als wenn ich gar keine Verbindung zum Cotoller habe. Gefunden hat er Ihn aber beim suchen.

      posted in ioBroker Allgemein
      T
      tourer4778
    • RE: RGB Controller mit Iobroker steuern

      @homoran
      In dem ich versuche ein DP wie zum Beispiel "brightness" etwas ändere.

      posted in ioBroker Allgemein
      T
      tourer4778
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo