Search found 31 matches
- Monday 17 October 2016 17:18
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
this should help out with dimming - changed in domoticz.js Domoticz.prototype.changeSwitchState = function (params, callback) { var url = this._getUrl(); url.addSearch("type", "command"); url.addSearch("idx", params.idx); params.type === 'switch' ? url.addSearch("param", 'switchlight') : this ...
- Monday 17 October 2016 16:14
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Had a go adding the room id - function getDevs(context, callback) { var headers = { namespace: 'Alexa.ConnectedHome.Discovery', name: 'DiscoverAppliancesResponse', payloadVersion: '2' }; api.getRoomDevices({ filter: 'all', used: true, order: 'Name', roomid: '3' }, function (error, devices) { var ...
- Sunday 16 October 2016 1:22
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hey madgeni, how difficult would it be to only include devices that are part of a room so I can filter what Alexa can control. Deleting unnecessary devices from Alexa manually works but they come back again after a while as I assume that Alexa auto discovers frequently.
- Friday 14 October 2016 11:02
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
hi - so the code's been neatened, and now allows control of temperature. I have this working via my Echo , and can set temperature/turn lights & groups On/Off. https://github.com/madgeni/alexa_domo Dimming is still a challenge, but that's tied to the Domoticz API, rather than my code (yet!). Re ...
- Sunday 02 October 2016 0:45
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
I am getting the same issues where the devices are not found. I checked the url used and it brings back whole the devices via the browser. But for some reason I think via lambda it only brings back a certain amount of devices. I had to make some of my devices and scenes hidden using $ in front of ...
- Friday 30 September 2016 13:17
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
ok got it to discover, had to setup the Ireland one and make that the default. After that all devices were discovered. Can't wait to get home and try it via voice.
Thanks for all your help.
Amz
Thanks for all your help.
Amz
- Friday 30 September 2016 13:01
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
I got passed the error above, just in case anyone has the same issue - my domoticz external address is https, so request wasn't able to sort out the certificate - i changed the code to - Domoticz.prototype._request = function (url, callback) { var self = this; request({ "rejectUnauthorized": false ...
- Friday 30 September 2016 12:08
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Thanks Madgeni - no worries.. should have spotted it. Any ideas how to debug the following issue - START RequestId: 9315fcb8-86f5-11e6-884b-dd98068285b9 Version: $LATEST 2016-09-30T10:06:40.841Z 9315fcb8-86f5-11e6-884b-dd98068285b9 Input { header: { messageId: '01ebf625-0b89-4c4d-b3aa-32340e894688 ...
- Friday 30 September 2016 11:34
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
further to my last question - increase timeout from 3 to 10 - output is now different - START RequestId: a69dc7e9-86f0-11e6-bca0-3bb75b085d1b Version: $LATEST 2016-09-30T09:31:23.248Z a69dc7e9-86f0-11e6-bca0-3bb75b085d1b Input { header: { messageId: '6d6d6e14-8aee-473e-8c24-0d31ff9c17a2', name ...
- Friday 30 September 2016 11:29
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Thanks BigTed, that worked, got another question though. I tried to test to discover my devices using the following request - { "header": { "messageId": "6d6d6e14-8aee-473e-8c24-0d31ff9c17a2", "name": "DiscoverAppliancesRequest", "namespace": "Alexa.ConnectedHome.Discovery", "payloadVersion": "2 ...
- Friday 30 September 2016 11:07
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 139081
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hi, Bit stuck at the moment - I am following the word doc instrunctions, and have come to this point - You will now see several tabs – Go to Event Source: Add event source – select Event Source Type – Alexa Smart Home I can't figure out where the button is for event source, does anyone have any idea ...
- Thursday 21 July 2016 9:28
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 241000
Re: Pilot: Home Automation Control (iOS app)
Yup new version fixed it.
Thanks
Thanks
- Wednesday 20 July 2016 22:27
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 241000
Re: Pilot: Home Automation Control (iOS app)
Hi,
I am having issues with connecting in 4g... but I think the reason is because ssl doesn't work anymore correctly.
Anyone else having issues with ssl not working on the pilot app?
Thanks
I am having issues with connecting in 4g... but I think the reason is because ssl doesn't work anymore correctly.
Anyone else having issues with ssl not working on the pilot app?
Thanks
- Wednesday 13 July 2016 9:58
- Forum: Other questions and discussions
- Topic: Monitoring Gas Usage - UK
- Replies: 27
- Views: 6654
Re: Monitoring Gas Usage - UK
markk - ordered yesterday worked out £50 for both - £25 discount if both added to the basket.
Thought I would get it and see what I could do with it. If it doesnt work give it back...
Thought I would get it and see what I could do with it. If it doesnt work give it back...
- Tuesday 12 July 2016 17:48
- Forum: Other questions and discussions
- Topic: Monitoring Gas Usage - UK
- Replies: 27
- Views: 6654
Re: Monitoring Gas Usage - UK
for those in the uk... looked up the loop gas energy meter - its £30 b&q. http://www.diy.com/departments/loop-gas-energy-monitor/1213632_BQ.prd?gclid=CjwKEAjwqpK8BRD7ua-U0orrgkESJADlN3YBYgzNuB641X8cMzcYDESgSJl15JZpyHKKsQv_BhCVqxoCWizw_wcB&ppc_type=shopping&ecamp=SEAPLA1213632_BQ&ss_kwcid=AL!3454!3! ...
- Tuesday 12 July 2016 17:19
- Forum: Other questions and discussions
- Topic: Energenie
- Replies: 4
- Views: 1812
Re: Energenie
Thanks for the suggestions, but I am looking for inbuilt sockets like these - https://www.bigondiy.co.uk/megaman-lightwaverf-3000w-2-gang-13a-socket?gclid=CjwKEAjwqpK8BRD7ua-U0orrgkESJADlN3YBbsPiaPWxEtsYJXVKpcKtAs-Ipu1y7pHE7aLFohec7xoCSmXw_wcB Have you found anything like these that are compatiable ...
- Monday 11 July 2016 13:04
- Forum: Other questions and discussions
- Topic: Energenie
- Replies: 4
- Views: 1812
Energenie
Hi,
I was hoping someone could help me find some cheap sockets -
Does anyone know if these would work -
https://www.amazon.co.uk/Energenie-MIHO ... B019IBT7R8
with rfxtrx433E/rfxtrx433 and domoticz.
Thanks,
Amit
I was hoping someone could help me find some cheap sockets -
Does anyone know if these would work -
https://www.amazon.co.uk/Energenie-MIHO ... B019IBT7R8
with rfxtrx433E/rfxtrx433 and domoticz.
Thanks,
Amit
- Wednesday 29 June 2016 15:10
- Forum: Others
- Topic: Domoticz & OSRAM Lightify
- Replies: 35
- Views: 13332
Re: Domoticz & OSRAM Lightify
Found solution using the perl script -
https://github.com/skx/Device-Osram-Lightify
Call perl script using shell script.
Then create a dummy switch on domoticz and give the path of the script to the on and off parameters, and it should work.
https://github.com/skx/Device-Osram-Lightify
Call perl script using shell script.
Then create a dummy switch on domoticz and give the path of the script to the on and off parameters, and it should work.
- Monday 20 June 2016 10:03
- Forum: Others
- Topic: Domoticz & OSRAM Lightify
- Replies: 35
- Views: 13332
Re: Domoticz & OSRAM Lightify
Has anyone figured out how to use lightify bulbs with Domoticz. I got hue to work with it but it won't completely turn off the bulbs.
Any ideas before I send them back
Any ideas before I send them back
- Monday 28 March 2016 7:22
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372337
Re: domoticz in synology as package! Available now.
Anyway to configure ssl on Domoticz package can't find any confit file