Google Home integration issues

Hi,
I’m trying to get google home to work with all(most) of my openhab devices. But I am stumbling on an issue with the shutters.
I have created the following item:
Rollershutter F2_Slaapkamer_Shutter "Slaapkamer Shutter" <blinds> (F1_gBlinds) {channel="zwave:qubino_zmnhcd_00_000:zcontroller:node50:blinds_control", ga="Shutter" [ inverted=true ]}

But when I ask google to close the shutter it closes the shutter as expected, but when I ask to open the shutter Google says it’s opening the shutter I hear the Qubino clicking but when I check the login from Openhab it gets the command to close the shutter. When I place the command invert in the item file it does the something only with UP instead of Down.

I hope I overlooked something.

Regards

Check the proper syntax for Item
You must enter [‘shutter’] before the channel {}

You don’t need to tag your item just meta data will do

What version of openHAB are you running?

Can you show what happens in your log when you ask it to open when it is closed?

Hi,

I noticed that somewhere the commands aren’t translated well I guess. Apparently, it does not recognize the command UP (in dutch) only Down:

Command Shutter >UP<

2020-10-11 10:38:29.737 [ome.event.ItemCommandEvent] - Item ‘F2_Slaapkamer_Shutter’ received command DOWN
2020-10-11 10:38:29.738 [nt.ItemStatePredictedEvent] - F2_Slaapkamer_Shutter predicted to become DOWN

Command Shutter >Down<

2020-10-11 10:39:08.307 [ome.event.ItemCommandEvent] - Item ‘F2_Slaapkamer_Shutter’ received command DOWN
2020-10-11 10:39:08.307 [nt.ItemStatePredictedEvent] - F2_Slaapkamer_Shutter predicted to become DOWN

Command Shutter >Open<

2020-10-11 10:39:43.175 [ome.event.ItemCommandEvent] - Item ‘F2_Slaapkamer_Shutter’ received command UP
2020-10-11 10:39:43.175 [nt.ItemStatePredictedEvent] - F2_Slaapkamer_Shutter predicted to become UP

Command Shutter >Close<

2020-10-11 10:40:09.452 [ome.event.ItemCommandEvent] - Item ‘F2_Slaapkamer_Shutter’ received command DOWN
2020-10-11 10:40:09.453 [nt.ItemStatePredictedEvent] - F2_Slaapkamer_Shutter predicted to become DOWN

Is this a bug or is google translating this wrong?

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.