How to clean up esphome irritations

Hello everyone…

I have a couple esphome devices and just tried to add 2 more that are identical hardware but different yaml file names, internal different names and different api keys, but it is not disovering both devices in hass…
In esphome, both say that they are online and green writing…
How can i solve this…any logs anywhere that i can check besides the hass logs in system, cause i dont have any entries in that.
Thx in advance

add them manually.

Integrations page, click add, choose esphome.

Ui…that worked…
Thx alot…
Any reason why it might missed the one that wasnt showing?
It is showing the device now after asking for api key, but no sensors and such…
I will give it a couple and see if they populate…if not i will be back

The log from esphome will tell you what data it is sending.

Discovery takes time and frankly is not always reliable.

Thx alot again…

I did let it sit over night and i am still missing the button, the number and the switch which are defined in the yaml but they appear disabled in the device details…
I copy pasted the code below captive…and its working on the other device…
So any idea why it is working and showing at device 1 but nut on device 2?

Here the identical code from both devices…:

captive_portal:
    
i2c:
  sda: D1
  scl: D2
  scan: True
  id: bus_a

uart:
  - rx_pin: D6
    tx_pin: D5
    baud_rate: 9600
    id: uart1

interval:
  - interval: 120s
    then:
      - switch.turn_on: pms_set
      - delay: 20s
      - switch.turn_off: pms_set

sensor:
  - platform: pmsx003
    type: PMSX003
    uart_id: uart1
    pm_1_0:
      id: pm10
      name: "Fein Partikel <1.0µm: "
    pm_2_5:
      id: pm25
      name: "Fein Partikel <2.5µm: "
    pm_10_0:
      id: pm100
      name: "Fein Partikel <10.0µm: "
  - platform: scd30
    co2:
      id: co2
      name: "CO2"
      accuracy_decimals: 1
    temperature:
      id: temp
      name: "Temperature"
      accuracy_decimals: 2
    humidity:
      id: humidity
      name: "Humidity"
      accuracy_decimals: 1
    temperature_offset: 1.5 °C
    address: 0x61
    i2c_id: bus_a
    update_interval: 5s

switch:
  - platform: gpio
    pin: 
      number: D3
    id: pms_set
    name: "Start measuring"

number:
  - platform: template
    name: "CO2 calibration value"
    optimistic: true
    min_value: 350
    max_value: 4500
    step: 1
    id: co2_cal
    icon: "mdi:molecule-co2"
    entity_category: "config"

button:
  - platform: template
    name: "SCD30 Force manual calibration"
    entity_category: "config"
    on_press:
      then:
        - scd30.force_recalibration_with_reference:
            value: !lambda 'return id(co2_cal).state;'

For what it’s worth, I’ve had that happen a couple times. Not sure what the ‘real’ fix/issue is, but I’ve always gotten it to eventually work through a combination of deleting and re-adding and restarting HA.

I think the most recent time it seemed to ultimately be restarting HA that finally got it to show the entities.

No logs= no issue.

Would the once from the esphome device help or better the once from hass?

Like I said. Esphome log

Lets see if this works from phone

