Controlicz - Domoticz to Google Home/Assistant integration Topic is solved

Alexa, Google Home and Siri

Moderator: leecollings

Cyroq
Posts: 30
Joined: Monday 10 December 2018 13:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by Cyroq »

Hi, I'm trying to get my dummy tempsensor shown in Google Home. I've added 'TypeControl: TempSensor' in the description of the device but GH keeps showing the device as a generic sensor without any value. When I ask GH what the temperature is, it reports the correct value. It's just that the value isn't shown in GH visually. Am I missing something or is this how it's supposed to be?
pvklink
Posts: 822
Joined: Wednesday 12 November 2014 15:01
Target OS: Raspberry Pi / ODroid
Domoticz version: latest b
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by pvklink »

Hi testing controlicz instead of ittt for my 100-200 devices.
I am very impressed by controlicz and got the main part working.

Last part is to get switches in de right device type in google home.
At the moment they are recognized as a lamp and goeS off with lamps off.

So i added to my light/switch in the description IN DOMOTICZ:
TypeControl: Outlet and even tried TypeControl: Switch

After that i
rebooted domoticz,
i did a voice sync command ,
i removed the room and attached theze devices again,
but still a light in goolge home!

In Controlicz the LIGHT IS changed to a switch or outlet, but Google Home does nothing, any ideaS?
Raspberry (raspbian on rpi 3) , Domoticz Beta, dzVents , RFXtrx433e, P1, Hue, Yeelight, Zwave+, X10, ESP(easy), MQTT,Weather Underground, System Alive Checker, Domoticz Remote Server to RPI with Google Assistant,
Jablotron connection, Ikea
nschoot
Posts: 27
Joined: Thursday 23 August 2018 23:28
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.11590
Location: Delwijnen
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by nschoot »

I finally setup Controlicz with Domotitcz. No idea why i never did this before. I can use my Android watch to turn on the lights with my voice. How cool is that. I'm happily paing the subcription since yesterday. It's very well priced (compared to e.g. Home Assistant Cloud).

However, the temperature sensors don't work in Google Home. I do see the correct value and sensor type in Controlicz, but in Google Home they show up as unavailable. Note that it's Google Home on my phone. I don't have a Google Home device (a mini is on its way now though, so that my kids also can control the lights with their voice).

Does anyone recognize this?

Btw, I did change a few lights to switches by adding "TypeControl: Switch" in the description. Works as expected for me in Google Home. They show as switch now.
Using Zwave, Philips Hue, Raspberry Pi, Machinon Theme
User avatar
Varazir
Posts: 360
Joined: Friday 20 February 2015 22:23
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by Varazir »

This setup has stopped working for me.
When I'm testing in the Controlicz controlpanel I get incorrect password.
I have a bit odd setup with a HAproxy in front of my domoticz that do all the ssl offloading

I see the access call is sent having Authorization: Basic Y29udHJvbGljejpoaHN6akjhsdkjahsdjklahsdlkjh= in the header.
I decoded the key and I see it's the username and password that I have setup.

Has the API changed with the beta version so Controlicz don't work anymore?

I'm running
Version: 2022.2 (build 14964)
Build Hash: f0537d52b
Compile Date: 2023-01-16 08:44:04
dzVents Version: 3.1.8
Python Version: 3.7.3 (default, Oct 31 2022, 14:04:00) [GCC 8.3.0]
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Madgeni
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

Post by Madgeni »

Change login to basic-auth and it should work. You should be aware I’m end-of-lifeing Controlicz on December 31st. Keeping up with the various changes to domoticz/google/Alexa is becoming too much. Controlicz works with current stable Domoticz
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
User avatar
Varazir
Posts: 360
Joined: Friday 20 February 2015 22:23
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by Varazir »

Madgeni wrote: Wednesday 18 January 2023 7:56 Change login to basic-auth and it should work. You should be aware I’m end-of-lifeing Controlicz on December 31st. Keeping up with the various changes to domoticz/google/Alexa is becoming too much. Controlicz works with current stable Domoticz
Okay. Hmm, you mean this ?
Image
I enabled it and tried again and still get the same error.
Don't see any in the log.

O well I understand, thanks for keeping the service up.
I was looking on the other Google option that you run local on your device. Didn't get so far it started to work.
I was hoping it was a easy fix for Controlicz.


Edit: It's working now thanks.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
koenzie
Posts: 2
Joined: Monday 12 June 2023 13:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by koenzie »

