coldfire84 / node-red-alexa-home-skill-v3-web

Web Service/ API for Alexa and Google Home Node-RED Smart Home Control
https://red.cb-net.co.uk/
Apache License 2.0
51 stars 7 forks source link

Blinds with Google #140

Open andy99288 opened 3 years ago

andy99288 commented 3 years ago

I just added blinds to my system, and am having trouble getting them linked with Google. When I select a device as a blind it shows up in google home, but I don't have any control. It just shows in the settings page that it recognizes it as a blind (the control page doesn't show at all). I don't think it is accepting the "range" state.

I assume I should be sending something similar to this as a state value, which maybe would initiate it? msg = { "acknowledge":true, "payload" : { "state" : { "rangeValue": parseInt(msg.payload) } } }; return msg

I tried switching it to a fan, because that too would have on off & level, but fan isn't working either. I believe it is recognizing the "power" state correctly, but not the range again. The fan does show up with controls - but the screen just keeps flashing between responding and not responding - just a guess again, it possibly isn't getting the "Range" value but only the power.

Thanks for your help, before today this has just been working! I haven't had to monitor it at all.

andy99288 commented 3 years ago

As an update - still having issues, but I've "tricked" it to work for now.

Once I leave the "control" page I can't get back into it - it just goes straight to settings when I try to access it again. So I can't control the device with touch, but it seems to still be accepting voice commands. So it is working, but not happy.

Also, as a side note - the blinds icon on the phone in google home shows up with a gear in the upper right corner. I'm guessing that is not a part of the icon, but a notification that it isn't configured correctly?

andy99288 commented 3 years ago

Apparently my success was short lived. At some point over the past 2 days, the devices stopped responding to voice commands.

I'd put them under a different category, say a dimmer light or an outlet, but that creates other issues.

Edit: Actually, it looks like either the site is down or whatever I did upset the https://red.cb-net.co.uk/ gods and my account is locked/blocked.