I got this answer from Qubino directly:
"To read data from input I1, there must be configured multichannel association lifeline, but there is a problem, domoticz does not support multichannel association."
Search found 8 matches
- Monday 19 December 2016 8:58
- Forum: Z-Wave
- Topic: Qubino 0-10v ZMNHVD1 working!
- Replies: 14
- Views: 5750
- Monday 28 November 2016 6:03
- Forum: Z-Wave
- Topic: Qubino 0-10v ZMNHVD1 working!
- Replies: 14
- Views: 5750
Re: Qubino 0-10v ZMNHVD1 working!
Thanks Domosapiens!
Though, I'm going to put it down chimney, so it needs to handle at least 200C! I haven't found any DS18b20 that can do that. That was why I went with the PT100 and a 0-10V converter.
Though, I'm going to put it down chimney, so it needs to handle at least 200C! I haven't found any DS18b20 that can do that. That was why I went with the PT100 and a 0-10V converter.

- Saturday 26 November 2016 20:04
- Forum: Z-Wave
- Topic: Qubino 0-10v ZMNHVD1 working!
- Replies: 14
- Views: 5750
Re: Qubino 0-10v ZMNHVD1 working!
I have one of these: https://www.aliexpress.com/item/NEW-PT100-Thermocouple-24VDC-RTD-Temperature-Sensor-Transmitter-0-150-degree-0-10V-Output/32443358251.html?spm=2114.40010208.4.1.y4kpxm Mine is 0-300C, so I guess 10/300 = 0.033V per C. I tried in my living room and I get around 0.78V which is ...
- Friday 25 November 2016 23:16
- Forum: Z-Wave
- Topic: Qubino 0-10v ZMNHVD1 working!
- Replies: 14
- Views: 5750
Re: Qubino 0-10v ZMNHVD1 working!
Hi! I also have this one now and dimming works just fine! :) I have a PT-100 thermometer sensor connected to the input, and set parameter 1 to 'thermometer'. Now I have 3 devices, one 'level' for the output and 2 'switch'... Don't know what those are used for? How am I supposed to get the reading ...
- Saturday 05 November 2016 8:49
- Forum: Show your projects
- Topic: Home fan speed setting using ACM-LV10
- Replies: 38
- Views: 27010
Re: Home fan speed setting using ACM-LV10
Hi! I just bought a Fibaro RGBW myself, however, I'm not sure it's really working correctly... I'm also trying to control a fan (which might support PWM). But I see nothing on the outputs with a multimeter - should I be able to measure voltage between like "R" and ground with PWM? I also tried this ...
- Friday 29 July 2016 23:56
- Forum: Other questions and discussions
- Topic: Google Cloud Messaging works. But how?
- Replies: 6
- Views: 10163
Re: Google Cloud Messaging works. But how?
I have limited CPP skills, but this fails (bold): Json::Reader jReader; bool ret = jReader.parse(sResult, root); if (!ret) { _log.Log(LOG_ERROR, "GCM: Can not connect to GCM API URL"); return false; } bool bSuccess = root["success"].asInt() == 1; if (!bSuccess) _log.Log(LOG_ERROR, "Kebab GCM: %s ...
- Thursday 28 July 2016 8:36
- Forum: Other questions and discussions
- Topic: Google Cloud Messaging works. But how?
- Replies: 6
- Views: 10163
Re: Google Cloud Messaging works. But how?
I'm running the latest beta and I can't get it to work at all with the domoticz-app (not lite). I can see that GCM gets pushed to the server. But no notifications even though I chose all.
- Tuesday 26 July 2016 23:42
- Forum: PHP and all others
- Topic: Python Event scripts
- Replies: 3
- Views: 2262
Re: Python Event scripts
Hi! I just gave this a try... I get the Python option in the Event GUI. But... 2016-07-26 23:28:57.604 Domoticz V3.5382 (c)2012-2016 GizMoCuz 2016-07-26 23:28:57.604 Build Hash: 7071bfc-modified, Date: 2016-07-26 14:06:52 -- 2016-07-26 23:30:09.508 EventSystem: reset all events... This will only ...