eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 787 forks source link

[Homematic] Thing channel config results in ERROR on system startup #6822

Open itn3rd77 opened 5 years ago

itn3rd77 commented 5 years ago

When defining a channel config on a Thing inside homematic.things

Thing HmIP-STHD                         000E9569A23B32      "Temperatur-/Luftfeuchtesensor Wohnzimmer" @ "Living room" {
    Channels:
        Type HmIP-STHD_1_SET_POINT_TEMPERATURE : 1#SET_POINT_TEMPERATURE [
                    delay = 0,
                    receiveDelay = 3
        ]
    }

the following ERROR is logged during startup.

2019-01-08 13:33:09.555 [ERROR] [.thing.internal.GenericThingProvider] - Channel type homematic:HmIP-STHD_1_SET_POINT_TEMPERATURE could not be resolved.
2019-01-08 13:33:11.380 [INFO ] [ternal.communicator.client.RpcClient] - Interface 'WIRED' on gateway 'raspberrymatic' not available, disabling support
2019-01-08 13:33:11.422 [INFO ] [ternal.communicator.client.RpcClient] - Interface 'GROUP' on gateway 'raspberrymatic' not available, disabling support
2019-01-08 13:33:11.548 [INFO ] [ommunicator.AbstractHomematicGateway] - HmGatewayInfo[id=CCU,type=CCU2,firmware=3.41.11.20181222,address=PEQ0533709,rf=true,wired=false,hmip=true,cuxd=true,group=false]

It seems reasonable from my point of view as the Homematic gateway is detected later on. Nevertheless the channel config seems to been applied according to Paper UI.

image