-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blinds with Google #140
Comments
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? |
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. |
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.
The text was updated successfully, but these errors were encountered: