Trouble with serial port configuration on RPi4 for ComfoAir binding

Hello all,
I’m struggling to get the ComfoAir2 connected to my Raspi with RS232. The system was up and running with OH2.5 which I destroyed accidentally - good time to switch to OH3.1. So I could not check my old config but the HW should be fine.

Used system:

  • Hardware: Raspberry Pi4 with RS232 extention on GPIO14/15
  • OS: latest openHABian
  • Java Runtime Environment: Zulu Embedded OpenJDK Java 11 (I did not change)
  • openHAB version: 3.1

During system setup I choose in
Openhab-config30 System Settings35 Serial port
Options 1 Disable serial console + 2 move Bluetooth to mini UART.
From the Binding description I did also sudo usermod -a -G dialout openhab but this was IMHO already done by the Openhab-config.

My Thing definition of the binding is like this: I tried also ttyS0 but also without success.

Thing comfoair:comfoair:myComfoAir "ComfoAir" [serialPort="/dev/ttyAMA0", refreshInterval="60"]

This are my items but I don’t think, that’s the root cause:

Switch comfoairPulsLueften "Lüftung pulslüften" {channel="knx:device:bridge:Virtuell:Lueftung_Pulslueften"}
// Number comfoairisEWT "EWT Installed" {channel="comfoair:comfoair:myComfoAir:options#isEWT"} 

// // Binding Control
Switch comfoairActivate "Steuerung" <computer>  (gMapDB) // {channel="comfoair:comfoair:myComfoAir:bindingControl#activate"}  // Activate (control through openHAB) or deactivate (return control to CCEase) binding control Read only: false
// // Ventilation Values
Number comfoairFanLevel "Lüfterstufe" <chart> (gMapDB, gOHDBChange) {channel="comfoair:comfoair:myComfoAir:ventilation#fanLevel"}  // Fan level Read only: false
Number comfoairFanOut0 "Lüfter Abluft Level 0 (away) [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut0"}  // Fan level 0 performance (%) of outgoing fan Read only: true
Number comfoairFanOut1 "Lüfter Abluft Level 1 [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut1"}  // Fan level 1 performance (%) of outgoing fan Read only: true
Number comfoairFanOut2 "Lüfter Abluft Level 2 [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut2"}  // Fan level 2 performance (%) of outgoing fan Read only: true
Number comfoairFanOut3 "Lüfter Abluft Level 3 [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanOut3"}  // Fan level 3 performance (%) of outgoing fan Read only: true
Number comfoairFanIn0 "Lüfter Zuluft Level 0 (away) [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn0"}  // Fan level 0 performance (%) of incoming fan Read only: true
Number comfoairFanIn1 "Lüfter Zuluft Level 1 [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn1"}  // Fan level 1 performance (%) of incoming fan Read only: true
Number comfoairFanIn2 "Lüfter Zuluft Level 2 [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn2"}  // Fan level 2 performance (%) of incoming fan Read only: true
Number comfoairFanIn3 "Lüfter Zuluft Level 3 [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanIn3"}  // Fan level 3 performance (%) of incoming fan Read only: true
Number comfoairFanInPercent "Lüfter Zuluft [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanInPercent"}  // Current relative speed (%) of incoming fan Read only: true
Number comfoairFanOutPercent "Lüfter Abluft [%d %%]" {channel="comfoair:comfoair:myComfoAir:ventilation#fanOutPercent"}  // Current relative speed (%) of outgoing fan Read only: true
Number comfoairFanInRPM "Lüfter Zuluft (rpm)" {channel="comfoair:comfoair:myComfoAir:ventilation#fanInRPM"}  // Current absolute speed (rpm) of incoming fan Read only: true
Number comfoairFanOutRPM "Lüfter Abluft (rpm)" {channel="comfoair:comfoair:myComfoAir:ventilation#fanOutRPM"}  // Current absolute speed (rpm) of outgoing fan Read only: true
// // Temperature Values
Number:Temperature comfoairTargetTemperature "Komforttemperatur [%.1f °C]" <temperature> (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:temperatures#targetTemperature"}  // Target (comfort) temperature Read only: false
Number:Temperature comfoairOutdoorTemperatureIn "Außenluft [%.1f °C]" <temperature> (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:temperatures#outdoorTemperatureIn"}  // Intake air temperature (outside) Read only: true
Number:Temperature comfoairOutdoorTemperatureOut "Fortluft [%.1f °C]" <temperature> (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:temperatures#outdoorTemperatureOut"}  // Outlet air temperature (outside) Read only: true
Number:Temperature comfoairIndoorTemperatureIn "Zuluft [%.1f °C]" <temperature> (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:temperatures#indoorTemperatureIn"}  // Inlet air temperature (inside) Read only: true
Number:Temperature comfoairIndoorTemperatureOut "Abluft [%.1f °C]" <temperature> (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:temperatures#indoorTemperatureOut"}  // Uptake air temperature (inside) Read only: true


// Switch comfoairIsT1Sensor "Sensor T1 Available" {channel="comfoair:comfoair:myComfoAir:temperatures#isT1Sensor"}  // Availability of temperature sensor T1 (outdoor in) Read only: true
// Switch comfoairIsT2Sensor "Sensor T2 Available" {channel="comfoair:comfoair:myComfoAir:temperatures#isT2Sensor"}  // Availability of temperature sensor T2 (indoor in) Read only: true
// Switch comfoairIsT3Sensor "Sensor T3 Available" {channel="comfoair:comfoair:myComfoAir:temperatures#isT3Sensor"}  // Availability of temperature sensor T3 (indoor out) Read only: true
// Switch comfoairIsT4Sensor "Sensor T4 Available" {channel="comfoair:comfoair:myComfoAir:temperatures#isT4Sensor"}  // Availability of temperature sensor T4 (outdoor out) Read only: true

Switch comfoairIsEWTSensor "EWT Sensor Available" {channel="comfoair:comfoair:myComfoAir:temperatures#isewtSensor"}  // Availability of EWT temperature sensor Read only: true
Switch comfoairIsHeaterSensor "Heater Sensor Available" {channel="comfoair:comfoair:myComfoAir:temperatures#isHeaterSensor"}  // Availability of heater temperature sensor Read only: true
Switch comfoairIsCookerhoodSensor "Cookerhood Sensor Available" {channel="comfoair:comfoair:myComfoAir:temperatures#isCookerhoodSensor"}  // Availability of cookerhood temperature sensor Read only: true
Number:Temperature comfoairEwtTemperature "Temperatur EWT [%.1f °C]" <temperature> (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:temperatures#ewtTemperature"}  // Temperature of geothermal heat exchanger sensor Read only: true
Number:Temperature comfoairHeaterTemperature "Heater Temperature" {channel="comfoair:comfoair:myComfoAir:temperatures#heaterTemperature"}  // Temperature of heater sensor Read only: true
Number:Temperature comfoairCookerhoodTemperature "Cookerhood Temperature" {channel="comfoair:comfoair:myComfoAir:temperatures#cookerhoodTemperature"}  // Temperature of cookerhood sensor Read only: true
// Uptimes
Number:Time comfoairLevel0Time "Level 0 duration" {channel="comfoair:comfoair:myComfoAir:times#level0Time"}  // Uptime at level 0 (away) Read only: true
Number:Time comfoairLevel1Time "Level 1 duration" {channel="comfoair:comfoair:myComfoAir:times#level1Time"}  // Uptime at level 1 Read only: true
Number:Time comfoairLevel2Time "Level 2 duration" {channel="comfoair:comfoair:myComfoAir:times#level2Time"}  // Uptime at level 2 Read only: true
Number:Time comfoairLevel3Time "Level 3 duration" {channel="comfoair:comfoair:myComfoAir:times#level3Time"}  // Uptime at level 3 Read only: true
Number:Time comfoairFreezeTime "Antifrost Duration" {channel="comfoair:comfoair:myComfoAir:times#freezeTime"}  // Uptime of antifrost Read only: true
Number:Time comfoairPreheaterTime "Preheater Duration" {channel="comfoair:comfoair:myComfoAir:times#preheaterTime"}  // Uptime of preheater Read only: true
Number:Time comfoairBypassTime "Bypass Duration" {channel="comfoair:comfoair:myComfoAir:times#bypassTime"}  // Hours of bypass open Read only: true
Number:Time comfoairFilterHours "Filter Duration" {channel="comfoair:comfoair:myComfoAir:times#filterHours"}  // Uptime of the filter Read only: true

// Menu P1: Control States
Switch comfoairMenu20Mode "Menu 20 Mode (P10)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu20Mode"}  // State of menu 20 mode (P10) Read only: true
Switch comfoairMenu21Mode "Menu 21 Mode (P11)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu21Mode"}  // State of menu 21 mode (P11) Read only: true
Switch comfoairMenu22Mode "Menu 22 Mode (P12)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu22Mode"}  // State of menu 22 mode (P12) Read only: true
Switch comfoairMenu23Mode "Menu 23 Mode (P13)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu23Mode"}  // State of menu 23 mode (P13) Read only: true
Switch comfoairMenu24Mode "Menu 24 Mode (P14)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu24Mode"}  // State of menu 24 mode (P14) Read only: true
Switch comfoairMenu25Mode "Menu 25 Mode (P15)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu25Mode"}  // State of menu 25 mode (P15) Read only: true
Switch comfoairMenu26Mode "Menu 26 Mode (P16)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu26Mode"}  // State of menu 26 mode (P16) Read only: true
Switch comfoairMenu27Mode "Menu 27 Mode (P17)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu27Mode"}  // State of menu 27 mode (P17) Read only: true
Switch comfoairMenu28Mode "Menu 28 Mode (P18)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu28Mode"}  // State of menu 28 mode (P18) Read only: true
Switch comfoairMenu29Mode "Menu 29 Mode (P19)" {channel="comfoair:comfoair:myComfoAir:menuP1#menu29Mode"}  // State of menu 29 mode (P19) Read only: true

// Menu P2: Delay Settings
// Number comfoairCookerhoodDelay "Menu P20" {channel="comfoair:comfoair:myComfoAir:menuP2#cookerhoodDelay"}  // End delay for cooker hood control (min) Read only: false
// Number comfoairBathroomStartDelay "Menu P21" {channel="comfoair:comfoair:myComfoAir:menuP2#bathroomStartDelay"}  // Start delay for bathroom switch (min) Read only: false
// Number comfoairBathroomEndDelay "Menu P22" {channel="comfoair:comfoair:myComfoAir:menuP2#bathroomEndDelay"}  // End delay for bathroom switch (min) Read only: false
// Number comfoairL1EndDelay "Menu P23" {channel="comfoair:comfoair:myComfoAir:menuP2#L1EndDelay"}  // End delay for L1 switch (min) Read only: false
Number comfoairFilterWeeks "Menu P24" {channel="comfoair:comfoair:myComfoAir:menuP2#filterWeeks"}  // Usage period until filter pollution message (weeks) Read only: false
// Number comfoairRFShortDelay "Menu P25" {channel="comfoair:comfoair:myComfoAir:menuP2#RFShortDelay"}  // End delay (RF short actuation) for ventilation level 3 (min) Read only: false
// Number comfoairRFLongDelay "Menu P26" {channel="comfoair:comfoair:myComfoAir:menuP2#RFLongDelay"}  // End delay (RF long actuation) for ventilation level 3 (min) Read only: false
Number comfoairPulseVentilation "Menu P27" {channel="comfoair:comfoair:myComfoAir:menuP2#pulseVentilation"}  // Period for pulse ventilation (min) Read only: false

// Menu P9: Option States
// Switch comfoairChimneyState "Chimney Control State" {channel="comfoair:comfoair:myComfoAir:menuP9#chimneyState"}  // State of the chimney control Read only: true
Switch comfoairBypassState "Bypass State [%s]" (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:menuP9#bypassState"}  // State of the bypass (ON = open / OFF = closed) Read only: true
Switch comfoairEwtState "EWT State [%s]" (gOHDBChange) {channel="comfoair:comfoair:myComfoAir:menuP9#ewtState"}  // State of the EWT valve (ON = open / OFF = closed) Read only: true
// Switch comfoairHeaterState  "Heater State" {channel="comfoair:comfoair:myComfoAir:menuP9#heaterState"}  // State of the heater Read only: true
// Switch comfoairVControlState "0-10V Control State" {channel="comfoair:comfoair:myComfoAir:menuP9#vControlState"}  // State of the 0-10V control Read only: true
Switch comfoairFrostState  "Antifrost State [%s]" {channel="comfoair:comfoair:myComfoAir:menuP9#frostState"}  // State of the antifrost control Read only: true
// Switch comfoairCookerhoodState "Cookerhood State" {channel="comfoair:comfoair:myComfoAir:menuP9#cookerhoodState"}  // State of the cookerhood control Read only: true
Switch comfoairEnthalpyState "Enthalpy State" {channel="comfoair:comfoair:myComfoAir:menuP9#enthalpyState"}  // State of the enthalpy module Read only: true

// Error States
Switch comfoairFilterError "Filter Error" {channel="comfoair:comfoair:myComfoAir:errors#filterError"}  // Filter full Read only: false
String comfoairErrorMessage "Error Message" {channel="comfoair:comfoair:myComfoAir:errors#errorMessage"}  // Current errors Read only: false
String comfoairErrorACurrent "Error A Current" {channel="comfoair:comfoair:myComfoAir:errors#errorACurrent"}  // Current error A Read only: true
String comfoairErrorECurrent "Error E Current" {channel="comfoair:comfoair:myComfoAir:errors#errorECurrent"}  // Current error E Read only: true
String comfoairErrorALast "Error A Last" {channel="comfoair:comfoair:myComfoAir:errors#errorALast"}  // Last error A Read only: true
String comfoairErrorELast "Error E Last" {channel="comfoair:comfoair:myComfoAir:errors#errorELast"}  // Last error E Read only: true
String comfoairErrorAPrelast "Error A Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorAPrelast"}  // Prelast error A Read only: true
String comfoairErrorEPrelast "Error E Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorEPrelast"}  // Prelast error E Read only: true
String comfoairErrorAPrePrelast "Error A Pre-Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorAPrePrelast"}  // Pre-Prelast error A Read only: true
String comfoairErrorEPrePrelast "Error E Pre-Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorEPrePrelast"}  // Pre-Prelast error E Read only: true
String comfoairErrorEACurrent "Error EA Current" {channel="comfoair:comfoair:myComfoAir:errors#errorEACurrent"}  // Current error EA Read only: true
String comfoairErrorEALast "Error EA Last" {channel="comfoair:comfoair:myComfoAir:errors#errorEALast"}  // Last error EA Read only: true
String comfoairErrorEAPrelast "Error EA Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorEAPrelast"}  // Prelast error EA Read only: true
String comfoairErrorEAPrePrelast "Error EA Pre-Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorEAPrePrelast"}  // Pre-Prelast error EA Read only: true
String comfoairErrorAHighCurrent "Error A (high) Current" {channel="comfoair:comfoair:myComfoAir:errors#errorAHighCurrent"}  // Current error A (high) Read only: true
String comfoairErrorAHighLast "Error A (high) Last" {channel="comfoair:comfoair:myComfoAir:errors#errorAHighLast"}  // Last error A (high) Read only: true
String comfoairErrorAHighPrelast "Error A (high) Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorAHighPrelast"}  // Prelast error A (high) Read only: true
String comfoairErrorAHighPrePrelast "Error A (high) Pre-Prelast" {channel="comfoair:comfoair:myComfoAir:errors#errorAHighPrePrelast"}  // Pre-Prelast error A (high) Read only: true

// Bypass Values
Number comfoairBypassFactor "Bypass Factor" {channel="comfoair:comfoair:myComfoAir:bypass#bypassFactor"}  // Bypass factor value Read only: true
Number comfoairBypassLevel "Bypass Level" {channel="comfoair:comfoair:myComfoAir:bypass#bypassLevel"}  // Bypass level state Read only: true
Number comfoairBypassCorrection "Bypass Correction" {channel="comfoair:comfoair:myComfoAir:bypass#bypassCorrection"}  // Bypass correction state Read only: true
Switch comfoairBypassSummer "Bypass Summer Mode" {channel="comfoair:comfoair:myComfoAir:bypass#bypassSummer"}  // Bypass summer mode Read only: true

// Preheater Values
// Number comfoairPreheaterValve "Preheater Valve" {channel="comfoair:comfoair:myComfoAir:preheater#preheaterValve"}  // State of the preheater valve Read only: true
// Switch comfoairPreheaterFrostProtect "Frost Protection" {channel="comfoair:comfoair:myComfoAir:preheater#preheaterFrostProtect"}  // State of the frost protection Read only: true
// Switch comfoairPreheaterHeating "Preheater" {channel="comfoair:comfoair:myComfoAir:preheater#preheaterHeating"}  // State of the preheater Read only: true
// Number comfoairPreheaterFrostTime "Preheater Frost Time" {channel="comfoair:comfoair:myComfoAir:preheater#preheaterFrostTime"}  // Frost minutes Read only: true
// Number comfoairPreheaterSafety "Preheater Frost Safety" {channel="comfoair:comfoair:myComfoAir:preheater#preheaterSafety"}  // Frost safety setting Read only: true

// EWT Values
Number:Temperature comfoairEwtTemperatureLow "EWT Temperature (low)" {channel="comfoair:comfoair:myComfoAir:ewt#ewtTemperatureLow"}  // Lower temperature of the geothermal heat exchanger Read only: true
Number:Temperature comfoairEwtTemperatureHigh "EWT Temperature (high)" {channel="comfoair:comfoair:myComfoAir:ewt#ewtTemperatureHigh"}  // Upper temperature of the geothermal heat exchanger Read only: true
Number comfoairEwtSpeed "EWT Speed Up (%)" {channel="comfoair:comfoair:myComfoAir:ewt#ewtSpeed"}  // Speed up of the geothermal heat exchanger Read only: true

// Heater Values
// Number comfoairHeaterPower "Heater Power" {channel="comfoair:comfoair:myComfoAir:heater#heaterPower"}  // Heater power value Read only: true
// Number comfoairHeaterPowerI "Heater Power I-parameter" {channel="comfoair:comfoair:myComfoAir:heater#heaterPowerI"}  // Heater power I-parameter value Read only: true
// Number:Temperature comfoairHeaterTargetTemperature "Heater Target Temperature" {channel="comfoair:comfoair:myComfoAir:heater#heaterTargetTemperature"}  // Target temperature of the heater Read only: true

// Cookerhood Values
// Number comfoairCookerhoodSpeed "Cookerhood Speed Up (%)" {channel="comfoair:comfoair:myComfoAir:cookerhood#cookerhoodSpeed"}  // Speed up of the cookerhood Read only: true

// Enthalpy Values (Feuchtesensor in Wohnung?)
// Number:Temperature comfoairEnthalpyTemperature "Enthalpy Sensor Temperature" {channel="comfoair:comfoair:myComfoAir:enthalpy#enthalpyTemperature"}  // Temperature of the enthalpy sensor Read only: true
// Number comfoairEnthalpyHumidity "Enthalpy Sensor Humidity" {channel="comfoair:comfoair:myComfoAir:enthalpy#enthalpyHumidity"}  // Humidity of the enthalpy sensor Read only: true
// Number comfoairEnthalpyLevel "Enthalpy Sensor Level" {channel="comfoair:comfoair:myComfoAir:enthalpy#enthalpyLevel"}  // Level of the enthalpy sensor Read only: true
// Number comfoairEnthalpyTime "Enthalpy Sensor Timer" {channel="comfoair:comfoair:myComfoAir:enthalpy#enthalpyTime"}  // Timer state of the enthalpy sensor Read only: true

// Inputs
// Switch comfoairIsL1Switch "L1 Switch" {channel="comfoair:comfoair:myComfoAir:inputs#isL1Switch"}  // Availability of L1 step switch Read only: true
// Switch comfoairIsL2Switch "L2 Switch" {channel="comfoair:comfoair:myComfoAir:inputs#isL2Switch"}  // Availability of L2 step switch Read only: true
// Switch comfoairIsBathroomSwitch "Bathroom Switch" {channel="comfoair:comfoair:myComfoAir:inputs#isBathroomSwitch"}  // Availability of bathroom switch Read only: true
// Switch comfoairIsCookerhoodSwitch "Cookerhood Switch" {channel="comfoair:comfoair:myComfoAir:inputs#isCookerhoodSwitch"}  // Availability of cookerhood switch Read only: true
Switch comfoairIsExternalFilter "External Filter" {channel="comfoair:comfoair:myComfoAir:inputs#isExternalFilter"}  // Availability of external filter Read only: true
Switch comfoairIsWTW "Heat Recovery" {channel="comfoair:comfoair:myComfoAir:inputs#isWTW"}  // Availability of heat recovery (WTW) Read only: true
// Switch comfoairIsBathroom2Switch "Bathroom Switch 2" {channel="comfoair:comfoair:myComfoAir:inputs#isBathroom2Switch"}  // Availability of bathroom switch 2 (luxe) Read only: true

// Resets
Switch comfoairFilterReset "Filter Reset" {channel="comfoair:comfoair:myComfoAir:resets#filterReset"}  // Reset filter uptime Read only: false
Switch comfoairErrorReset "Error Reset" {channel="comfoair:comfoair:myComfoAir:resets#errorReset"}  // Reset errors Read only: false

// Analog Inputs
Switch comfoairIsAnalog1 "Analog Input 1 Availability" {channel="comfoair:comfoair:myComfoAir:analog#isAnalog1"}  // Availability of analog input 1 Read only: false
Switch comfoairIsAnalog2 "Analog Input 2 Availability" {channel="comfoair:comfoair:myComfoAir:analog#isAnalog2"}  // Availability of analog input 2 Read only: false
Switch comfoairIsAnalog3 "Analog Input 3 Availability" {channel="comfoair:comfoair:myComfoAir:analog#isAnalog3"}  // Availability of analog input 3 Read only: false
Switch comfoairIsAnalog4 "Analog Input 4 Availability" {channel="comfoair:comfoair:myComfoAir:analog#isAnalog4"}  // Availability of analog input 4 Read only: false
Switch comfoairIsRF "RF Input Availability" {channel="comfoair:comfoair:myComfoAir:analog#isRF"}  // Availability of RF input Read only: false
Switch comfoairAnalog1Mode "Analog Input 1 State" {channel="comfoair:comfoair:myComfoAir:analog#analog1Mode"}  // State of analog input 1 Read only: false
Switch comfoairAnalog2Mode "Analog Input 2 State" {channel="comfoair:comfoair:myComfoAir:analog#analog2Mode"}  // State of analog input 2 Read only: false
Switch comfoairAnalog3Mode "Analog Input 3 State" {channel="comfoair:comfoair:myComfoAir:analog#analog3Mode"}  // State of analog input 3 Read only: false
Switch comfoairAnalog4Mode "Analog Input 4 State" {channel="comfoair:comfoair:myComfoAir:analog#analog4Mode"}  // State of analog input 1 Read only: false
Switch comfoairRFMode "RF Input State" {channel="comfoair:comfoair:myComfoAir:analog#RFMode"}  // State of RF input Read only: false
Switch comfoairAnalog1Negative "Analog Input 1 Postive/Negative" {channel="comfoair:comfoair:myComfoAir:analog#analog1Negative"}  // Postive/Negative state of analog input 1 Read only: false
Switch comfoairAnalog2Negative "Analog Input 2 Postive/Negative" {channel="comfoair:comfoair:myComfoAir:analog#analog2Negative"}  // Postive/Negative state of analog input 2 Read only: false
Switch comfoairAnalog3Negative "Analog Input 3 Postive/Negative" {channel="comfoair:comfoair:myComfoAir:analog#analog3Negative"}  // Postive/Negative state of analog input 3 Read only: false
Switch comfoairAnalog4Negative "Analog Input 4 Postive/Negative" {channel="comfoair:comfoair:myComfoAir:analog#analog4Negative"}  // Postive/Negative state of analog input 1 Read only: false
Switch comfoairRFNegative "RF Input Postive/Negative" {channel="comfoair:comfoair:myComfoAir:analog#RFNegative"}  // Postive/Negative state of RF input Read only: false
Number:ElectricPotential comfoairAnalog1Volt "Analog Input 1 Voltage Level" {channel="comfoair:comfoair:myComfoAir:analog#analog1Volt"}  // Voltage level of analog input 1 Read only: false
Number comfoairAnalog1Min "Analog Input 1 Min" {channel="comfoair:comfoair:myComfoAir:analog#analog1Min"}  // Minimum setting for analog input 1 Read only: false
Number comfoairAnalog1Max "Analog Input 1 Max" {channel="comfoair:comfoair:myComfoAir:analog#analog1Max"}  // Maximum setting for analog input 1 Read only: false
Number comfoairAnalog1Value "Analog Input 1 Target" {channel="comfoair:comfoair:myComfoAir:analog#analog1Value"}  // Target setting for analog input 1 Read only: false
Number:ElectricPotential comfoairAnalog2Volt "Analog Input 2 Voltage Level" {channel="comfoair:comfoair:myComfoAir:analog#analog2Volt"}  // Voltage level of analog input 2 Read only: false
Number comfoairAnalog2Min "Analog Input 2 Min" {channel="comfoair:comfoair:myComfoAir:analog#analog2Min"}  // Minimum setting for analog input 2 Read only: false
Number comfoairAnalog2Max "Analog Input 2 Max" {channel="comfoair:comfoair:myComfoAir:analog#analog2Max"}  // Maximum setting for analog input 2 Read only: false
Number comfoairAnalog2Value "Analog Input 2 Target" {channel="comfoair:comfoair:myComfoAir:analog#analog2Value"}  // Target setting for analog input 2 Read only: false
Number:ElectricPotential comfoairAnalog3Volt "Analog Input 3 Voltage Level" {channel="comfoair:comfoair:myComfoAir:analog#analog3Volt"}  // Voltage level of analog input 3 Read only: false
Number comfoairAnalog3Min "Analog Input 3 Min" {channel="comfoair:comfoair:myComfoAir:analog#analog3Min"}  // Minimum setting for analog input 3 Read only: false
Number comfoairAnalog3Max "Analog Input 3 Max" {channel="comfoair:comfoair:myComfoAir:analog#analog3Max"}  // Maximum setting for analog input 3 Read only: false
Number comfoairAnalog3Value "Analog Input 3 Target" {channel="comfoair:comfoair:myComfoAir:analog#analog3Value"}  // Target setting for analog input 3 Read only: false
Number:ElectricPotential comfoairAnalog4Volt "Analog Input 4 Voltage Level" {channel="comfoair:comfoair:myComfoAir:analog#analog4Volt"}  // Voltage level of analog input 4 Read only: false
Number comfoairAnalog4Min "Analog Input 4 Min" {channel="comfoair:comfoair:myComfoAir:analog#analog4Min"}  // Minimum setting for analog input 4 Read only: false
Number comfoairAnalog4Max "Analog Input 4 Max" {channel="comfoair:comfoair:myComfoAir:analog#analog4Max"}  // Maximum setting for analog input 4 Read only: false
Number comfoairAnalog4Value "Analog Input 4 Target" {channel="comfoair:comfoair:myComfoAir:analog#analog4Value"}  // Target setting for analog input 4 Read only: false
Number comfoairRFMin "RF Input Min" {channel="comfoair:comfoair:myComfoAir:analog#RFMin"}  // Minimum setting for RF input Read only: false
Number comfoairRFMax "RF Input Max" {channel="comfoair:comfoair:myComfoAir:analog#RFMax"}  // Maximum setting for RF input Read only: false
Number comfoairRFValue "RF Input Target" {channel="comfoair:comfoair:myComfoAir:analog#RFValue"}  // Target setting for RF input Read only: false

In the log I only get:

[INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'comfoair:comfoair:myComfoAir' changed from UNKNOWN to OFFLINE (COMMUNICATION_ERROR): No such Port: /dev/ttyAMA0

Meanwhile I have read a lot about disabling Bluetooth, devicetrees and other stuff which lead to even more confusion. I tried dtoverlay=disable-bt and sudo systemctl disable hciuart without improvement.

In /boot/config.txt I added this lines:

enable_uart=1
core_freq=250
dtoverlay=disable-bt

Meanwhile I tried various combinations without success. Is there any expert around who can help me on this issue? Doing a completely new setup would be no issue to start on a stable basis.

Any help would be appreciated.

What does the output of command sudo dmesg show ? It should give a hint about detected hardware and may give a clue about your current configuration.

Thanks for your answer. This is the output of dmesg - quite a lot of stuff:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.52-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1440 SMP Tue Jul 27 09:55:21 BST 2021
[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000000ec00000, size 512 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x0000000030000000-0x00000000fbffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003e5fffff]
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
[    0.000000] On node 0 totalpages: 1025536
[    0.000000]   DMA zone: 1728 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 196608 pages, LIFO batch:63
[    0.000000]   HighMem zone: 828928 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s50764 r8192 d22964 u81920
[    0.000000] pcpu-alloc: s50764 r8192 d22964 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1023808
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:45:AB:FB vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=d17ab54e-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[    0.000000] Kernel parameter elevator= does not have any effect anymore.
               Please use sysfs to set IO scheduler for individual devices.
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x0000000008890000-0x000000000c890000] (64MB)
[    0.000000] Memory: 3454872K/4102144K available (10240K kernel code, 1364K rwdata, 3188K rodata, 2048K init, 891K bss, 122984K reserved, 524288K cma-reserved, 3315712K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 34303 entries in 67 pages
[    0.000000] ftrace: allocated 67 pages with 3 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
[    0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000036] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000099] bcm2835: system timer (irq = 25)
[    0.000750] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000772] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000793] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000811] Switching to timer-based delay loop, resolution 18ns
[    0.001068] Console: colour dummy device 80x30
[    0.001813] printk: console [tty1] enabled
[    0.001882] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.001936] pid_max: default: 32768 minimum: 301
[    0.002111] LSM: Security Framework initializing
[    0.002311] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002357] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003829] cgroup: Disabling memory control group subsystem
[    0.004076] CPU: Testing write buffer coherency: ok
[    0.004552] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005788] Setting up static identity map for 0x200000 - 0x20003c
[    0.006005] rcu: Hierarchical SRCU implementation.
[    0.006954] smp: Bringing up secondary CPUs ...
[    0.008164] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.009513] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.010815] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.010973] smp: Brought up 1 node, 4 CPUs
[    0.011019] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.011049] CPU: All CPU(s) started in HYP mode.
[    0.011076] CPU: Virtualization extensions available.
[    0.011938] devtmpfs: initialized
[    0.026114] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.026370] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.026423] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.038970] pinctrl core: initialized pinctrl subsystem
[    0.040066] NET: Registered protocol family 16
[    0.043927] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.044714] audit: initializing netlink subsys (disabled)
[    0.044991] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[    0.045568] thermal_sys: Registered thermal governor 'step_wise'
[    0.046259] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.046314] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.046720] Serial: AMBA PL011 UART driver
[    0.079688] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.090900] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-07-21T16:22:01, variant start_cd
[    0.100912] raspberrypi-firmware soc:firmware: Firmware hash is 6a796bb0062a6c75191c57cba1c13f9300076d02
[    0.141479] Kprobes globally optimized
[    0.146652] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.150797] vgaarb: loaded
[    0.151308] SCSI subsystem initialized
[    0.151535] usbcore: registered new interface driver usbfs
[    0.151624] usbcore: registered new interface driver hub
[    0.151723] usbcore: registered new device driver usb
[    0.152078] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.153983] clocksource: Switched to clocksource arch_sys_counter
[    1.112045] VFS: Disk quotas dquot_6.6.0
[    1.112161] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.112338] FS-Cache: Loaded
[    1.112547] CacheFiles: Loaded
[    1.122714] NET: Registered protocol family 2
[    1.122964] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.124768] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.124928] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.125013] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.125108] TCP: Hash tables configured (established 8192 bind 8192)
[    1.125281] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.125338] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.125619] NET: Registered protocol family 1
[    1.126339] RPC: Registered named UNIX socket transport module.
[    1.126374] RPC: Registered udp transport module.
[    1.126402] RPC: Registered tcp transport module.
[    1.126430] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.126467] PCI: CLS 0 bytes, default 64
[    1.129405] Initialise system trusted keyrings
[    1.129656] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[    1.137977] zbud: loaded
[    1.140172] FS-Cache: Netfs 'nfs' registered for caching
[    1.140950] NFS: Registering the id_resolver key type
[    1.141010] Key type id_resolver registered
[    1.141039] Key type id_legacy registered
[    1.141206] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.141239] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.142275] Key type asymmetric registered
[    1.142307] Asymmetric key parser 'x509' registered
[    1.142515] bounce: pool size: 64 pages
[    1.142571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.142803] io scheduler mq-deadline registered
[    1.142833] io scheduler kyber registered
[    1.147326] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    1.147380] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    1.147481] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[    1.147590] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[    1.206090] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    1.206511] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.206549] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.206584] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[    1.206695] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    1.206953] pci 0000:00:00.0: PME# supported from D0 D3hot
[    1.210451] PCI: bus0: Fast back to back transfers disabled
[    1.210803] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    1.210947] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    1.211397] pci 0000:01:00.0: PME# supported from D0 D3cold
[    1.214887] PCI: bus1: Fast back to back transfers disabled
[    1.215000] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    1.215041] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    1.215144] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.215183] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    1.215604] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    1.215847] pcieport 0000:00:00.0: PME: Signaling with IRQ 63
[    1.221937] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.222891] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[    1.225486] iproc-rng200 fe104000.rng: hwrng registered
[    1.225812] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
[    1.226691] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    1.238858] brd: module loaded
[    1.251016] loop: module loaded
[    1.252779] Loading iSCSI transport class v2.0-870.
[    1.256121] libphy: Fixed MDIO Bus: probed
[    1.257826] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.274065] libphy: bcmgenet MII bus: probed
[    1.354151] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.355342] usbcore: registered new interface driver r8152
[    1.355427] usbcore: registered new interface driver lan78xx
[    1.355517] usbcore: registered new interface driver smsc95xx
[    1.357139] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
[    1.357318] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.357380] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.360899] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000060000000890
[    1.362238] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.362280] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.362316] usb usb1: Product: xHCI Host Controller
[    1.362346] usb usb1: Manufacturer: Linux 5.10.52-v7l+ xhci-hcd
[    1.362377] usb usb1: SerialNumber: 0000:01:00.0
[    1.363119] hub 1-0:1.0: USB hub found
[    1.363234] hub 1-0:1.0: 1 port detected
[    1.363933] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.364009] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.364055] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    1.364601] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    1.364641] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.364676] usb usb2: Product: xHCI Host Controller
[    1.364705] usb usb2: Manufacturer: Linux 5.10.52-v7l+ xhci-hcd
[    1.364735] usb usb2: SerialNumber: 0000:01:00.0
[    1.365467] hub 2-0:1.0: USB hub found
[    1.365575] hub 2-0:1.0: 4 ports detected
[    1.367306] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.367633] dwc_otg: FIQ enabled
[    1.367648] dwc_otg: NAK holdoff enabled
[    1.367663] dwc_otg: FIQ split-transaction FSM enabled
[    1.367681] Module dwc_common_port init
[    1.368134] usbcore: registered new interface driver uas
[    1.368272] usbcore: registered new interface driver usb-storage
[    1.368483] mousedev: PS/2 mouse device common for all mice
[    1.370151] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.373546] sdhci: Secure Digital Host Controller Interface driver
[    1.373580] sdhci: Copyright(c) Pierre Ossman
[    1.374330] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[    1.375001] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.379095] ledtrig-cpu: registered to indicate activity on CPUs
[    1.379441] hid: raw HID events driver (C) Jiri Kosina
[    1.379656] usbcore: registered new interface driver usbhid
[    1.379686] usbhid: USB HID core driver
[    1.385526] Initializing XFRM netlink socket
[    1.385588] NET: Registered protocol family 17
[    1.385725] Key type dns_resolver registered
[    1.386098] Registering SWP/SWPB emulation handler
[    1.386279] registered taskstats version 1
[    1.386320] Loading compiled-in X.509 certificates
[    1.387198] Key type ._fscrypt registered
[    1.387229] Key type .fscrypt registered
[    1.387257] Key type fscrypt-provisioning registered
[    1.398699] uart-pl011 fe201000.serial: there is not valid maps for state default
[    1.398977] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.399072] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[    2.648167] printk: console [ttyAMA0] enabled
[    2.660931] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[    2.670004] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 37, base_baud = 31250000) is a 16550
[    2.679932] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.688250] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.694295] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    2.730290] of_cfs_init
[    2.732886] of_cfs_init: OK
[    2.753147] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.760362] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.767576] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.773134] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    2.781232] Waiting for root device PARTUUID=d17ab54e-02...
[    2.783845] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.794076] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.804062] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.848859] random: fast init done
[    2.902973] mmc1: new high speed SDIO card at address 0001
[    2.920767] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[    2.928223] mmcblk0: mmc0:aaaa SM32G 29.7 GiB
[    2.934606]  mmcblk0: p1 p2
[    2.975242] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.983419] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    2.992884] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[    3.001148] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.008344] usb 1-1: Product: USB2.0 Hub
[    3.012511] devtmpfs: mounted
[    3.024695] Freeing unused kernel memory: 2048K
[    3.029818] Run /sbin/init as init process
[    3.031158] hub 1-1:1.0: USB hub found
[    3.033934]   with arguments:
[    3.037714]     /sbin/init
[    3.037728]   with environment:
[    3.037743]     HOME=/
[    3.037758]     TERM=linux
[    3.038035] hub 1-1:1.0: 4 ports detected
[    3.464819] systemd[1]: System time before build time, advancing clock.
[    3.568452] NET: Registered protocol family 10
[    3.574365] Segment Routing with IPv6
[    3.640745] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.663553] systemd[1]: Detected architecture arm.
[    3.747864] systemd[1]: Set hostname to <openhab>.
[    3.958591] uart-pl011 fe201000.serial: no DMA platform data
[    4.245270] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
[    4.508842] random: systemd: uninitialized urandom read (16 bytes read)
[    4.531971] random: systemd: uninitialized urandom read (16 bytes read)
[    4.542155] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    4.549453] random: systemd: uninitialized urandom read (16 bytes read)
[    4.556838] systemd[1]: Listening on Journal Audit Socket.
[    4.563298] systemd[1]: Listening on udev Kernel Socket.
[    4.569547] systemd[1]: Reached target Swap.
[    4.574572] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.584272] systemd[1]: Created slice system-getty.slice.
[    5.237062] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    5.364272] systemd-journald[121]: Received request to flush runtime journal from PID 1
[    5.373357] systemd-journald[121]: File /var/log/journal/f8dadb7198924450895920853810b74c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    5.913269] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[    5.913910] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[    5.918793] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[    5.919418] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[    5.980231] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    5.982456] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    5.982516] [vc_sm_connected_init]: start
[    5.983173] vc_sm_cma_vchi_init: failed to open VCHI service (-1)
[    5.983191] [vc_sm_connected_init]: failed to initialize shared memory service
[    5.991041] mc: Linux media interface: v0.10
[    6.029341] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    6.044338] videodev: Linux video capture interface: v2.00
[    6.045435] bcm2835_audio bcm2835_audio: card created with 8 channels
[    6.086926] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    6.087974] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    6.092893] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    6.099349] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    6.101721] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    6.109446] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    6.109589] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    6.154476] bcm2835_mmal_vchiq: Failed to open VCHI service connection (status=-1)
[    6.323565] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.442203] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.532453] brcmfmac: F1 signature read @0x18000000=0x15264345
[    6.546236] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    6.559612] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    6.560467] usbcore: registered new interface driver brcmfmac
[    6.625214] [drm] No displays found. Consider forcing hotplug if HDMI is attached
[    6.625346] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    6.628117] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[    6.828232] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    6.828352] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    6.840601] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
[    8.685847] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[    9.153073] random: crng init done
[    9.153093] random: 7 urandom warning(s) missed due to ratelimiting
[    9.337017] zram: Added device: zram0
[    9.433020] zram0: detected capacity change from 0 to 471859200
[    9.604089] Adding 460796k swap on /dev/zram0.  Priority:75 extents:1 across:460796k SSFS
[    9.824114] Adding 2097148k swap on /var/swap.  Priority:-2 extents:13 across:29384564k SSFS
[   12.139099] systemd-journald[121]: Received SIGTERM from PID 1 (systemd).
[   12.140332] systemd[1]: Stopping Journal Service...
[   12.210259] systemd[1]: systemd-journald.service: Succeeded.
[   12.212524] systemd[1]: Stopped Journal Service.
[   12.218507] systemd[1]: systemd-journald-dev-log.socket: Succeeded.
[   12.219490] systemd[1]: Closed Journal Socket (/dev/log).
[   12.220667] systemd[1]: systemd-journald.socket: Succeeded.
[   12.221570] systemd[1]: Closed Journal Socket.
[   12.222654] systemd[1]: systemd-journald-audit.socket: Succeeded.
[   12.223583] systemd[1]: Closed Journal Audit Socket.
[   12.298880] zram: Added device: zram1
[   12.339053] zram1: detected capacity change from 0 to 367001600
[   12.512115] EXT4-fs (zram1): mounted filesystem with ordered data mode. Opts: (null)
[   12.512138] ext4 filesystem being mounted at /opt/zram/zram1 supports timestamps until 2038 (0x7fffffff)
[   12.607169] systemd[1]: systemd-rfkill.service: Succeeded.
[   12.825133] zram: Added device: zram2
[   12.840205] zram2: detected capacity change from 0 to 471859200
[   13.009823] EXT4-fs (zram2): mounted filesystem with ordered data mode. Opts: (null)
[   13.009845] ext4 filesystem being mounted at /opt/zram/zram2 supports timestamps until 2038 (0x7fffffff)
[   14.981212] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 7432.296264] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 7437.570406] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

Is there the console still active on ttyAMA0? I thought, I disabled it. How can I do this?

I cant help you with your question.

What i can tell you is that using a Profilic PL2303 chipset USB/RS232 adapter works perfect and easy on my Comfoair 550.
I tried other chipsets before and did not get a connection but the profilic worked immediately on a RPI3b and on a RPI4.
Comfosense controller needs to be disconnected but you should be aware of that…

Yes, it looks like the console still is active.
Could you post the content of the file /boot/config.txt and /boot/cmdline.txt, please.
Either attach the files or copy / paste the text content - no screenshot please.

1 Like

This are the requested files and the original dmesg as file as well. In the config.txt I did some small chages marked with JuSt but it did not solve my issue.

cmdline.txt (121 Bytes)
config.txt (1.8 KB)
dmesg.txt (23.0 KB)

Yippee - it’s running!

After updating and rerunning openhabian-config ttyAMA0 is working now.
I used the same as already done before which was

openhab-config30 System Settings35 Serial port
Options 1 Disable serial console + 2 move Bluetooth to mini UART

It looks like the update did the miracle.

Many thanks to @Wolfgang_S for pushing me the right way.

1 Like