Hi all,

I have been reading a lot of posts, but dont see the awnser to my question.

I have 1 temperature sensor setup that works when I use voicecontrol, but in the Home app is shows a humidity indicator (that shows 0), is it possible to make this show the temperature? In Controlicz it shows a as type Temp...
Cyroq
Posts: 30
Joined: Monday 10 December 2018 13:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by Cyroq »

I have a similar setup in which one device is both temperature and humidity sensor. I ended up splitting the device into two dummy devices for temperature and humidity, and a script that updates them whenever the main device is updatet. Then you can link the dummy device(s) to Controlicz.
koenzie
Posts: 2
Joined: Monday 12 June 2023 13:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by koenzie »

Cyroq wrote: Monday 12 June 2023 17:19 I have a similar setup in which one device is both temperature and humidity sensor. I ended up splitting the device into two dummy devices for temperature and humidity, and a script that updates them whenever the main device is updatet. Then you can link the dummy device(s) to Controlicz.
My sensor is only temprature and is already a Dummy :) The data goes to Google, but in the Home app (and other devices with a display) it only shows a not functioning humidity dail
Madgeni
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

Post by Madgeni »

Hi all - a quick note to say Controlicz may have a stay of execution. I've implemented basic-auth (as per Domoticz API docs), and am looking at how to manage new API changes for stable 2023.2 and onwards (whilst managing backward-compatilbity for some time).
Let me know if this is useful or not
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
frenchyyii
Posts: 53
Joined: Saturday 24 September 2016 18:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by frenchyyii »

Hi Madgeni, so is it normal it does'nt work since yesterday ?
I have made a new monthly subscribtion (not may usual plan) to test but no change.
Regards
Eric (account cavabiensp...........)
Madgeni
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

Post by Madgeni »

it should be fine - either PM me here or via the support page of Controlicz and i'll get it working :)
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
thomasbaetge
Posts: 153
Joined: Wednesday 02 October 2019 11:47
Target OS: Linux
Domoticz version: 2023.1
Location: DE / BY / LT
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by thomasbaetge »

Nick, thanks for all the years of keeping this up and especially for your quick support at any time.
I've moved to a local Alexa-Node-Red integration for the few things I'm actually using.
frenchyyii
Posts: 53
Joined: Saturday 24 September 2016 18:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by frenchyyii »

To Madgeni
Thanx, i m not at home to test but my girlfriend told me it seems not to work... Will try at distance maybe this evening.
Regards
Eric
elmortero
Posts: 247
Joined: Sunday 29 November 2015 20:46
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.9639
Location: Spain
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by elmortero »

Madgeni wrote: Sunday 20 August 2023 17:36 it should be fine - either PM me here or via the support page of Controlicz and i'll get it working :)
Hi Madgeni
Tried to send you a PM but seems to get stuck in my outbox and cannot find Controlicz support page
Since yesterday integration with Alexa stopped working and when trying to login to controliz webpage, I get a message saying user not found. I checked and the mail is indeed the correct on which I have always used.

thanks for having a look (PM me for my login since I seem to have problems PMing you myself)
User avatar
Varazir
Posts: 360
Joined: Friday 20 February 2015 22:23
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by Varazir »

Thanks for keep it running :)
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
ssk17051980
Posts: 112
Joined: Thursday 08 December 2022 22:15
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: ROMANIA
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by ssk17051980 »

same problem here.

i just send them a email
Madgeni
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

Post by Madgeni »

Hi all - for those that weren't aware, i've decided to keep Controlicz running. I've made changes to it to allow for the newer Domoticz versions (aligned changes to auth and API calls).
If you've lost access, it's highly likely it's due to an annual subscription expiring. I stopped them this year, so that people didn't pay for a service which was going to no longer be running. It's likely you had some free usage of Controlicz before i enforce expiration.
You will need to create a new account and subscribe monthly for now.
Native Alexa skill and Google app - register at https://www.controlicz.com - https://twitter.com/Controlicz
ssk17051980
Posts: 112
Joined: Thursday 08 December 2022 22:15
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: ROMANIA
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by ssk17051980 »

so my user is lost and I have to create another user?
ssk17051980
Posts: 112
Joined: Thursday 08 December 2022 22:15
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: ROMANIA
Contact:

Re: Controlicz - Domoticz to Google Home/Assistant integration

Post by ssk17051980 »

any help ?
after i made the same user, whit the same pwd, now the alexa still not working
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest