Search found 16 matches
- Thursday 22 December 2016 1:41
- Forum: Other questions and discussions
- Topic: Domoticz and LightwaveRF with wifi Link
- Replies: 21
- Views: 9058
Re: Domoticz and LightwaveRF with wifi Link
Glad someone has been able to put it to use I now use a RFXTRX433E in favour of the LightwaveRF Link, but that's just to help cut down on running costs by minimising the number of hubs I have to run.
- Sunday 06 November 2016 23:17
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
So this is working well. Initially had some problems with the names I'd given devices, which although intuitive on a display screen were not so intuitive when trying to remember what you'd have to refer to them when commanding Alexa. Speed is very impressive, and I only need to ask Alexa to "Turn On ...
- Sunday 06 November 2016 18:21
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
I'm using "English (U.S.)" as the language for the skill that I have created, and for the Lambda function I have the locale is set to "EU (Ireland)". I have taken the ARN for that Lambda function ("arn:aws:lambda:eu-west-1:xxxxxxxxxxxx:function:AlexaToDomiticzEUV4) and set it as the Service Endpoint ...
- Sunday 06 November 2016 14:54
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
A quick update on where I've got to with this, and to say thanks to those that tried so valiantly to help me out. After the slight misdemeanour on my part thinking that I would kill my account and try from scratch, Amazon recreated it, but unfortunately all the old functions/skills/etc were still ...
- Sunday 30 October 2016 18:54
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Ok - major malfunction on my part and now trying to get account reset. Could be a while ...
- Sunday 30 October 2016 15:27
- Forum: Third party and supplementary tools
- Topic: How to monitor your internet connection with virtual custom sensors
- Replies: 257
- Views: 76638
Re: monitor internet connection with virtual sensors
Just wanted to say thanks for this. Had to go from a stable to Beta release to get the custom sensors, but works a treat. Well, I say that, but it initially worked for about a day before the script couldn't retrieve any information about servers from speedtest.net. No obvious reason why, but ...
- Sunday 30 October 2016 14:48
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Yes, but since deleted so should now just be the one. I'll double check that.
- Sunday 30 October 2016 13:38
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Thanks for the suggestion. This initially gave me a 400 (authorization error) because a return URL hadn't been added. I had to provide 3 return URLs : https://layla.amazon.co.uk/api/skill/link/M1IRYX0T5R82MK https://pitangui.amazon.com/api/skill/link/M1IRYX0T5R82MK https://layla.amazon.com/api/skill ...
- Sunday 30 October 2016 12:26
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
I've added English U.S. and removed English U.K., but still nothing in the CloudWatch logs indicating the Lambda function was even called. I had previously always selected English U.S. but for that last attempt thought I'd try the UK version to see if it made any difference.
- Sunday 30 October 2016 11:43
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Ok, have gone through it again and created screenshots. If you are willing to have a look at them I'd really appreciate it.
http://www.simon-fraser.com/raspberry/S ... tings.docx
Simon
http://www.simon-fraser.com/raspberry/S ... tings.docx
Simon
- Sunday 30 October 2016 11:28
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hi I have the same problem re: Ireland simonfr. So if it's not triggering at all, it's 'usually' the oauth settings on the smart skill. Can you just triple check those? Full disclosure, I don't use those workaround oauth settings anymore, i've configured it with Amazon account linking Thanks ...
- Sunday 30 October 2016 1:46
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Yup - updated the ARN in the skill as well. I've now tried deleting the Skill and the Function and recreating from scratch, but to no avail. I can't get the trigger to create at all when selecting "EU (Ireland)" and don't appear to have any choice other than to use "US East (N. Virginia)".
- Sunday 30 October 2016 0:43
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
I've just tried updating the Lambda region to "EU (Ireland)", but on attempting to create the Lambda function I get : "Your Lambda function "AlexaToDomo" was successfully created, but there was an error creating the trigger: Could not create alexa-smart-home event source" As per the Amazon AWS ...
- Saturday 29 October 2016 22:22
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Thanks Nigel. It was your post on the Echo Facebook group that alerted me to this thread in the first place. If I was connected I think I'd expect to see a hit in the CloudWatch logs. As per my post above, I have used the discovery code from the instructions to see if the Lambda function can indeed ...
- Saturday 29 October 2016 17:09
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131753
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Firstly, thanks off for creating this and providing the necessary instructions. I've downloaded the code from Github, modified it, created my Lambda function and linked it to a new skill. I can test the Lambda function successfully by modifying the "Hello World" test with the ...
- Sunday 13 March 2016 15:02
- Forum: Other questions and discussions
- Topic: Domoticz and LightwaveRF with wifi Link
- Replies: 21
- Views: 9058
Re: Domoticz and LightwaveRF with wifi Link
I stumbled across this thread while trying to work out how I could use my LightwaveRF WiFi Link with Domoticz. I took the approach of using a Python script to send the necessary commands to the Link over UDP and thought I'd share my code here. I have named the script myLWRF.py import socket import ...