INFO Reading configuration /config/esphome/iaqmonitor1.yaml...
INFO Starting log output from 192.168.178.34 using esphome API
INFO Successfully connected to 192.168.178.34
[14:13:45][I][app:102]: ESPHome version 2023.2.4 compiled on Feb 26 2023, 14:07:00
[14:13:45][C][wifi:504]: WiFi:
[14:13:45][C][wifi:362]:   Local MAC: E0:98:06:8E:41:59
[14:13:45][C][wifi:363]:   SSID: '7390AP'[redacted]
[14:13:45][C][wifi:364]:   IP Address: 192.168.178.34
[14:13:45][C][wifi:365]:   BSSID: E8:9F:80:A5:AA:39[redacted]
[14:13:45][C][wifi:367]:   Hostname: 'iaqmonitor1'
[14:13:45][C][wifi:369]:   Signal strength: -75 dB ▂▄▆█
[14:13:45][C][wifi:373]:   Channel: 1
[14:13:45][C][wifi:374]:   Subnet: 255.255.255.0
[14:13:45][C][wifi:375]:   Gateway: 192.168.178.1
[14:13:45][C][wifi:376]:   DNS1: 0.0.0.0
[14:13:45][C][wifi:377]:   DNS2: 0.0.0.0
[14:13:45][C][logger:293]: Logger:
[14:13:45][C][logger:294]:   Level: DEBUG
[14:13:45][C][logger:295]:   Log Baud Rate: 115200
[14:13:45][C][logger:296]:   Hardware UART: UART0
[14:13:45][C][i2c.arduino:052]: I2C Bus:
[14:13:45][C][i2c.arduino:053]:   SDA Pin: GPIO5
[14:13:45][C][i2c.arduino:054]:   SCL Pin: GPIO4
[14:13:45][C][i2c.arduino:055]:   Frequency: 50000 Hz
[14:13:45][C][i2c.arduino:058]:   Recovery: bus successfully recovered
[14:13:45][I][i2c.arduino:068]: Results from i2c bus scan:
[14:13:45][I][i2c.arduino:074]: Found i2c device at address 0x61
[14:13:45][C][uart.arduino_esp8266:102]: UART Bus:
[14:13:45][C][uart.arduino_esp8266:103]:   TX Pin: GPIO14
[14:13:45][C][uart.arduino_esp8266:104]:   RX Pin: GPIO12
[14:13:45][C][uart.arduino_esp8266:106]:   RX Buffer Size: 256
[14:13:45][C][uart.arduino_esp8266:108]:   Baud Rate: 9600 baud
[14:13:45][C][uart.arduino_esp8266:109]:   Data Bits: 8
[14:13:45][C][uart.arduino_esp8266:110]:   Parity: NONE
[14:13:45][C][uart.arduino_esp8266:111]:   Stop bits: 1
[14:13:45][C][uart.arduino_esp8266:115]:   Using software serial
[14:13:45][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:45][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:45][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:45][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:45][C][switch.gpio:076]: GPIO Switch 'Start measuring'
[14:13:45][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[14:13:45][C][switch.gpio:031]:   Pin: GPIO0
[14:13:45][C][template.number:050]: Template Number 'CO2 calibration value'
[14:13:45][C][template.number:050]:   Icon: 'mdi:molecule-co2'
[14:13:45][C][template.number:051]:   Optimistic: YES
[14:13:45][C][template.number:052]:   Update Interval: 60.0s
[14:13:45][C][pmsx003:295]: PMSX003:
[14:13:45][C][pmsx003:300]:   PM1.0 'Fein Partikel <1.0µm: '
[14:13:45][C][pmsx003:300]:     State Class: 'measurement'
[14:13:45][C][pmsx003:300]:     Unit of Measurement: 'µg/m³'
[14:13:45][C][pmsx003:300]:     Accuracy Decimals: 0
[14:13:45][C][pmsx003:300]:     Icon: 'mdi:chemical-weapon'
[14:13:45][C][pmsx003:301]:   PM2.5 'Fein Partikel <2.5µm: '
[14:13:45][C][pmsx003:301]:     State Class: 'measurement'
[14:13:45][C][pmsx003:301]:     Unit of Measurement: 'µg/m³'
[14:13:45][C][pmsx003:301]:     Accuracy Decimals: 0
[14:13:45][C][pmsx003:301]:     Icon: 'mdi:chemical-weapon'
[14:13:45][C][pmsx003:302]:   PM10.0 'Fein Partikel <10.0µm: '
[14:13:45][C][pmsx003:302]:     State Class: 'measurement'
[14:13:45][C][pmsx003:302]:     Unit of Measurement: 'µg/m³'
[14:13:45][C][pmsx003:302]:     Accuracy Decimals: 0
[14:13:45][C][pmsx003:302]:     Icon: 'mdi:chemical-weapon'
[14:13:45][C][scd30:115]: scd30:
[14:13:45][C][scd30:116]:   Address: 0x61
[14:13:45][C][scd30:134]:   Altitude compensation: OFF
[14:13:45][C][scd30:138]:   Automatic self calibration: ON
[14:13:45][C][scd30:139]:   Ambient pressure compensation: 0mBar
[14:13:45][C][scd30:140]:   Temperature offset: 1.50 °C
[14:13:45][C][scd30:141]:   Update interval: 5s
[14:13:45][C][scd30:142]:   CO2 'CO2'
[14:13:45][C][scd30:142]:     State Class: 'measurement'
[14:13:45][C][scd30:142]:     Unit of Measurement: 'ppm'
[14:13:45][C][scd30:142]:     Accuracy Decimals: 1
[14:13:45][C][scd30:142]:     Icon: 'mdi:molecule-co2'
[14:13:45][C][scd30:143]:   Temperature 'Temperature'
[14:13:45][C][scd30:143]:     Device Class: 'temperature'
[14:13:45][C][scd30:143]:     State Class: 'measurement'
[14:13:45][C][scd30:143]:     Unit of Measurement: '°C'
[14:13:45][C][scd30:143]:     Accuracy Decimals: 2
[14:13:45][C][scd30:144]:   Humidity 'Humidity'
[14:13:45][C][scd30:144]:     Device Class: 'humidity'
[14:13:45][C][scd30:144]:     State Class: 'measurement'
[14:13:45][C][scd30:144]:     Unit of Measurement: '%'
[14:13:45][C][scd30:144]:     Accuracy Decimals: 1
[14:13:45][C][captive_portal:088]: Captive Portal:
[14:13:45][C][mdns:108]: mDNS:
[14:13:45][C][mdns:109]:   Hostname: iaqmonitor1
[14:13:45][C][ota:093]: Over-The-Air Updates:
[14:13:45][C][ota:094]:   Address: 192.168.178.34:8266
[14:13:45][C][ota:097]:   Using Password.
[14:13:45][C][api:138]: API Server:
[14:13:45][C][api:139]:   Address: 192.168.178.34:6053
[14:13:45][C][api:141]:   Using noise encryption: YES
[14:13:46][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:46][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:46][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:46][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:47][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:47][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:47][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:47][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:47][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:47][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:47][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:47][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:48][D][scd30:181]: Got CO2=484.72ppm temperature=20.67°C humidity=39.31%
[14:13:49][D][sensor:126]: 'CO2': Sending state 484.72415 ppm with 1 decimals of accuracy
[14:13:49][D][sensor:126]: 'Temperature': Sending state 20.67479 °C with 2 decimals of accuracy
[14:13:49][D][sensor:126]: 'Humidity': Sending state 39.31144 % with 1 decimals of accuracy
[14:13:49][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:49][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:49][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:49][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:49][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:49][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:49][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:49][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:50][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:50][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:50][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:50][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:51][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:51][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:51][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:51][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:52][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:13:52][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:52][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:52][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:53][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:13:53][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:53][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:53][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:53][D][scd30:181]: Got CO2=485.57ppm temperature=20.66°C humidity=39.36%
[14:13:53][D][sensor:126]: 'CO2': Sending state 485.57407 ppm with 1 decimals of accuracy
[14:13:53][D][sensor:126]: 'Temperature': Sending state 20.65877 °C with 2 decimals of accuracy
[14:13:53][D][sensor:126]: 'Humidity': Sending state 39.35537 % with 1 decimals of accuracy
[14:13:53][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:13:53][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:53][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:53][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:54][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:13:54][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:54][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:54][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:55][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:13:55][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:55][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:55][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:56][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:13:56][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:56][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:56][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:13:57][D][pmsx003:234]: Got PM1.0 Concentration: 0 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:57][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 0.00000 µg/m³ with 0 decimals of accuracy
[14:13:57][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:57][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:58][D][pmsx003:234]: Got PM1.0 Concentration: 0 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:58][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 0.00000 µg/m³ with 0 decimals of accuracy
[14:13:58][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:58][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:58][D][scd30:181]: Got CO2=485.57ppm temperature=20.69°C humidity=39.33%
[14:13:58][D][sensor:126]: 'CO2': Sending state 485.57489 ppm with 1 decimals of accuracy
[14:13:58][D][sensor:126]: 'Temperature': Sending state 20.68814 °C with 2 decimals of accuracy
[14:13:58][D][sensor:126]: 'Humidity': Sending state 39.32948 % with 1 decimals of accuracy
[14:13:59][D][pmsx003:234]: Got PM1.0 Concentration: 0 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:59][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 0.00000 µg/m³ with 0 decimals of accuracy
[14:13:59][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:59][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:59][D][pmsx003:234]: Got PM1.0 Concentration: 0 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:13:59][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 0.00000 µg/m³ with 0 decimals of accuracy
[14:13:59][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:13:59][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:00][D][pmsx003:234]: Got PM1.0 Concentration: 0 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:14:00][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 0.00000 µg/m³ with 0 decimals of accuracy
[14:14:00][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:00][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:01][D][pmsx003:234]: Got PM1.0 Concentration: 0 µg/m^3, PM2.5 Concentration 1 µg/m^3, PM10.0 Concentration: 1 µg/m^3
[14:14:01][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 0.00000 µg/m³ with 0 decimals of accuracy
[14:14:01][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:01][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:02][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:02][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:02][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:02][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:03][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:03][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:03][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:03][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:03][D][scd30:181]: Got CO2=485.31ppm temperature=20.67°C humidity=39.30%
[14:14:03][D][sensor:126]: 'CO2': Sending state 485.30563 ppm with 1 decimals of accuracy
[14:14:03][D][sensor:126]: 'Temperature': Sending state 20.67479 °C with 2 decimals of accuracy
[14:14:03][D][sensor:126]: 'Humidity': Sending state 39.29639 % with 1 decimals of accuracy
[14:14:04][D][switch:017]: 'Start measuring' Turning OFF.
[14:14:04][D][switch:056]: 'Start measuring': Sending state OFF
[14:14:04][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:04][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:04][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:04][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:05][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:06][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:06][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:06][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:06][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:07][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:07][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:07][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:07][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:08][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:08][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:08][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:08][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:08][D][scd30:181]: Got CO2=485.91ppm temperature=20.70°C humidity=39.33%
[14:14:08][D][sensor:126]: 'CO2': Sending state 485.90842 ppm with 1 decimals of accuracy
[14:14:08][D][sensor:126]: 'Temperature': Sending state 20.70149 °C with 2 decimals of accuracy
[14:14:08][D][sensor:126]: 'Humidity': Sending state 39.32911 % with 1 decimals of accuracy
[14:14:09][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:09][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:09][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:09][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:10][D][pmsx003:234]: Got PM1.0 Concentration: 1 µg/m^3, PM2.5 Concentration 2 µg/m^3, PM10.0 Concentration: 2 µg/m^3
[14:14:10][D][sensor:126]: 'Fein Partikel <1.0µm: ': Sending state 1.00000 µg/m³ with 0 decimals of accuracy
[14:14:10][D][sensor:126]: 'Fein Partikel <2.5µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy
[14:14:10][D][sensor:126]: 'Fein Partikel <10.0µm: ': Sending state 2.00000 µg/m³ with 0 decimals of accuracy

You say identical, but you have to distinguish between them. You should use the new friendly name.

Everything below captive_portal is copied…rest above of course like api key, static ip, name and such are different

Ok…thx to all…i figured it out…
Had to restart the complete machine and not just the HASS