-
Platform information:
- Hardware: CPUArchitecture/RAM/storage
- OS: WIN11
- Java Runtime Environment: Zulu 21.0.10
- openHAB version: 5.1.1
-
Issue of the topic: I have 8 Tuya Smart Plugs - ± Every min they throw a warning:
Could not update channel ‘fault’ of thing ‘tuya:tuyaDevice:xxx’ with value ‘0.0’. Datatype incompatible. -
The Plugs seem to work fine an all other items are updated.
-
In VS the “Fault“ item is visible, but no item has been defined. (When I define an item for this it stays UNDEF)
-
In the main ui, in the channels, the fault channel only shows when advanced is selected
-
In the main ui, in the code the fault channel is defined like this:
fault:
type: uqehhcrmk5depvtl_fault
config:
dp: 26
- If logs where generated please post these here using code fences:
2026-01-22 17:48:10.336 \[WARN \] \[org.openhab.binding.tuya.internal.handler.TuyaDeviceHandler \] - Could not update channel ‘fault’ of thing ‘tuya:tuyaDevice:...fra2’ with value ‘0.0’. Datatype incompatible.
2026-01-22 17:48:12.489 \[WARN \] \[org.openhab.binding.tuya.internal.handler.TuyaDeviceHandler \] - Could not update channel ‘fault’ of thing ‘tuya:tuyaDevice:...fra2’ with value ‘0.0’. Datatype incompatible.
2026-01-22 17:48:14.566 \[WARN \] \[org.openhab.binding.tuya.internal.handler.TuyaDeviceHandler \] - Could not update channel ‘fault’ of thing ‘tuya:tuyaDevice:...hswc’ with value ‘0.0’. Datatype incompatible.
2026-01-22 17:48:18.667 \[WARN \] \[org.openhab.binding.tuya.internal.handler.TuyaDeviceHandler \] - Could not update channel ‘fault’ of thing ‘tuya:tuyaDevice:...ud9u’ with value ‘0.0’. Datatype incompatible.
Anyone an idea how i can solve this?
