@p.kaczmarek2
im missing the openbeken
build in HA info. it shows "unkown", also the
IP doesnt show up in HA. since the info is in mqtt there might be a glitch in the posted topic?
Added after 58 [minutes]:
>>21095146
@divadiow
im trying to get the rest of the dpid working. now im searching for reasonable channel types for:
"DPID 6,7,8: "phase", raw,
9: "code": "fault", "type": "bitmap",
"DPID 17,18,19": { "code": "alarm_set_1", "type": "raw",
any suggestions on what channels to use?
"DPID 2": { "code": "cur_neutral", "type": "value", this is not reasonablecause this unit has a neutral but its ONLY for self powering the unit. there you only can measure the units power consumption. this is not very usefull.
16 is "switch" but how?! this is physically simply not possible by design?!?!
maybe like so?
//phase_a
setChannelLabel 14 "L1"
setChannelType 14 OpenClosed_Inv
linkTuyaMCUOutputToChannel 6 raw 14
// breaker_id
setChannelLabel 17 " breaker_id"
setChannelType 17 ReadOnly
linkTuyaMCUOutputToChannel 19 string 17
// fault
setChannelLabel 18 "device fault"
setChannelType 18 ReadOnly
linkTuyaMCUOutputToChannel 9 bitmap 18
breaker id shows 0. also its shown as: "Channel breaker_id". channel is not a nice wording here.
for "OpenClosed_Inv" setChannelLabel 14 "L1" is NOT working. it shows "CLOSED (ch14)". Why?