Search found 10 matches

by thos
Saturday 14 January 2017 10:56
Forum: Speech & Voice Systems
Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
Replies: 715
Views: 131624

Re: Amazon Echo to Domoticz Bridge: switches, sensors & more

Cool, yes, works for me now too. (That'll teach me for testing remotely!)

Can you make a pull request, and I'll do same back to Madgeni and we can maybe get this all back together?
by thos
Friday 13 January 2017 11:18
Forum: Speech & Voice Systems
Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
Replies: 715
Views: 131624

Re: Amazon Echo to Domoticz Bridge: switches, sensors & more

1. Argh! This seems to be a very strange issue, where it seems fine for some people, and wrong for others. What type of Dimmers do you have out of interest? 2. I'll take a look - not sure what happens to the payload, as the integer seems to be there, so not sure why Alexa doesn't interpret it 3. I ...
by thos
Sunday 06 November 2016 18:09
Forum: Speech & Voice Systems
Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
Replies: 715
Views: 131624

Re: Amazon Echo to Domoticz Bridge: switches, sensors & more

Simonfr - are you using English UK?
No matter what I try, I cannot get either US or UK language to call Lambda function in EU (Ireland).
I've created new skills, new Lambda function. Updating Skill IDs and ARN's, but I cannot get a skill to call a function in EU, regardless of US or UK language.
by thos
Saturday 05 November 2016 16:29
Forum: Speech & Voice Systems
Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
Replies: 715
Views: 131624

Re: Amazon Echo to Domoticz Bridge: switches, sensors & more

right. All looks fine, so can you try this? Open a new browser tab from your Smart Home Skill (you'll need this open also) go here: https://developer.amazon.com/lwa/sp/overview.html Create a new security profile, give it a name and description. for the consent privacy url i use: http://www.example ...
by thos
Saturday 05 November 2016 16:22
Forum: Speech & Voice Systems
Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
Replies: 715
Views: 131624

Re: Amazon Echo to Domoticz Bridge: switches, sensors & more

Hi, I'm having similar problems here moving from English(US)/us-east-1 to English(UK)/eu-west-1 eu-west-1 lambda job works fine via Lambda console json testing - discover returns list of devices, and can turn on/off device manually, so I'm happy Lambda code is good. I've deleted English(US) and have ...
by thos
Thursday 12 November 2015 20:53
Forum: Other questions and discussions
Topic: Getting 400 Bad Request and socket hang ups
Replies: 2
Views: 1643

Re: Getting 400 Bad Request and socket hang ups

Some retry logic on 400 errors seems to have worked. 26 variables now loading nicely.

It would have been nice to get some easier logging to see what was being received on Domoticz side, and to know if there were options to increase number of threads/servers/sockets.
by thos
Thursday 12 November 2015 20:08
Forum: Other questions and discussions
Topic: Getting 400 Bad Request and socket hang ups
Replies: 2
Views: 1643

Re: Getting 400 Bad Request and socket hang ups

Is this a case of flooding too many API calls to Domoticz at same time? As soon I reduce the number of calls, it's fine.

Is there any limit to number of Domoticz threads/sockets/servers that are listening?
by thos
Thursday 12 November 2015 19:31
Forum: Other questions and discussions
Topic: Debug logging?
Replies: 9
Views: 19891

Re: Debug logging?

Yep, DAEMON_ARGS="-daemon -www 88 -log /home/domoticz/domo.log -loglevel 0" Tried, -verbose 1 too. This is loglevel 0? I'm making 20 API calls, half of which are failing, and all it's telling me is "Incoming connection", am I missing something? 2015-11-12 18:20:52.147 Domoticz V2.3552 (c)2012-2015 ...
by thos
Thursday 12 November 2015 9:41
Forum: Other questions and discussions
Topic: Getting 400 Bad Request and socket hang ups
Replies: 2
Views: 1643

Getting 400 Bad Request and socket hang ups

Hi all, I'm trying to use this - https://github.com/fergalom/node-spc-domoticz-binding/blob/master/node-spc-domoticz-binding.js to bind SPC Gateway to Domoticz The script is pretty straightforward and pulls some variables (20 or so) and looks to push them to Domoticz. Problem being, on first pass it ...
by thos
Thursday 12 November 2015 9:40
Forum: Other questions and discussions
Topic: Debug logging?
Replies: 9
Views: 19891

Debug logging?

Hi, I'm trying to debug a script I'm running to update Domoticz. I have -loglevel 0 -log /path/to/log (also tried -verbose 1) but my logs still just say - "2015-11-12 08:34:06.979 Incoming connection from: 192.168.1.xxx" even though some calls are working, and some are getting 400 Bad Request. Is ...