Google Home Integration with OpenHAB Devices

I’m excited to share my journey with integrating Google Home with my OpenHAB devices! :tada: After some trial and error, I managed to get most of my devices working seamlessly with Google Assistant. However, I stumbled upon an interesting issue with my Qubino shutters that I thought might be worth discussing here. :blush:

I set up my roller shutter with the following item configuration in OpenHAB:
java
Rollershutter F2_Slaapkamer_Shutter “Slaapkamer Shutter” (F1_gBlinds) {channel=“zwave:qubino_zmnhcd_00_000:zcontroller:node50:blinds_control”, ga=“Shutter” [ inverted=true ]}

When I ask Google to close the shutter, it works perfectly. But when I command it to open, Google confirms it’s opening, I hear the Qubino clicking, but OpenHAB logs show it received a ‘close’ command instead. :thinking: Adding the inverted=true parameter didn’t fully resolve the issue—it just swapped the problem to the ‘open’ command acting like ‘close’.

I’m curious if anyone else has encountered this or has a workaround. Maybe there’s a setting I’m missing in the channel configuration or a different way to invert the commands? Any insights would be greatly appreciated! :pray:

In the meantime, I’ll keep experimenting and document my findings. Happy to share any progress or solutions I come across. Let’s keep the smart home magic flowing! :sparkles: