Thanks for your answer!
One thing at a time…
When I try to run a scan, I get the following error:
2024-06-10 10:03:23.971 [DEBUG] [govee.internal.GoveeDiscoveryService] - starting Scan
2024-06-10 10:03:23.972 [DEBUG] [govee.internal.GoveeDiscoveryService] - Discovering Govee devices on name:ens18 (ens18) ...
2024-06-10 10:03:23.973 [WARN ] [.govee.internal.CommunicationManager] - exception when receiving status packet
java.net.SocketException: Socket closed
at sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:252) ~[?:?]
at java.net.DatagramSocket.receive(DatagramSocket.java:700) ~[?:?]
at org.openhab.binding.govee.internal.CommunicationManager$StatusReceiver.run(CommunicationManager.java:202) [bundleFile:?]
Caused by: java.nio.channels.AsynchronousCloseException
at sun.nio.ch.DatagramChannelImpl.endRead(DatagramChannelImpl.java:523) ~[?:?]
at sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(DatagramChannelImpl.java:677) ~[?:?]
at sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:635) ~[?:?]
at sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240) ~[?:?]
... 2 more
2024-06-10 10:03:23.974 [DEBUG] [govee.internal.GoveeDiscoveryService] - Discovery with IO exception: Invalid argument
2024-06-10 10:03:23.974 [TRACE] [govee.internal.GoveeDiscoveryService] - After try
As I said, both lights can be controlled, I just don’t get a current status back. If the scan works, you can include the H6072 in the documentation, but at the moment I can’t really confirm it…
I have also checked that the ports are not blocked.
All devices are in the same LAN, no VLAN, no Docker. openHAB (4.1.3) is running in a vm on Proxmox…
The error reads very similar to this one:
Govee binding - exception when receiving status packet - Off-Topic - openHAB Community