Search found 152 matches
- Tuesday 17 October 2023 13:36
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 523175
Re: Controlicz - Domoticz to Google Home/Assistant integration
Yes, same here... Also when testing the connection i get this in the Domoticz log: 2023-10-17 12:10:54.553 Error: [web:443] Failed authentication attempt, ignoring client request (remote address: 35.178.116.149) It all used to work fine until i had to re-register again.... any ideas? Failed auth ...
- Tuesday 17 October 2023 12:14
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 523175
Re: Controlicz - Domoticz to Google Home/Assistant integration
Yes, same here...
Also when testing the connection i get this in the Domoticz log:
It all used to work fine until i had to re-register again.... any ideas?
Also when testing the connection i get this in the Domoticz log:
Code: Select all
2023-10-17 12:10:54.553 Error: [web:443] Failed authentication attempt, ignoring client request (remote address: 35.178.116.149)
- Tuesday 27 December 2022 11:43
- Forum: Speech & Voice Systems
- Topic: Alexicz - FREE Domoticz to Alexa Integration
- Replies: 336
- Views: 73200
Re: Alexicz - FREE Domoticz to Alexa Integration
By e-mail: Dear Controlicz user - It is with sadness that i will be closing down Controlicz at the end of 2023. The demands on managing the constant changes of Alexa, Google and Domoticz, and ensuring you get a fully functioning voice experience are proving too much to keep on top of. For you annual ...
- Wednesday 09 November 2022 20:16
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 105418
Re: Python Plugin: TUYA
- Tuesday 08 November 2022 20:26
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 105418
Re: Python Plugin: TUYA
Hi, I just bought the Warm Christmas Lights from the action. It shows up in the Tuya App, but not in Domoticz. Any change i can control them from Domoticz?
- Friday 26 November 2021 8:33
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 105418
Re: Python Plugin: TUYA
Hi There, I have a couple of lichts added to the TUYA app on my phone and i can control them perfectly. On/Off, change brightness, Color etc.. They are also added in Domoticz, but as a type: colorswitch and a subtype: WW So in domoticz it's only possible to switch them on/off, change brightness and ...
- Thursday 01 July 2021 10:01
- Forum: LUA
- Topic: Error after updating
- Replies: 6
- Views: 870
Re: Error after updating
No difference for me...
- Wednesday 30 June 2021 12:07
- Forum: LUA
- Topic: Error after updating
- Replies: 6
- Views: 870
Re: Error after updating
Mhh, to test things i created a smaal script that should just get the last modified date of a file, like: commandArray = {} tempfilename = 'UnifiController.tmp' -- Temp JSON output file local f = io.popen("stat -c %Y " ..tempfilename) local last_modified = f:read() --local last_modified = tonumber(f ...
- Wednesday 30 June 2021 9:43
- Forum: LUA
- Topic: Error after updating
- Replies: 6
- Views: 870
Re: Error after updating
Tnx for the reply.
The file is at that location and with the same rights, but i do agree it has something to do with that.
The file is at that location and with the same rights, but i do agree it has something to do with that.
- Tuesday 29 June 2021 13:02
- Forum: LUA
- Topic: Error after updating
- Replies: 6
- Views: 870
Error after updating
Hi all, i've been using a script for a long time, but after updating Domoticz it throws an error: Script part: tempfilename = "UnifiController.tmp" -- Temp JSON output file local f = io.popen("stat -c %Y " .. tempfilename) local last_modified = f:read() if (os.difftime (os.time(), last_modified ...
- Monday 25 January 2021 21:56
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 24666
Re: Mercedes Me (Connected Vehicle)
Great, tnx for the quick reply.. we just have to wait 

- Monday 25 January 2021 21:47
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 24666
Re: Mercedes Me (Connected Vehicle)
Thanks! I use this on Windows and this Beta 12888 also has another problem. When you click on Settings it crashes Domoticz. See https://github.com/domoticz/domoticz/issues/4593 This is what i get with the lastets Beta in the status log every minute: 2021-01-25 21:37:20.517 Status: Mercedes: Waking ...
- Saturday 23 January 2021 0:56
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 24666
Re: Mercedes Me (Connected Vehicle)
Here we go..... (i did change the token a bit ;) ) 2021-01-23 00:54:05.988 Status: Mercedes: Worker started... 2021-01-23 00:54:07.003 MercApi: Attempting (re)login (using stored refresh token!). 2021-01-23 00:54:07.097 MercApi: Login credentials Refresh successful. 2021-01-23 00:54:07.097 Status ...
- Friday 22 January 2021 13:54
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 24666
Re: Mercedes Me (Connected Vehicle)
Hi, I finally updatet my Domoticz so i was able to test it. It worked Yesterday, but now i get: 2021-01-22 13:49:40.866 Status: Mercedes: Executing command: Get All states 2021-01-22 13:49:42.058 Status: Received unhandled HTTP returncode 403 ! 2021-01-22 13:49:42.058 Error: Failed to perform GET ...
- Saturday 07 November 2020 19:10
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 179719
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Allright, maybe i missed al that, but how do i switch to coapcmd? What steps on Windows should i take to use coapcmd?
- Thursday 05 November 2020 17:47
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 179719
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
First of all, thanks a lot for creating this plugin. I think you made a lot of people happy and that includes me! So i don't want to sound ungrateful or anything like that, i just want to help out finding a solution if thats possible. That said.... -Is there a changelog so i can see what functions i ...
- Wednesday 04 November 2020 17:29
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 179719
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Installing py3coap 0.9.0 is not possible because there is no 32bit version of it, so i installed 0.9.1 I then installed version 0.10.0 of the plugin and executed: plugin.py list Result: py3coap not found Then i installed py3coap 0.8.0 in combination with plugin version 0.10.0 and executed: plugin.py ...
- Tuesday 03 November 2020 14:45
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 179719
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I'm unable to switch on multiple lights quickly. So from the two (or more) lights in a scene/group only the first will switch on. After a minute or so i'm able to switch on the second light. With version 0.7.3 of the plugin i don't have that issue.
- Tuesday 03 November 2020 13:46
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 179719
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hi, The IKEA App says it's on the latest version... not sure ofcourse The HUB says: version 1.11.51 Is that the latest? That's newer than the version that caused all the trouble with the plugin, perhaps IKEA has fixed something, since JimmyH1969 have success using the 0.7.3 version of the plugin ...
- Friday 30 October 2020 15:02
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 179719
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hi,
The IKEA App says it's on the latest version... not sure ofcourse
The HUB says: version 1.11.51
Is that the latest?
The IKEA App says it's on the latest version... not sure ofcourse
The HUB says: version 1.11.51
Is that the latest?