Search found 7 matches
- Sunday 18 August 2019 21:22
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 89903
Re: Python Plugin: Zigbee2Mqtt
Xiaomi Gas Leak sensor/detector Do you know what kind of gas it detects? I only can find information that it will detect butane/propane/natural gas. But not CO-gas. Is that right, or do you know which kind of gasses it will detect? I don't now what kind of gas it detects, some information i found ...
- Sunday 18 August 2019 21:17
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 89903
Re: Python Plugin: Zigbee2Mqtt
Hello, first of all what i must say - good job with the plugin :) Currently i have some temperature, smoke sensor and works fine, but is lack of gas sensor (or i do something wrong). Is any chance to support Xiaomi Gas Leak sensor/detector with the plugin ? rafek There is no problem to add support ...
- Saturday 17 August 2019 15:46
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 89903
Re: Python Plugin: Zigbee2Mqtt
Hello,
first of all what i must say - good job with the plugin
Currently i have some temperature, smoke sensor and works fine, but is lack of gas sensor (or i do something wrong).
Is any chance to support Xiaomi Gas Leak sensor/detector with the plugin ?
rafek
first of all what i must say - good job with the plugin

Currently i have some temperature, smoke sensor and works fine, but is lack of gas sensor (or i do something wrong).
Is any chance to support Xiaomi Gas Leak sensor/detector with the plugin ?
rafek
- Saturday 11 May 2019 14:19
- Forum: DIY Hardware and Protocols
- Topic: [DIY] Smart Energy Sensor
- Replies: 8
- Views: 5161
Re: [DIY] Smart Energy Sensor
For my part, I would like to thank the author of the project. After contact with the author, I bought the device and launched it :) The assembly is simple and the attached instructions are carried out step by step. I praise the operation of the system very much, as well as support from the author ...
- Sunday 14 April 2019 10:10
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 120130
Re: Python Plugin: Shelly MQTT
Hello, first of all i thanks lwolf for your job on the Shelly MQTT Plugin. Yesterday i configured Selly 2.5 like roller shutter and i have question: Is it possible to reverse the open / close function in domoticz switches ? My observation: - when push close blinds - Venetian Blinds EU 2019-04-14 09 ...
- Tuesday 24 April 2018 12:40
- Forum: Blockly
- Topic: Question about run relays
- Replies: 1
- Views: 1006
Re: Question about run relays
I found som solution, but maybe is worth to tune up ? Maybe someone have more advanced solution ?
- Tuesday 24 April 2018 10:58
- Forum: Blockly
- Topic: Question about run relays
- Replies: 1
- Views: 1006
Question about run relays
Hello, I wonder how I should build an event by blocky, which would implement the scheme below (for my simple irrigation system): echo 1 >/sys/class/gpio/gpio18/value echo 0 >/sys/class/gpio/gpio27/value echo 0 >/sys/class/gpio/gpio22/value echo 0 >/sys/class/gpio/gpio23/value sleep 5 echo 0 >/sys ...