-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
[v3] Beta #123
Comments
Hi, i want to test. How can i participate? |
Yes please! |
I'd love to participate. I'm in Germany, if that makes any difference. |
I am also very intested in joining the beta test! |
Same here, I'd also love to join! |
Thanks everyone!!! Can you send me your amazon/Alexa email (and github username in the email) to [email protected] ? |
As I mentioned in the description, would be great if people joining the Beta would test their existing V2 configuration first, and if that works, then move to using the V3 syntax and new features. |
I've installed the new skill and it found all my devices just fine. I particularly like that Alexa can now query the status (in fact, this is the thing I was most looking forward to with the V3 skill). Seems to work well. I'll keep playing with it for a while. I haven't tried the new tagging yet. |
@codeaholics so you were using the v2 item tags and everything is working as expected? |
Correct. That said, I don’t have loads of devices right now. Mostly switches configured as “Lighting” and dimmers. I’ll likely be getting Hue soon for some lights in our conservatory. Considering setting them up via OH, so that would allow me to test colours.
… On 10 Feb 2019, at 23:24, Dan Cunningham ***@***.***> wrote:
@codeaholics so you were using the v2 item tags and everything is working as expected?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Having said that... I can see that lights are on or off in the Alexa app now, but when I ask her "is [...] on?" she says "[...] doesn't support that". |
@codeaholics Same thing here, I assume that is because the skill doesn't have retrievable set and doesn't support reportState request (yet). @digitaldan Should we report here or open new issues for all bugs/missing features we find? |
Feel free to open a bug , I think we are advertise we support reporte state , so not sure why Alexa thinks we don’t |
Also another thing that happened to me (I don't know if this is because of the beta version though): Alexa re-discovered all things and I had to delete them from the rooms and add them again in order to say "Alexa, light on", otherwise it would just respond that the skill is currently disabled. This might be because of the beta but I am not sure and this would definitely be annoying if this happens to all users. |
Yes, I had that too |
FYi, I am off skiing this week, so I may be erratic in responding, timing is not great i know :-) |
Looks like i did not get an invitation... its the mail of my wife because that is connected to alexa. do you get a mail or is the skill active directly? |
@SamuelBrucksch did you send me a email so I can add you to the list ? I can’t seem to find it. Send me your wife’s email ( and your github username so I know who you are to ) [email protected] |
Looks like my mail was not sent... Will do it again. |
I'am running the beta version now since two days with the old tagging without any problems. It was not necessary to change anything in the configuration. The devices are remained assigned in the groups. I have Lighting and CurrentTemperature tags in use. Getting and setting values through the alexa app works fine, including to see state changed immediately in the alexa app if the device is open. Also getting the value and changing the value by voice works as expected. |
Hi, i got this message:
Looks like your mail is somehow on the spamlist of my provider...Guess i need to try another mail adress then. |
Hmm, google/gmail seems to be rejecting that, since my personal email is also google hosted, PM me on community.openhab.org , my username is digitaldan |
So its been pretty quiet around here, not sure if thats a good thing or not :-) Let me know how the skill is working so far, if all is well then I will start advertising the beta on our community site. |
Right now I am getting "The device doesn't respond" message when I am trying to do something using Alexa, on myopenhab.org it says Online though, not sure what is causing this. |
@Flole998 can you give me the item name, time, timezone and location for one of the devices that is not responding? |
@Flole998 wait, I deployed a bad config file, one sec !!! |
Working now again, thanks! |
Yep, sorry about that. |
No problem, this is still beta so everyone knows that something like this can happen at any time :) To get comment on this:
I think we should find out what's going on in #126 first, especially since this "spams" the karaf console (and by that also the log files) and produces high load on your servers aswell most likely (to pass through a bunch of requests per second). |
Thanks for the clarification. It seems things have moved on since I last looked at lock support. |
I never I did this but Alexa shows it as a lock correctly but no voice prompt. |
Is it possible to participate at the v3 beta test? I currently have a mid 2018 version of the skill up and running but for me it is not possible to upgrade to the newest version (Cannot figure out the error). Would be really cool if i could use your official service and give direct feedback. |
@Naruk-TUBK , see #123 (comment) , i just need some info from you. |
Hello. I've got an issue with my Alexa skill. I'm currently on the V3 beta, but I can't be sure if this is specifically a V3 problem. Often, when I issue a voice command to Alexa, it can take 5+ seconds before the OH Cloud connector picks up the command. To be specific:
For example, the following are the log entries when I run the routine as close as I can manually manage to 19:24:15:
|
Hi Guys, im using V3 with V2 tags for some proxy items and discovery is failing. Switch Motion_PartyMode "[MAP(motion.map):%s] Proxy to Disable/Enable Motion Sensing for all Motion Sensors" (gMotionSensors) [ "Lighting" ] Switch gAlarm "[MAP(alarm.map):%s] Proxy for switching on/off the Alarm" [ "Lighting" ] I see nothing obvious wrong with these items though. Any thoughts? Thanks |
@dastrix80 the item label on your items you listed is incorrectly formatted. The mapping definition should be at the end. Under this format, the item label is basically empty which means the relevant items will be rejected during the Alexa discovery. Additionally, I would recommend to simplify the label description as well since there are used as friendly name when calling devices via Alexa.
|
Can you provide an example?? or link me to some doco with examples? |
Thank you! ill give that a go |
@codeaholics thanks for providing all the details. Since you mentioned you are calling a routine, is the delay still present for each device part of the routine after the first action is triggered on the OH side? Do you get the same delay when interacting with a device directly or when you trigger the same routine twice in a row? |
Once the cloud connector logs the incoming POST for the first device, it normally logs the ones for the other posts within a second - still slower than I’d expect. So this could be a delay with Alexa, or it could be MyOpenHAB holding a queue internally that only gets processed periodically. I don’t know the architecture details to offer more opinion. I would imagine it would be possible to add logging to the skill lambda to track this delay down, but you’d need to be able to correlate the log entries with my actions and for me to do a test at an agreed time for it to be useful unless you can reproduce it yourself? |
To answer your other questions: If I interact with the device in, say, Paper UI then it’s near instantaneous because it’s Z-Wave, so all processed locally. If you’re asking about interactions via Alexa, which I assume you are, I’d need to check tomorrow. Ditto the question about doing the routine twice in quick succession. |
That's what I was trying to determine. One thing for sure is that, especially with the beta skill where I will assume there isn't a lot of requests compared to the official one, the Lambda function has to be cold started if no request came in for some time. This certainly adds some delay but 5 seconds seem a bit excessive to me based on my own usage.
Your requests were logged on the Lambda side but @digitaldan would need to take a look as I don't have access to them. |
All we exceeded the 90 day period for beta testing. I opened it back up, but i will need everyone's email address. You should have received an email from amazon about this, please send me a email to the address in the amazon message and i will add you back. This is also a wakeup call that we need to get the skill published! |
I haven't had any issues recently and as we maintain compatibility to the old version the new skill could be published even though the documentation might need some more improvements. Maybe instead of starting a new Beta it would be better to directly rollout the new version. |
I agree its very nearly ready to publish, but the submission process for a smart home skill can take weeks, so i'll enable the beta in the mean time. |
Sorry I have been traveling a bunch and just got back into town, and coming back to our project. I think its time to move this into production! @jsetton I want to merge our v3 branch into master and prepare for a release. Are there any outstanding issues that need to be taken care of ? I can't remember since the last time we chatted. |
@digitaldan there is actually one issue #181 that @fmeies just opened and I am currently looking into it. Other than that, I think we should be good to go on the production release. |
Awesome, I will wait for that to be resolved and then merge the v3 code into master. I'll start working on the release mechanics today and this weekend. |
Any news when v3 might go live. I'm hoping it's soon because my v3 beta access seems to be broken as my v3 items no longer work. My guess is I've reverted back to the live version somehow. Thanks |
Does anyone know how I switch back to the beta skill in the Alexa app. I'm pretty sure I'm just picking up the live version of the skill atm. I know it's linked to Gmail address so not sure why I can't get beta anymore. |
Any news on the release? It's been a month since the last lifesign. I've now set up v2 skill, but I'd love to use the new features. If v3 needs more testing, I'd sign up for beta as well. |
@jsetton @digitaldan |
Thanks to all the users that participated to this beta testing. The v3 skill is now live! |
That’s great news, thank you! Is there anything special that beta testers need to do to switch to the “release” version?
… On 14 Aug 2019, at 22:02, Jeremy ***@***.***> wrote:
Closed #123.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@codeaholics That's a good point. According to this post, you may need to re-enable the live skill and disable the beta one if it is still enabled on your account. I think the difference between the two is that the beta skills would show under the "dev skills" tab. @digitaldan when you get a chance, would you be able to confirm if the beta testing ended? It seems that you may have to manually end it. |
We now have the V3 version of the sill deployed in a "Beta Test" through Amazon. This will allow us to have a small group of users upgrade early to the new skill and provide feedback.
I want to use this issue to coordinate updates and communicate to users who have access to the beta.
When opening issues against the beta, please prefix "[v3-beta]" in the issue title. Include as much information about:
What you were saying or doing, include any item names or labels that could help in debugging
What the expected result was
What the actual result was
Exact time, including seconds if possible of the issue
What time zone you are in
What country you are in (to identify which global lambda you are using)
For our first wave of users I want to focus on those using V2 style tags to ensure we have backwards compatibility and that we don't break it for the thousands using the current skill.
Configuration and usage can be found in at https://github.com/openhab/openhab-alexa/blob/v3/USAGE.md
The text was updated successfully, but these errors were encountered: