hi guys,
I’m trying to use the goove lan-api to control my H6046 lightbars. I want to configure the lightbars using things/items file (because I configured everything via things/items).
I tried a lot of things and currently have this:
things:
Bridge govee:govee-light:local [
hostname="kip-govee-lightbars",
macAddress="...",
model="H6046"
] {
Thing system kip-govee-lightbars [] {
Channels:
Type switch : color []
}
}
items:
Switch Govee_LightBars_Power
"Power"
{ channel="govee:govee-light:local:kip-govee-lightbars:color" }
But this doesnt work … I get this error:
2025-02-20 19:57:33.017 [WARN ] [.govee.internal.CommunicationManager] - thing Handler for 10.0.4.68 couldn't be found.
2025-02-20 19:57:35.002 [DEBUG] [.binding.govee.internal.GoveeHandler] - trigger Refresh Status of device Govee Light
2025-02-20 19:57:35.003 [TRACE] [.govee.internal.CommunicationManager] - Sending {"msg":{"cmd":"devStatus","data":{}}} to kip-govee-lightbars
2025-02-20 19:57:35.014 [TRACE] [.govee.internal.CommunicationManager] - Response from 10.0.4.68 = {"msg":{"cmd":"devStatus","data":{"onOff":1,"brightness":100,"color":{"r":255,"g":255,"b":255},"colorTemInKelvin":4300}}}
Has anyone an idea what I’m doing wrong?