Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ESPHome Adapter brightness setzen geht nicht

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    ESPHome Adapter brightness setzen geht nicht

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

      MoinMoin

      ich nutze den ESPHome Adapter in 0.6.2.

      Wenn ich jetzt den Helligkeitswert in iobroker von 0 auf zb 120 ändere ist er direkt wieder 0.

      Wenn ich im esphome Gerät selber der Wert ändere zeigt iobroker den Wert richtig an.
      Kann ihn nur nicht ändern.

      Weiss jemand wie ich das begaben kann?

      Grüße

      light:
      
      platform: monochromatic
      output: pwm_output
      name: Flur Licht
      id: flur licht default_transition_length: 3s
      
      arteck 1 Reply Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @Der-Jeti last edited by

        @der-jeti bissel mau dein Script

        Der-Jeti 1 Reply Last reply Reply Quote 0
        • Der-Jeti
          Der-Jeti @arteck last edited by

          @arteck

          Habe ich wohl vergessen.

          Fehlt noch was?

          output:
          platform: esp8266_pwm
          pin: GPI013
          frequency: 100Hz
          id: pwm_output
          
          arteck 1 Reply Last reply Reply Quote 0
          • arteck
            arteck Developer Most Active @Der-Jeti last edited by arteck

            @der-jeti sagte in ESPHome Adapter brightness setzen geht nicht:

            Fehlt noch was?

            das gesammte Script

            1 Reply Last reply Reply Quote 0
            • Der-Jeti
              Der-Jeti last edited by

              substitutions:
                name: esphome-haus
                friendly_name: ESPHome-Haus
              
              esphome:
                name: ${name}
                friendly_name: ${friendly_name}
                name_add_mac_suffix: false
              
              esp8266:
                board: esp01_1m
              
              # Enable logging
              logger:
              
              # Enable Home Assistant API
              api:
                encryption:
                  key: !secret api_key
              
              # Allow Over-The-Air updates
              ota:
                - platform: esphome
                  password: !secret ota_password
                
              # Allow provisioning Wi-Fi via serial
              improv_serial:
              
              wifi:
                # Set up a wifi access point
                 ssid: !secret wifi_ssid
                 password: !secret wifi_password
              
                 ap:
                   ssid: $name Fallback
                   password: !secret ap_password
              
              # Example configuration entry
              web_server:
                port: 80
              
              captive_portal:
              
              #______________________________________________
              
              one_wire:
               - id: bus_one
                 platform: gpio
                 pin:
                  number: GPIO4
                  mode:
                    input: true
                 #   pullup: true
              
              #______________________________________________
              
              sensor:
                - platform: dallas_temp
                  address: 0x1b000004568d9428
                  name: "Temperature #3-Keller"
                  unit_of_measurement: "°C"
                  icon: "mdi:thermometer-plus"
                  device_class: "temperature"
                  state_class: "measurement"
                  accuracy_decimals: 2
                  update_interval: 60s
              
                - platform: dallas_temp
                  address: 0x83000004569c7428
                  name: "Temperature #2-Flur-u"
                  unit_of_measurement: "°C"
                  icon: "mdi:thermometer-plus"
                  device_class: "temperature"
                  state_class: "measurement"
                  accuracy_decimals: 2
                  update_interval: 60s
              
                - platform: dallas_temp
                  address: 0x1e00000456e94e28
                  name: "Temperature #1-Kuche"
                  unit_of_measurement: "°C"
                  icon: "mdi:thermometer-plus"
                  device_class: "temperature"
                  state_class: "measurement"
                  accuracy_decimals: 2
                  update_interval: 60s
              
              binary_sensor:
                - platform: gpio
                  pin: GPIO5
                  name: PIR Sensor Flur
                  device_class: motion
                  filters:
                    - delayed_off: 10ms
                  on_press:
                    - light.turn_on: flur_licht
                  on_release: 
                    - light.turn_off: flur_licht
              
              #______________________________________________
              
              output:
                - platform: esp8266_pwm
                  pin: GPIO13
                  frequency: 100Hz
                  id: pwm_output
                  #min_power: 0.5
                  #max_power: 0.75
              
              #______________________________________________
              
              light:
                - platform: monochromatic
                  output: pwm_output
                  name: Flur Licht
                  id: flur_licht
                  default_transition_length: 3s
               
              #______________________________________________
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Support us

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

              1.3k
              Online

              32.2k
              Users

              80.9k
              Topics

              1.3m
              Posts

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