Search found 475 matches

by woody4165
Tuesday 01 May 2018 21:58
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration


Akerboom wrote: 'sync my devices' as command to the assistant
@Akerboom thanks
Some weeks ago in Italian was not working, now with "sincronizza i miei dispositivi" it works fine.
by woody4165
Tuesday 01 May 2018 20:30
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration

art4me wrote:Never mind, seems working now... think I had some internet problems... Sorry!
Ciao @art4me
Can you tell me the command to sync the devices?
You mean that if I add/remove/change a device in Domoticz in one of the room it will be updated via controlicz in the google home list?
Thanks
by woody4165
Wednesday 18 April 2018 11:13
Forum: RFLink Transceiver
Topic: Wifi RFLink
Replies: 69
Views: 45258

Re: Wifi RFLink

It was my fault.
The CH340 driver was not installed properly, I had RASP as driver.
Removed and installed CH340 driver and all it's working fine in 5 minutes...
Thanks!!
by woody4165
Tuesday 17 April 2018 21:24
Forum: RFLink Transceiver
Topic: Wifi RFLink
Replies: 69
Views: 45258

Re: Wifi RFLink

Hi Guys, Finally my parts arrived in various shipments in the last couple of days. I managed to flash the Robotdyn Mege + WiFi. Step 1 Load the ESPEasy R120 release: I set the dip switch 5, 6, 7 to ON. The rest of the switches to OFF. Loaded to flash tool on my Windows PC, selected the appropriate ...
by woody4165
Wednesday 11 April 2018 19:57
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration

Controlicz is recognised and all the devices are imported correctly, but like the "sync my devices" was introduced just last December in the USA, it will arrive in the next few weeks (I hope!) or months. Does this work in other country where Google Home is working, like France, Germany or other ...
by woody4165
Wednesday 11 April 2018 14:17
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration

Thanks @Madgeni

It seems that it's not active in my country, Italy. I have read an article from late December 2017 and it was active only in the USA.

Really strange.

Any italian user here that can confirm or have some news?
by woody4165
Wednesday 11 April 2018 13:28
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration

Something like that, but where I should find the "sync my device" option?
Thanks
by woody4165
Wednesday 11 April 2018 12:41
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration

As far as I understood, if I add a device in the Roomplan in Domoticz (or if I remove it) it will not been shown in the Google Home app with Controlicz service active, even if I swipe in the device list. If this is true, I have to unlink and relink Controlicz. But in this case, if I have set ...
by woody4165
Wednesday 04 April 2018 7:21
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration

The weird thing is that even if I change the nickname in a device and say a word that was contained in the original one, it still try to activate that device.
Very strange.

by woody4165
Tuesday 03 April 2018 23:02
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 522158

Re: Controlicz - Domoticz to Google Home/Assistant integration

Hi Madgeni, i encountering a strange behaviour for two specific room: the bath and the kitchen. in the bath i have two lights, described in domoticz as: Controlicz:Bath Light Controlicz:Bath Mirror Light Controlicz:Kitchen Light Controlicz:Kitchen Top Light When i call "ok google, turn on/off bath ...
by woody4165
Tuesday 30 January 2018 8:10
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

Hi Jos. I found a workaround for me and seems to work. In restartbot.sh I have added sudo service monit restart when it checks if restartbot.sh is found active (or defunct in my case) chk=`sudo ps x | grep "restartbot.sh" | grep -cv grep` if [ $chk -gt 2 ] ; then echo "`date +"%x %X"` restartbot.sh ...
by woody4165
Monday 29 January 2018 8:12
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

Thanks Jos.
This sounds really weird to me, it seems that I have some issue on my system or some mis.configuration.

I will continue to keep an eye on it because I like very much dtgbot and its functionality...

Thanks
by woody4165
Monday 29 January 2018 7:42
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

I'm really sorry to say that I'm still having problems. This time with the restartbot.sh that seems to be already running but "defunct". This is what i find if I run a ps command 30010 ? Zs 0:00 [restartbot.sh] <defunct> and if I try to manually kill with "kill 30010" nothing happens In the script ...
by woody4165
Sunday 28 January 2018 13:09
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

It seems that the issue was the permission of the dtgloop.txt file . previously was -rw-r--r-- now I changed in -rw-rw-rw- and it seems to work now, from cmd line as well as from monit So now I have all "echo" commands in the .sh files without sudo and in monitrc changed back to original Monitor the ...
by woody4165
Sunday 28 January 2018 9:34
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

Hi Simon linaro@cubietruck:~/dtgbot$ sudo ./stopbot.sh linaro@cubietruck:~/dtgbot$ sudo ./restartbot.sh linaro@cubietruck:~/dtgbot$ Just did the stop and restart and everything is fine. Removed first the check lines from monitrc and rebooted just to be sure. Some strange message in dtgloop.txt ...
by woody4165
Sunday 28 January 2018 8:25
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

Looking at your outputs you are running on a Cubietruck (its helpful to include this in your forum signature) not a Raspberry Pi, and you don't appear to have sudo installed, which would explain why nothing happens when you add sudo into monitrc. Sudo is surely installed, it's workin, but it seems ...
by woody4165
Saturday 27 January 2018 22:01
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

Thanks Jos for your support. monit -t returns ok I've added sudo into restartbot.sh in fromt of all echo command, but if I run restartbot.sh without sudo does not work anyway. I've tried to add sudo into monitrc like start program = "sudo /home/linaro/dtgbot/restartbot.sh" timeout 20 seconds but it ...
by woody4165
Saturday 27 January 2018 21:01
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

I'm sure too that there is some issue in my config. This is my situation: linaro@cubietruck:~/dtgbot$ ls -l *.sh -rwxr-xr-x 1 root root 963 Jan 24 12:22 restartbot.sh -rwxr-xr-x 1 root root 442 Jan 24 12:22 stopbot.sh linaro@cubietruck:~/dtgbot$ ls /var/tmp -l -rw-r--r-- 1 root root 5384 Jan 27 20 ...
by woody4165
Saturday 27 January 2018 18:33
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

Hi Jos

Even if I have it in monitrc, it doesn't restart the service.. [emoji53]
by woody4165
Saturday 27 January 2018 8:52
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127509

Re: dtgbot - Domoticz TeleGram BOT

Hi all I've made the small modification in the Wiki regarding the chmod 755 *.sh in the dtgbot folder Still having issue even after this. This morning dtgbot has freezed again. in the dtb.log no errors, last rows are: 2018-01-26 21:43:40 - Handle command function started with /dtgmenu and xxxx 2018 ...