Amazon Echo / Alexa app - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11) +--- Thread: Amazon Echo / Alexa app (/showthread.php?tid=769) |
RE: Amazon Echo / Alexa app - Daniel - 12.10.2017 (12.10.2017, 13:57)jetsetter Wrote: @Daniel: As you are part of EMBS, can you please clarify to me some things based on your previous reply: Hi 1. Alexa has only one way communication at the moment. You can only ask her to do something. 2. I have in my office two set of lights and I called them 'Office one' and 'Office two' In 90% she do recognize me correctly. In rare cases she do ask which one do I want? This is nothing to do with our implementation. You can check in alexa app what words did she pick up. You can help her this way to understand you better as you can tell her if it was correct or not. Description is only for you. Alexa is ignoring it. 3. This is known bug : Amazon recently announced range of new possibilities Read here We are in process of complete rewrite of current app as they changed whole approach to the devices. We are nearly finished and will publish soon. This is why we didn't fix this bug as new app is on its way. BR Daniel RE: Amazon Echo / Alexa app - jetsetter - 13.10.2017 (12.10.2017, 14:19)Daniel Wrote: Hi Thank you for the feedback and the amazing news about the upcoming app update Daniel! Per above point:
Thank you again. BR RE: Amazon Echo / Alexa app - Daniel - 13.10.2017 Hi 1. As first step we are going to rebuild all the current functionality in to new app to keep backward compatibility. In next steps we will be adding all the new features so yes it will come. We will implement all the features what amazon is allowing us only we will do it in steps. 2. This is true, Amazon did partner with few big manufactures and they implement those devices via different API. This API is not even using cloud, control of those devices is done locally. Unfortunately this is possible only for such big players like Philips. For the rest of manufactures there is different API via cloud to cloud and there is only one and we cant use any other. I will keep in mind this point while testing new app. Let see maybe new API will work better. For now we are planning to make only what Amazon is allowing us to do so via provided API. I think that sooner or later Amazon will extend its API for such functionality. BR RE: Amazon Echo / Alexa app - jetsetter - 13.10.2017 Thank you Daniel, now is everything clear to me. Looking forward the new version... BR RE: Amazon Echo / Alexa app - jetsetter - 20.11.2017 (13.10.2017, 09:56)jetsetter Wrote: Thank you Daniel, now is everything clear to me. Hi Daniel, The "What's New" section of the latest Amazon Alexa iOS app states that "The updated Alexa App Smart Home section lets users rename, view the state of, and control smart lights, locks and thermostats..." So it seems that status updates are finally supported also by their cloud API! Any news/updates regarding the new version of Logicmachine's Alexa Skill that you working on? Thank you in advance! RE: Amazon Echo / Alexa app - Daniel - 20.11.2017 (20.11.2017, 12:02)jetsetter Wrote:(13.10.2017, 09:56)jetsetter Wrote: Thank you Daniel, now is everything clear to me. Hi Thanks for info. We have slight delay as we were finishing some other stuff. Alexa evolution is on our short list of task to do. Stay tuned BR RE: Amazon Echo / Alexa app - sx3 - 31.12.2017 In my project I have used scenes 1-64 sharing 1 group adress. Is it possible to call up theese scenes with using a BOOL groupadress for each scene and using logics to call up the right number? RE: Amazon Echo / Alexa app - Erwin van der Zwart - 31.12.2017 Hi, Yes, create 64 objects in a range x/x/1 to x/x/64 and give them all the tag "Scene_Bool" Then create a event based script attached to the tag 'Scene_Bool' and put this script in there: Code: grp.write('1/1/1', string.split(event.dst, '/')[3]) It will write the object address as value (1-64) to '1/1/1' BR, Erwin RE: Amazon Echo / Alexa app - sx3 - 31.12.2017 Thanks Erwin! I actually wrote WITH, instead of WITHOUT. Though maybe it would be possible to refine the Alexa app and make it possible to enter the GA for scenes and and add an value to it directly under skills. Would be a easier solution rather than create extra set of 64 BOOL adresses. RE: Amazon Echo / Alexa app - Erwin van der Zwart - 31.12.2017 Hi, You have to ask Daniel as he sets the specs for the Alexa App, but i agree it should work like that. I’m 100% sure Daniel will implement this when Alexa supports it. BR, Erwin RE: Amazon Echo / Alexa app - Daniel - 03.01.2018 (31.12.2017, 16:21)sx3 Wrote: Thanks Erwin! Hi How would you like to call the scene? Here I mean Alexa. There are new functionality in Alexa for scenes but they did in a way to create scenes in alexa itself not to call other device which will send those. Maybe we could combine those somehow. BR RE: Amazon Echo / Alexa app - sx3 - 03.01.2018 Hi Daniel, In my opinion I think there should be a sharp line between KNX and Alexa. I would still like to be able to save and recall my scenes in the dimmers from normal push buttons or visualisation aswell and not be depending on the Echo device. And in the same time, all scene recalls should be synced, no matter if they are recalled from Alexa or push buttons. "Alexa, set livingroom to scene one" Even if it wouldn't feel 100% right, I guess it would be okey to say "Alexa, turn on livingroom scene one" But the main thing would be the ability to bind a 1-byte KNX GA and set a default value of 0-63 for each device/skill without creating a a load of BOOL GA and run a script. Thought it would be nice to keep it simple. RE: Amazon Echo / Alexa app - Erwin van der Zwart - 04.01.2018 Hi, I agree that we should try to keep things as simple as possible, but i also notice a over-reaction in this.. What is the problem to add/use several objects for these tasks? Home and building automation is getting more advanced, so yes sometimes we should use a few of the 65.000 internal objects to realize a task, thats why we have them in the first place.. BR, Erwin RE: Amazon Echo / Alexa app - managementboy - 08.01.2018 Superb job! loving the echo dot I got just for this. Waiting to be able to set the temperature soon RE: Amazon Echo / Alexa app - jetsetter - 18.01.2018 @Daniel, Any news or updates on the Alexa app? I am sure we can get a lot more out of it now that Amazon released their new dev api... RE: Amazon Echo / Alexa app - jetsetter - 24.01.2018 Hi, I am coming back to this, as my echo dot <-> LM4 integration has start to behave strangely the last days, probably due to some updates received by the echo dot in order to support the new Amazon Alexa API implementation and features. I can still turn on/off my lights, but suddenly my AC (is registered as a "thermostat" in LM alexa app) can only be turned on but not turned off any more (Alexa responds something like "your device doesn't support this function yet" or similar), this was working fine some days/ weeks ago without me doing any other changes at all. Of course the well known bug of not being able to change the temperature set point is still there. So, is there any new Alexa LogicMachine Skill version coming out soon? Thank you in advance. RE: Amazon Echo / Alexa app - Daniel - 24.01.2018 (24.01.2018, 08:23)jetsetter Wrote: Hi, Hi Sorry but no change since last update. We are busy in other areas. We will try to find some time for it as there is not much left but I can't gave you any timeline. For sure this was created by amazon as there was no change on our side. BR RE: Amazon Echo / Alexa app - jetsetter - 25.01.2018 Dear Daniel I am sorry to hear that you no longer have the Alexa app among your team’s priorities. I would propose you to reconsider though, as voice control is the future in the home automation world as far as I can tell, so it would be a shame not to let LM keep up with this evolution. Let’s hope that you will find some time soon to give this app at least another big update so the new amazon API will be leveraged. Thank you RE: Amazon Echo / Alexa app - Daniel - 26.01.2018 Hi I managed to convince our management to shift priorities and one developer just started to work on it BR RE: Amazon Echo / Alexa app - jetsetter - 26.01.2018 Now this is great news! LM was and should stay ahead in this evolution and your decision reflects that. I am looking forward for the next skill/app update to test! |