Controlicz - Domoticz to Google Home/Assistant integration Topic is solved
Moderator: leecollings
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
so, in your browser, make sure you don't have Domoticz open. Then can you log into your Domoticz as the account you want to start using. Then, in another browser tab type: https://yourhost:port/json.htm?type=devices&filter=all&used=true&order=Name - what devices does it discover?
This is *NOT* a controlicz issue, I don't do anything clever or fancy with the interaction with your Domoticz - I don't cache requests, or users. i use the account you provide, it will discover what you let it. If it's finding more devices than you would like it to, then it's config on your side
This is *NOT* a controlicz issue, I don't do anything clever or fancy with the interaction with your Domoticz - I don't cache requests, or users. i use the account you provide, it will discover what you let it. If it's finding more devices than you would like it to, then it's config on your side
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 15
- Joined: Sunday 24 July 2016 15:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi,
finally someone takes care of Domoticz and Google Assistant integration. Excellent!
Would this also work with a ssl Nginx reverse proxy with simple user authentication in front of a non passworded Domoticz? IFTTT works fine with https://user:[email protected]:443/domoticz. I can send all commands, also Domoticz android app works fine.
I wanted to sign up at controlicz.com, but wasnt sure what to enter at user, pass, port...
Thanks in advance!
finally someone takes care of Domoticz and Google Assistant integration. Excellent!
Would this also work with a ssl Nginx reverse proxy with simple user authentication in front of a non passworded Domoticz? IFTTT works fine with https://user:[email protected]:443/domoticz. I can send all commands, also Domoticz android app works fine.
I wanted to sign up at controlicz.com, but wasnt sure what to enter at user, pass, port...
Thanks in advance!
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi there
It's interesting, i think you're not the first (you've finally given me the answer to some of the errors!) and yes it will work, BUT i'll need to make a change, as i expect https://hostname:port - whereas you give me https://hostname:port/domoticz..
Let me have a play tomorrow, see if i can work something out
update: it's going to be some effort - i created a node wrapper for the Domoticz API, and the connection string will need to be redone to handle this.
Should have it done in a couple of days, will let you know
It's interesting, i think you're not the first (you've finally given me the answer to some of the errors!) and yes it will work, BUT i'll need to make a change, as i expect https://hostname:port - whereas you give me https://hostname:port/domoticz..
Let me have a play tomorrow, see if i can work something out
update: it's going to be some effort - i created a node wrapper for the Domoticz API, and the connection string will need to be redone to handle this.
Should have it done in a couple of days, will let you know
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 15
- Joined: Sunday 24 July 2016 15:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Totally awesome,
thank you for your response and work!
thank you for your response and work!
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Thx for your tip, finally i maybe have a source for this issue.Madgeni wrote:so, in your browser, make sure you don't have Domoticz open. Then can you log into your Domoticz as the account you want to start using. Then, in another browser tab type: https://yourhost:port/json.htm?type=devices&filter=all&used=true&order=Name - what devices does it discover?
This is *NOT* a controlicz issue, I don't do anything clever or fancy with the interaction with your Domoticz - I don't cache requests, or users. i use the account you provide, it will discover what you let it. If it's finding more devices than you would like it to, then it's config on your side
User device assignation, works great ! But user can still use all the scènes and groupes.
Controlicz still can see all my groupes and scènes, and list them to Google Home.
As i don't have a Real good dsl connection, maybe request take to long Time to get all my device. I will try to create à small version of my installation.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 13
- Joined: Saturday 25 November 2017 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi Madgeni
i would like to test contolicz with Google home PM me please
thanks
i would like to test contolicz with Google home PM me please
thanks
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi deennoo - this does seem to be an issue for some, I guess I underestimated how many devices people have, also Google enforce a 5sec (I think) response from initial request, whereas Alexa is 10sec. This is a bit cheeky, as i've observed that there's about a 1 sec delay from asking Google to do something to it actually requesting it of Controlicz!
This is mostly an issue for query requests ("What lights are on?") or similar, which make lots of individual requests - am looking at a re-write, but it will take some time.
However, discovery of 100+ devices should still only take 1-5 seconds tops.
This is mostly an issue for query requests ("What lights are on?") or similar, which make lots of individual requests - am looking at a re-write, but it will take some time.
However, discovery of 100+ devices should still only take 1-5 seconds tops.
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 17
- Joined: Sunday 26 November 2017 7:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3
- Location: Leiden - NL
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
I would like to help out in the beta. But i cant send Pm's yet because i'm new.
Domoticz v3 - Beta Channel @ Pi3 | Harmoney Hub | MiLight Ibox2 | Google Home (1) | Google Home Mini (3)
-
- Posts: 34
- Joined: Thursday 27 October 2016 8:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi deennoo,
Do you have a standalone domoticz install or do you use nginx to provide your APIs over internet ?
U.
-
- Posts: 3
- Joined: Monday 20 November 2017 21:38
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi Madgeni,
I am also new to the forum and cannot PM you, would like to test the Google Home functionality.
also your email address that you use to send confirmation from controlix, does not work
I am also new to the forum and cannot PM you, would like to test the Google Home functionality.
also your email address that you use to send confirmation from controlix, does not work
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
register on Controlicz, and i'll pick your email up from thereevildonkey wrote: ↑Sunday 26 November 2017 7:46 I would like to help out in the beta. But i cant send Pm's yet because i'm new.
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
yep, it's currently send only - it's low on my list of priorities
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
That à standalone installation using domoticz serverultratoto14 wrote:Hi deennoo,
Do you have a standalone domoticz install or do you use nginx to provide your APIs over internet ?
U.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 17
- Joined: Sunday 26 November 2017 7:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3
- Location: Leiden - NL
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Done that yesterdayMadgeni wrote: ↑Sunday 26 November 2017 11:57register on Controlicz, and i'll pick your email up from thereevildonkey wrote: ↑Sunday 26 November 2017 7:46 I would like to help out in the beta. But i cant send Pm's yet because i'm new.
Domoticz v3 - Beta Channel @ Pi3 | Harmoney Hub | MiLight Ibox2 | Google Home (1) | Google Home Mini (3)
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
give me a clue then! What are the first 4 characters?evildonkey wrote: ↑Sunday 26 November 2017 12:37Done that yesterdayMadgeni wrote: ↑Sunday 26 November 2017 11:57register on Controlicz, and i'll pick your email up from thereevildonkey wrote: ↑Sunday 26 November 2017 7:46 I would like to help out in the beta. But i cant send Pm's yet because i'm new.
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 17
- Joined: Sunday 26 November 2017 7:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3
- Location: Leiden - NL
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
thelast
Domoticz v3 - Beta Channel @ Pi3 | Harmoney Hub | MiLight Ibox2 | Google Home (1) | Google Home Mini (3)
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
gotcha
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 17
- Joined: Sunday 26 November 2017 7:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3
- Location: Leiden - NL
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
Oke, just wanted to let you know.
Followed the steps real easy. Added Controlicz. and there were all my lights (just to start with).
And every thing is working very smooth and fast.
Kudos to you sir.
Followed the steps real easy. Added Controlicz. and there were all my lights (just to start with).
And every thing is working very smooth and fast.
Kudos to you sir.
Domoticz v3 - Beta Channel @ Pi3 | Harmoney Hub | MiLight Ibox2 | Google Home (1) | Google Home Mini (3)
-
- Posts: 1571
- Joined: Friday 25 March 2016 17:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
awesome - thanks
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
-
- Posts: 3
- Joined: Sunday 26 November 2017 13:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version: v3-Beta
- Location: Rijswijk - NL
- Contact:
Re: Controlicz - Domoticz to Google Home/Assistant integration
If there's still room I would like to help with the beta as well ... running Domoticz @ Pi2
Already registered with Controlicz on Friday
E-mail starts with domi
Thanks in advance!
Already registered with Controlicz on Friday
E-mail starts with domi
Thanks in advance!
Domoticz v3 - Beta Channel @ Pi2 | RFXtrx433e | MiLight Box2 | Google Home (1) | Google Home Mini (2)
Who is online
Users browsing this forum: No registered users and 1 guest