Search found 14 matches
- Tuesday 28 November 2017 10:19
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 184416
Re: Controlicz - Easy Domoticz to Alexa Integration
@Madgeni Hi, I have a question for clarification: In Domoticz, I have a (virtual) switch of type light/switch, switch, blinds, which controls my blinds. In Domoticz, I have defined Action on On and Action on Off. "On" will bring the blinds down, "Off" will bring the blinds up. I am using German ...
- Monday 27 November 2017 15:38
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 510594
Re: Controlicz - Domoticz to Google Home/Assistant integration
Hi Madgeni! Starting today, I encounter some strange problems with Controlicz -- /some/ of my devices stopped working! This is odd ... I'm trying to explain what's happening: I have mainly ZWave and 433 Mhz devices. Most switches (on/off) stopped working, but *some* switches still work. The Alexa ...
- Friday 17 November 2017 10:28
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
ah cool!
I'll check out your changes later and pull them in if they work ...
- thomas


- thomas
- Saturday 07 October 2017 15:01
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
Hi! Agree im getting the same errors fyi. 'onMessage' failed 'TypeError':'onMessage() missing 2 required positional arguments: 'Status' and 'Extra''. fixed. The error is "invalid literal for int() with base 10:". This just means that the argument that you passed to int doesn't look like a number. In ...
- Thursday 08 June 2017 18:24
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
using it but the Yamaha (v675) does not react ... hm, the 675 should support the YNCA protocol (see i. e. https://github.com/graememorgan/yamaha). you might try this script or https://github.com/thomas-villagers/avsend from the command line; if they work, the plugin should work as well ... check ...
- Wednesday 07 June 2017 23:00
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
Hey,
I /think/ I have fixed the plugin; find the new version on github!
- thomas
I /think/ I have fixed the plugin; find the new version on github!
- thomas
- Wednesday 08 March 2017 16:56
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
Hi jimtrout87,
happy to hear that you find the script useful.
I don't use the other inputs (Audio etc.), so yes, you'll have to modify the script to your needs. But this is easily done, as you've figured out already...
- thomas
happy to hear that you find the script useful.
I don't use the other inputs (Audio etc.), so yes, you'll have to modify the script to your needs. But this is easily done, as you've figured out already...

- thomas
- Wednesday 15 February 2017 9:14
- Forum: Python
- Topic: Python plugins not working
- Replies: 25
- Views: 21799
Re: Python plugins not working anymore with latest beta Version: 3.6707
that fixed it, thank you!
- Tuesday 14 February 2017 17:52
- Forum: Python
- Topic: Python plugins not working
- Replies: 25
- Views: 21799
Re: Python plugins not working anymore with latest beta Version: 3.6707
I'm sorry, still no luck: pi@raspberrypi:~$ domoticz/domoticz -verbose 2 2017-02-14 17:32:59.280 Domoticz V3.6708 (c)2012-2017 GizMoCuz 2017-02-14 17:32:59.280 Build Hash: 7b91f74, Date: 2017-02-14 16:52:55 2017-02-14 17:32:59.281 System: Raspberry Pi 2017-02-14 17:32:59.281 Startup Path: /home/pi ...
- Tuesday 14 February 2017 16:26
- Forum: Python
- Topic: Python plugins not working
- Replies: 25
- Views: 21799
Python plugins not working
Hi, on my raspy, python plugins do not work anymore with the latest beta Version: 3.6707 Build Hash: 6674ca2 They did work before the update. Now, the start log tells me: : 2017-02-14 16:20:33.647 PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available ...
- Monday 13 February 2017 16:52
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
Hey, the principal steps for using python plugins are discussed in the thread about tester22's awesome Sonos plugin, see http://www.domoticz.com/forum/viewtopic.php?f=65&t=15543#p114944 In a nutshell: - you need the beta version of domoticz; November's stable version does not have the plugin system ...
- Monday 13 February 2017 11:45
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
I pushed an update for the script, seems to be running stable (18 hours uptime without crashing domoticz 
- thomas

- thomas
- Sunday 12 February 2017 14:43
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Re: Yamaha AV Receiver Plugin
Hi Dnpwwo,
thanks for your reply and clarifying a few things.
I'll move the device updates to onMessage as soon as I can find some time.
And I just checked, the issue with iceweasel seems to be fixed now, great!
- thomas
thanks for your reply and clarifying a few things.
I'll move the device updates to onMessage as soon as I can find some time.
And I just checked, the issue with iceweasel seems to be fixed now, great!

- thomas
- Monday 06 February 2017 16:21
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 26513
Yamaha AV Receiver Plugin
Hi, I wrote a python plugin for Yamaha AV receivers, you can find it on github: https://github.com/thomas-villagers/domoticz-yamaha This is very similar in structure to the Denon Plugin in the examples folder, but much simpler though. I think the plugin system is really nice and useful, but - I know ...