Search found 9 matches
- Monday 27 April 2020 14:16
- Forum: PHP and all others
- Topic: Bose Soundtouch control
- Replies: 44
- Views: 14545
Re: Bose Soundtouch control
Hi, I tried to connect to Soundtouch. I get this error: File "bose.py", line 7, in <module> from libsoundtouch import soundtouch_device File "/usr/local/lib/python2.7/dist-packages/libsoundtouch/__init__.py", line 9, in <module> from zeroconf import Zeroconf, ServiceBrowser File "/usr/local/lib ...
- Sunday 26 January 2020 12:16
- Forum: Third party and supplementary tools
- Topic: RFLink - USB with Domoticz using Arduino Mega
- Replies: 0
- Views: 1129
RFLink - USB with Domoticz using Arduino Mega
Just wanted to drop content and since it is not possible to create an account for the wiki I just put it here in case somebody searches it. There is software, called RFLink that enables communication with a limited set of hardware. See https://www.domoticz.com/wiki/RFLink_Gateway_USB and https://www ...
- Monday 23 December 2019 15:26
- Forum: dzVents
- Topic: There is no device with that name or id [Solved]
- Replies: 5
- Views: 2115
Re: There is no device with that name or id [Solved]
Indeed, I did not activate the device. After activation the device became available in script.
Thank you!
Thank you!
- Monday 23 December 2019 13:55
- Forum: dzVents
- Topic: There is no device with that name or id [Solved]
- Replies: 5
- Views: 2115
There is no device with that name or id [Solved]
Hi Everyone, Using domitcz 4.11570, dzVents 2.5.2, I seem to be unable to access all devices. Using the direct name id I get an error message: There is no device with that name or id. <insert name/id here> If I try the following code: domoticz.devices().forEach(function(device2) domoticz.log('Device ...
- Saturday 16 November 2019 21:55
- Forum: Python
- Topic: Plugwise circle / stealth - plugin
- Replies: 15
- Views: 2300
Re: Plugwise circle / stealth - plugin
It was the modelname. The XML returned from my stretch returned with an attribute. The file has been updated in the original post. Please let me know if this works for you.
- Friday 15 November 2019 21:50
- Forum: Python
- Topic: Plugwise circle / stealth - plugin
- Replies: 15
- Views: 2300
Re: Plugwise circle / stealth - plugin
I have updated the plugin and added two things: 1. Try catch, so modules that do not process correctly will not stop the plugin 2. Dump the module-XML causing the problem (only if debug mode is enabled). This will not fix the issue, but it will give me some details on why this is not working for you ...
- Wednesday 13 November 2019 8:33
- Forum: Python
- Topic: Plugwise circle / stealth - plugin
- Replies: 15
- Views: 2300
Re: Plugwise circle / stealth - plugin
Line 284 which causes can be commented out. It was used during debugging and seems no longer used. I believe you have some hardware that I do not have in your system. My setup only has circles, senses, a button and stealths. Line 284 retrieves the 'type' of devices, which is present in my modules ...
- Monday 11 November 2019 21:37
- Forum: Python
- Topic: Plugwise circle / stealth - plugin
- Replies: 15
- Views: 2300
Plugwise circle / stealth - plugin
Hi all Just wanted to share a plugin I wrote thusfar (not my best work ;-) ) Since I seem unable find how to create a wiki account, I just post it here. This plugin communicates with the stretch (unlike the plugwise2py, which communicates directly with the USB-stick) and allow basis switch ...
- Friday 21 June 2019 19:54
- Forum: Other questions and discussions
- Topic: JSON API - Create device with EnergyMeterMode and external Id
- Replies: 4
- Views: 1150
JSON API - Create device with EnergyMeterMode and external Id
Hi All, Regarding the Create device option of the JSON API (https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s) Is it somehow possible to set: - An externe device Id (preferable one that can be used to udevice/update the measurement from external). - Set the 'EnergyMeterMode' to computed for ...