ok i understand my error. Wrong error path installing dipendencies
sudo pip3 install pychromecast -t /home/HEREPUTMYUSER/domoticz/plugins/ChromecastPlugin
fyi now works all ok thanks
Search found 116 matches
- Saturday 22 December 2018 0:37
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 53379
- Friday 21 December 2018 10:51
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 53379
Re: Python Plugin: Chromecast
i've same problem:
2018-12-21 10:49:38.209 Error: (Chromecast) failed to load 'plugin.py', Python Path used was '/home/user/domoticz/plugins/ChromecastPlugin/:/usr/lib/python36.zip:/usr/lib/python3.6:/usr/lib/python3.6:/usr/lib/python3.6/lib-dynload'.
2018-12-21 10:49:38.209 Error: (Google Home ...
2018-12-21 10:49:38.209 Error: (Chromecast) failed to load 'plugin.py', Python Path used was '/home/user/domoticz/plugins/ChromecastPlugin/:/usr/lib/python36.zip:/usr/lib/python3.6:/usr/lib/python3.6:/usr/lib/python3.6/lib-dynload'.
2018-12-21 10:49:38.209 Error: (Google Home ...
- Wednesday 19 December 2018 19:49
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 53379
Re: Python Plugin: Chromecast
Code: Select all
{
"status" : "OK",
"title" : "GetUserVariables"
}
- Wednesday 19 December 2018 1:21
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 53379
Re: Python Plugin: Chromecast
2018-12-19 01:20:28.209 Error: (Google Home) Could not get all variables. Used this url: http://192.168.1.58:8888/json.htm?type=command¶m=getuservariables
2018-12-19 01:20:28.214 Error: (Google Home) Could not create 'Bagno', result was ERR
2018-12-19 01:20:28.220 Error: (Google Home) Could not ...
2018-12-19 01:20:28.214 Error: (Google Home) Could not create 'Bagno', result was ERR
2018-12-19 01:20:28.220 Error: (Google Home) Could not ...
- Saturday 15 December 2018 21:31
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 51932
Re: Python Plugin: Samsung TV
how can i update it?
- Friday 14 December 2018 16:44
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 93598
Re: Python Plugin: Zigbee2Mqtt
anyone can help me to understand where is the problem? my plugin stop receive data after 1/2 days...i've to reboot domoticz.
Service (zigbee2mqtt.service) send data correctly.
Thanks
Service (zigbee2mqtt.service) send data correctly.
Thanks
- Wednesday 12 December 2018 9:18
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 93598
Python Plugin: Zigbee2Mqtt
Hi, my zigbee2mqtt service works perfectly and send regular updates but my domoticz plugin after a while stops working and seems not to receive data, anyone that have this issue?
Thanks

Thanks

- Monday 10 December 2018 21:28
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 38086
Re: Python plugin: Battery Level for Z-Wave Devices
yes it's into config directory and i'm reading it normally
Then it could be that since you are running a very recent beta the open wave config file format has changed ?
Did you successfully run the plugin with prior versions ? Did the plugin stop when you last upgraded ?
yes, after 25 ...
- Monday 10 December 2018 18:37
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 38086
Re: Python plugin: Battery Level for Z-Wave Devices
yes it's into config directory and i'm reading it normally
- Monday 10 December 2018 18:17
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 38086
Re: Python plugin: Battery Level for Z-Wave Devices
Hi @Logread, my plugin stopped his work! 
what appened?
tnx
Code: Select all
2018-12-10 18:09:11.798 Error: (Battery Level ZWave) Error reading openzwave file ./Config/zwcfg_0xcc2f1a61.xml
Code: Select all
2018-12-10 18:10:21.726 Error: (Battery Level ZWave) Enable to find a zwave controller configuration file !
tnx
- Monday 10 December 2018 1:30
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 231735
Re: [MyDomoAtHome] Support thread
hi guys, i've to monit my domoathome with monit, and i find this code :
check host MyDomoAtHome with address MYIP
start program = "/usr/sbin/service mydomoathome start"
stop program = "/usr/sbin/service mydomoathome stop"
if failed port 3002 protocol HTTP
request /devices
with timeout 5 ...
check host MyDomoAtHome with address MYIP
start program = "/usr/sbin/service mydomoathome start"
stop program = "/usr/sbin/service mydomoathome stop"
if failed port 3002 protocol HTTP
request /devices
with timeout 5 ...
- Tuesday 04 December 2018 0:22
- Forum: Other questions and discussions
- Topic: Sky HD Box Test
- Replies: 32
- Views: 6211
Re: Sky HD Box Test
Looks like they changed things with their new box then :(
I assume that the box doesn't ping (neither of mine do although from memory they used to so Sky are clearly making functionality changes in their firmware) ?
Will sky-remote-cli change channels etc or is it totally dead too?
Yes, i ...
- Tuesday 04 December 2018 0:06
- Forum: Other questions and discussions
- Topic: Sky HD Box Test
- Replies: 32
- Views: 6211
Re: Sky HD Box Test
What code do you get if you run this? Replace SKYBOXADDRESS with the IP of your Sky box, you don't need to replace the IPOFYOURCHOICE part for testing.
curl -i -s -o /dev/null -w "%{http_code}" 'http://SKYBOXADDRESS:49159/photo-viewing/start?uri=http://IPOFYOURCHOICE/null.jpg'
If it's 200 then ...
- Monday 03 December 2018 23:45
- Forum: Other questions and discussions
- Topic: Sky HD Box Test
- Replies: 32
- Views: 6211
Re: Sky HD Box Test
What do you mean by Mysky HD on demand?
If it is a normal Sky HD box then I posted a script previously in this thread that can work out whether the box is in standby or not. Does it not work?
If it is Sky Q then I have no idea whether it will work or not as I don't have that service to test ...
- Sunday 02 December 2018 19:19
- Forum: Other questions and discussions
- Topic: Sky HD Box Test
- Replies: 32
- Views: 6211
Re: Sky HD Box Test
no news?dextm80 wrote: Thursday 01 November 2018 19:08 i've a MYSKY hd on demand. There is a way to check the status of the box?
i tried sky-remote-cli but nothing happends
- Saturday 01 December 2018 22:58
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 87596
Re: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Thank you for the nice plugin. Unfortunately, I have a problem controlling my ACs from Domoticz. I have 18 ACs PSA-RP140ka connected to my Melcloud account. AC status and room temp updates regularly in Domoticz but when I try to change the setpoint or the mode of the AC, it doesn't respond. I also ...
- Friday 30 November 2018 22:45
- Forum: Python
- Topic: Python Plugin: Samsung TV
- Replies: 176
- Views: 51932
Re: Python Plugin: Samsung TV
Code: Select all
2018-11-30 22:36:27.244 Error: Samsung 65ks7000 hardware (4) thread seems to have ended unexpectedly
anyone that get this issue?
- Friday 30 November 2018 22:44
- Forum: Other questions and discussions
- Topic: IFTTT and Domoticz
- Replies: 15
- Views: 11983
Re: IFTTT and Domoticz
hi guys, there are anyone that put a definitive guide how to use ifttt with domoticz for a newbies (for example with a simple lights or google home)?
I looking fot that but found only confused or already created video or text.
Thanks
I use controlicz
In the google home you can add the ...
- Friday 30 November 2018 16:22
- Forum: Other questions and discussions
- Topic: IFTTT and Domoticz
- Replies: 15
- Views: 11983
Re: IFTTT and Domoticz
hi guys, there are anyone that put a definitive guide how to use ifttt with domoticz for a newbies (for example with a simple lights or google home)?
I looking fot that but found only confused or already created video or text.
Thanks
I looking fot that but found only confused or already created video or text.
Thanks
- Wednesday 28 November 2018 23:00
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz and native https problem
- Replies: 4
- Views: 1869
Re: Domoticz and native https problem
thank you @gizmocuz you have solve my problem!gizmocuz wrote: Wednesday 28 November 2018 17:33 You can edit the service file (/etc/init.d/domoticz.sh) and specify a certificate file here (as commandline argument) and store this certificate under a different filename in your domoticz folder