-
Notifications
You must be signed in to change notification settings - Fork 199
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
Having to often repeat command #717
Comments
Since you were running two bridges did you go into your Alexa app and check for and remove the extra TV and other devices it maybe seeing? |
seems like this issue got forgotten #671 |
@tuicemen ...I did go through and made sure Alexa "forgot" all the devices that were attached to the removed HABridge. Those devices were marked in the Alexa app as "Offline". I am running only single instances of my devices. |
@lemrock So, you had devices show offline before you did a forget and discover? |
@bwssytems... Alexa app showed devices offline after I removed the second HABridge. That made sense to me because they were removed with the HABridge. Then I forgot all the offine devices and then discovered. Maybe this can help in troubleshooting. The repeat of commands when it happens is with any device that "On-Dims-Off". It doesn't seem to happen on "On-Off" devices. Also If I say Alexa "Turn on Lights 100 percent" it works everytime, but if I say Alexa "Turn on Lights" it will most likely say OK but nothing happens until I say it again. |
could you send me your device.db please |
Try forget all then rediscover. |
@tuicemen ..I did forget everything and rediscovered and the problem was still there. @bwssytems ...my device.db file is attached. |
So I assume you are trying to turn on "Living Room TV" and it is a harmony device. Does this happen with all Harmony devices? Does this happen with your Vera? |
None of my Harmony devices are affected by the issue I described. I control Harmony through the Vera via Scenes and the Harmony Hub via the Alexa HArmony Skill. Devices that are affected are anything that has Dim control. That is obviously lights and I have Vents that have position (Dim) control. My shade shave a position (Dim) control but that function has never worked. |
Well, that is more specific. |
@lemrock What version are you running? Also, I see that your device.db has not been updated recently. Hit the renumber devices button on the config page and then have alexa forget and discover your devices. |
I have a similar issue. |
@bwssytems ...I am running your version 4.5.6. I also did what you suggested (renumber, forget, discover) and the issue is still there. I see that JJAZ reported a similar issue (DIM devices). |
You'll need to turn on debug for me https://github.com/bwssytems/ha-bridge#the-logs-tab and post your log. |
Turned on Debug for the Huemulator. In this log you should see the issue I described for 2 devices Ceiling Lights 2 and Entryway Lights. Ask to turn on but doesn't, ask a second time and it does. Problem only appears for devices that DIm. |
Well, ha-bridge is calling your vera without error for the 2 calls to each device that you are requesting. My only concern is that in the startup of your bridge, there is a network error for multicast upnp. That may be an issue of network setup with your machine you run the ha-bridge on. |
I'm running the habridge on a Raspberry Pi 2 and over wifi. Any suggestions about what I could look at and is there another DEBUG parameter I could turn on. |
Unfortunately, it is not ha-bridge debug related. It is your Pi 2 network config. The issue is from an error when trying to reply to the multicast request. That may or may not have any effect on your issue. |
Any update on this? |
No update. I’ve done everything recommended but I still have to ask Alexa twice before any command is executed. I’ve just decided to live with it. The clue i think to solve this is it only happens on devices with dim control.
…Sent from my iPhone
On Oct 19, 2017, at 9:17 AM, BWS Systems ***@***.***> wrote:
Any update on this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hopefully the new http handling in 5.0.0 will make this a non issue. |
I think I've seen this issue before in the past. I have to repeat a command before it actually gets executed. I will say Alexa, Turn on TV..it'll say OK but then nothing happens. If I say it again then it works. This happens more often than not. When I had this issue before I was running two HABridges and was told to kill one and that would solve my problem. That didn't work. Any ideas?
The text was updated successfully, but these errors were encountered: