Search found 23 matches
- Friday 10 November 2017 18:13
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
Updated to latest Domoticz and development version of Onkyo plugin. Am receiving this error every now and then in my logs. 2017-11-10 18:08:35.442 Error: (Onkyo AV) 'onCommand' failed 'AttributeError':''NoneType' object has no attribute 'Send''. 2017-11-10 18:08:35.442 Error: (Onkyo AV) ----> Line ...
- Thursday 24 August 2017 22:42
- Forum: Others
- Topic: 5ch led WiFi controller
- Replies: 5
- Views: 2439
Re: 5ch led WiFi controller
Looks like a nice box.
Do you mind including where you found this one?
https://github.com/mertenats/Arilux_AL-LC0X
I believe the unit in your picture is named has a model name that end with "06".
/Magnus
Do you mind including where you found this one?
https://github.com/mertenats/Arilux_AL-LC0X
I believe the unit in your picture is named has a model name that end with "06".
/Magnus
- Sunday 20 August 2017 18:18
- Forum: Python
- Topic: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?
- Replies: 8
- Views: 2071
Re: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?
This if not normal afaik. If i start Domoticz from shell with in normal or debug python eventsystem load only once. Once I start it using startupscript created by installer both eventsystem and python eventsystem reload every minute or two. I´ll see if I can figure out why this happen. Unless its ...
- Friday 18 August 2017 20:28
- Forum: Python
- Topic: Python Eventsystem: (constantly restarting) Module not found - What´s wrong?
- Replies: 8
- Views: 2071
Python Eventsystem: (constantly restarting) Module not found - What´s wrong?
Hi, Have setup a brand new RPi for development based on latest beta running on Stretch. Have installed python3 and python3-dev, version 3.5.3. At this point in time nothing have been configured. I get below error message from Python EventSystem and it constantly do a "reset all events". Any idea why ...
- Saturday 17 June 2017 14:28
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
phd1963, You get this error due to changes in underlying Python plugin implementation. It's one of the beauties of running bleeding edge code that stuff can break without notice. In this case it was posted in Python sub forum about this change prior to it being implemented. you have three options ...
- Wednesday 03 May 2017 11:15
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
Thanks Jorgh. I have tried different various selectors in a Scene. They behave the same all of them even if I change the Scene into a Group as have been suggested in at least on other forum post. A workaround could be to create switches (by the plugin) that activate specific Inputs and Modes once ...
- Tuesday 02 May 2017 22:14
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
I thought I'd bring up an issue I'm facing. Btw a GitHub issue have been created on this topic. When for example If Main Source is used in a Domoticz Scene it's not possible to see Input Label as a drop down when defining what source to be set. Instead all labels are translated to a Level, presented ...
- Friday 31 March 2017 12:20
- Forum: Python
- Topic: Python plugin: Sonos [old version]
- Replies: 177
- Views: 37158
Re: Python plugin: Sonos
Did you follow https://www.domoticz.com/wiki/Using_Python_plugins Page that outline prerequisites and install method for Python? I did now, but I'm now stuck with 'change CMakeLists.txt'. I can't find how to do this? I tried to search for that file & tried to google it, but can't find it anywhere ...
- Thursday 30 March 2017 21:49
- Forum: Python
- Topic: Python plugin: Sonos [old version]
- Replies: 177
- Views: 37158
Re: Python plugin: Sonos
I am trying to get this plugin running, but I'm stuck. I get this error in the Domoticz log: 2017-03-30 16:22:06.543 PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform. I tried to install libpython on my raspberry, but he can't ...
- Wednesday 29 March 2017 19:31
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
Jorgh,
I'm travelling and am back home on Tuesday next week. Will verify your fix for the Volume issue then.
/Magnus
I'm travelling and am back home on Tuesday next week. Will verify your fix for the Volume issue then.
/Magnus
- Sunday 26 March 2017 11:02
- Forum: Python
- Topic: Webserver within plugin? - For receiving external events
- Replies: 2
- Views: 813
Webserver within plugin? - For receiving external events
Hi, Have just started to explore what can be done with the Python plugin capabilities. An awesome thing if you ask me as it open up much more ways to integrate stuff and in a way that is simpler due to Python vs C++. I have a device from Teracom that is basically a ethernet connected IO device with ...
- Saturday 25 March 2017 14:40
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
@jorgh, I noticed this error related to set volume level today. Eror can be reproduced from time to time if I hold mouse button down and move volume level slider. Sometime volume is changed but in some case it only changes when I release mouse button. Do you have any plans to push this plugin to ...
- Wednesday 22 March 2017 21:53
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
@jorgh, I figured out what the problem was. In fact its problem I have noticed on 3 different Onkyo receivers (2x 806 and the 828). The problem is that after some time, typically a few weeks or more the receiver stop returning any response when a command is sent to it. For example in Node-Red it can ...
- Wednesday 22 March 2017 20:59
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: [RELEASED] Python plugin to control Onkyo receivers
Great work on this @joerh, I installed the plugin on Domoticz 7067 with Python 3.4. Plugin load and discover my TX-NR828 on ip 192.168.10.2 (have previously used Node-Red for some basic integration). However no devices are created, even after several minutes. In Domoticz status log I see that the ...
- Saturday 04 March 2017 14:48
- Forum: Python
- Topic: UniPi plugin - question
- Replies: 16
- Views: 5951
Re: UniPi plugin - question
Interesting. :D I´m just about to buy a UniPi Neuron to replace my central Domoticz with something more professional. Are you willing to share your plugin and let other work collaboratively to enhance it? /Magnus @Dnpwwo, Thanks for confirming my assumptions are OK. I'm just polling or pushing ...
- Saturday 04 March 2017 14:46
- Forum: Python
- Topic: [RELEASED] Python plugin to control Onkyo receivers
- Replies: 277
- Views: 53601
Re: Python script to control Onkyo receivers
Joerg, This is great :D I have a TX-NR828 that I have currently integrated with Domoticz through Node-red. Unfortunately Node-red stop recieving pushed events from the reciever from time to time. Not sure what happens. Have seen similar behavior in the Onkyo python2mqtt python application. Most of ...
- Sunday 22 January 2017 22:46
- Forum: Z-Wave
- Topic: Zwave.me wall switches (single and double)
- Replies: 5
- Views: 2794
Re: Zwave.me wall switches (single and double)
Hi, I recommend you search this forum for "009303" as that's how the duals paddle sensors are recognised. You're correct saying they are configured with "central scene to gateway" by default. However domoticz do not handle central scenes. As these sensors don't actually control load directly they ...
- Tuesday 10 January 2017 23:08
- Forum: Other questions and discussions
- Topic: Trying to use Popp 009303 Battery Wall Controller with Domoticz
- Replies: 9
- Views: 2291
Re: Trying to use Popp 009303 Battery Wall Controller with Domoticz
Took some time to look into this - busy at work Have updated to latest beta, 6306. Button configurations I have tested and how they are seen by Domoticz: "Switch On/Off" - Can control zwave Groups but is not recognized by Domoticz if pressed. However the controlled device state change gets ...
- Monday 02 January 2017 12:48
- Forum: Other questions and discussions
- Topic: Trying to use Popp 009303 Battery Wall Controller with Domoticz
- Replies: 9
- Views: 2291
Re: Trying to use Popp 009303 Battery Wall Controller with Domoticz
For me devices only show up in Domoticz if I configure buttons to send "scene command". What I´d love to have is the same learning capabilities that exist for RFX/Tellstick in Domoticz. but that seem not to work for Z-Wave remotes. Keep in mind that even if you get a device from the Popp remote you ...
- Tuesday 20 September 2016 17:49
- Forum: Z-Wave
- Topic: Suddenly all zwave devices changes name to "Unknown"
- Replies: 2
- Views: 999
Re: Suddenly all zwave devices changes name to "Unknown"
Thanks for the info and a fast response. My understanding (might be wrong, still a newbie in zwave land) is that OZW is the master and owner of the node names. To me it look like Domoticz somehow lose node->name association in its DB and also fail to sync relation back once it fail. It would be nice ...