Is it possible for Nora to check with google which devices were turned on when I deploy a flow?
At the moment everythin is turned off after each deploy.
This sometimes is troublesome, since the node does not send a command to turn off if it is (thinks) off.
So maybe you can add an option in the nodes to also send the on off command if the state is already on/off. With this you wouldnt do a on off after each deploy.
I think you should update the state in the nora nodes on each flow start. Otherwise you will have discrepancies between the real state and the state in google home.
If you use MQTT, you can retain the last state message so when the flow restarts and subscribes it will get the last known state immediately (that is if you also don't restart the broker in the meantime).
The way I do it, my nodes (that represent the real devices) query the real devices and send their state on each startup. This always ensures (regardless of what I restart) that all the states are synced.
Hi Guys, Small problem, Had about 6 devices running no problem foe 4 week. Added a seventh today but is didn't show up in device list. So after trying a few thing decided to unlink Nora in the google home app however now it had disappeared from the Works with Google list and I cant put it back. I have try a heap of things but still nothing.
Jason
I see you're still added as a Viewer to the project. Have you tried accessing the link I sent you in the PM? (that link enables the action to be visible in your Google Home)
I hate doing this like this, as I think it is highly inefficient and maybe annoying to @andrei-tatar but I have no other way of contacting him with a PM message....
Can I also be added? stratosgear at google mail com (slightly obfuscated)
@andrei-tatar Hi I'm unable to send you PM. I don't see an option in your profile. Maybe my account on forum is not fully activated. Can I ask to send me link. My email: sebastian.murawski@gmail.com
In order to be able to link NORA to your Google Home, send me a PM with the gmail address you use with your Google Home and I will add it to the "Testers" list.
Hi Andrei
It seems new users or users with no previous posts are not allowed to PM other forum members.
I would be interested in testing NORA as well.
Please add me to the testers list.
No. In order to be able to link NORA to your Google Home, send me a PM with the gmail address you use with your Google Home and I will add it to the "Testers" list.
It's not yet certified by Google to be public. It seems it's taking them a while...
Since the service is now live and publicly available, I removed everyone from the testers list. If you experience any trouble try to unlink and link back the service. If you still have problems, let me know.
The plan going further is to add new devices as there is interest for them and I have time.
@andrei-tatar
I just noticed that nora throws a socket connection error: user already connected if I try to use one username in two different Node-RED instances. Is there a way to get around this? I would like to use the same google profile to control multiple RPis running in different locations.
Is there any way right now to purge a token already associated to the profile and generate a new one?
Also, is there any change in deployment procedure after the service going live?
Thanks!
P.s. Let me know if you need any logs for debugging.