Have 1 too.
What worked for me to connect to Hue:
- reset the switch by pushing the reset button on the switch 5 times with everytime a pause of 1 second. The red led on the switch blinks.
- Then I could add the switch to Hue App with the normal procedure, no Touchlink procedure required.
Search found 32 matches
- Monday 03 February 2020 11:45
- Forum: Zigbee
- Topic: ALDI / Muller-Light / Tint Smart Switch.
- Replies: 1
- Views: 1466
- Monday 23 April 2018 20:10
- Forum: Speech & Voice Systems
- Topic: Google Home voice control for Domoticz: the easy way!
- Replies: 12
- Views: 29820
Re: Google Home voice control for Domoticz: the easy way!
Excellent use of standard equipment in a creative way. Well done!
- Sunday 11 February 2018 19:44
- Forum: Python
- Topic: Python Plugin: 433 RF Switches
- Replies: 18
- Views: 9383
Re: Python Plugin: 433 RF Switches
Do you have any other suggestion then on how to control these Somfy motors? I have seen various projects on Google controlling a Somfy RF remote with an Arduino. And You can control Somfy with specific code for Arduino or Raspberry and a 433Mhz transmitter, have a look on Github. Have a look here ...
- Friday 26 January 2018 22:09
- Forum: Python
- Topic: Python Plugin: 433 RF Switches
- Replies: 18
- Views: 9383
Re: Python Plugin: 433 RF Switches
Somfy uses a rolling code, So this Will not work.
- Saturday 23 December 2017 21:02
- Forum: Python
- Topic: Stability with Python Plugins
- Replies: 29
- Views: 6041
Re: Stability with Python Plugins
I found out that most of the problems come from plugins using connections! That matches with a problem I encountered this week. A plugin based on the plugin template, doing “almost nothing” has been running without problem for many months. This week I started with a plugin using Http connections and ...
- Thursday 21 December 2017 15:32
- Forum: Python
- Topic: Python Plugin : HTTP Listener example question
- Replies: 8
- Views: 1670
Re: Python Plugin : HTTP Listener example question
I compared the code from "HTTP Listener" and "BTLE Scanner" for a clue why a client did not get a response from the HTTP Listener, while it does get a response from BTLE Scanner. The onConnect code from HTT Listener is: def onConnect(self, Connection, Status, Description): if (Status == 0): Domoticz ...
- Thursday 21 December 2017 13:34
- Forum: Python
- Topic: Python Plugin : HTTP Listener example question
- Replies: 8
- Views: 1670
Re: Python Plugin : HTTP Listener example question
@zak54 Just tested yor BTLEscan plugin, and I can connect to the server part: Schermafbeelding 2017-12-21 om 13.27.41.png At least I know now that the problem is not in my setup, but in the HTTP Listener example. @Dnpwwo can probably help there. For the time being I will have a more detailed look at ...
- Thursday 21 December 2017 13:07
- Forum: Python
- Topic: Python Plugin : HTTP Listener example question
- Replies: 8
- Views: 1670
- Thursday 21 December 2017 12:11
- Forum: Python
- Topic: Python Plugin : HTTP Listener example question
- Replies: 8
- Views: 1670
Re: Python Plugin : HTTP Listener example question
I would suggest: try from a web browser turning debug on and looking at the Domoticz log I would expect to see a connection message at a minimum. I would recommend running Domoticz from the command line to do that because HTML response don't format very well in the Web UI log Had a better look ...
- Thursday 21 December 2017 11:03
- Forum: Python
- Topic: Python Plugin : HTTP Listener example question
- Replies: 8
- Views: 1670
Re: Python Plugin : HTTP Listener example question
@gerardwr, Your summary of the example's functionality is pretty accurate. I figured there was no point in a sample that just listened without any activity. Thanks for the heads up. Took me a while before I got it. Excellent "turn key" example, once you "get it" ! I never tested with Curl but would ...
- Wednesday 20 December 2017 23:30
- Forum: Python
- Topic: Python Plugin : HTTP Listener example question
- Replies: 8
- Views: 1670
Python Plugin : HTTP Listener example question
I am looking for a way to add a Python Plugin thats acts like a webserver, that can be called by a webclient on antoher computer. Running Domotizc Version: 3.8755 on RPi-1-Jessie. I did not find much information on the HTTP Listener Python Plugin example, but I THINK it: - adds a webserver waiting ...
- Saturday 02 December 2017 22:54
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 15893
Re: Python Plugin: Network Pinger (Native ICMP)
Hi Dnpwwo, Thank you for the update, the script does work now but I still get an (different) error: " 2017-12-02 08:27:45.743 Error: (Pinger) Transport not initialized, write directive to '192.168.2.12' ignored. Connectionless transport should be Listening." Yes, I've got this error too, exactly ON ...
- Wednesday 29 November 2017 15:56
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 15893
Re: Python Plugin: Network Pinger (Native ICMP)
November 29th, 2017, version 3.0.1: Just installed the updated plugin, works excellent! Defined 3 addresses to ping in setting up, and for every address a "switch" and a "utility" is created automagically. Schermafbeelding 2017-11-29 om 15.37.52.png Schermafbeelding 2017-11-29 om 15.38.08.png For ...
- Monday 27 November 2017 11:33
- Forum: Utility
- Topic: DDS238-1 Cheap Energy-meter with S0 (no RS458)
- Replies: 13
- Views: 11915
- Tuesday 14 November 2017 23:05
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 15893
Re: Python Plugin: Network Pinger (Native ICMP)
@gerardwr, You can change the name of the device in Domoticz to anything you want using the normal "Edit" button in the "Switches" tab. The plugin sets a default name but does not rely on it remaining the same. Yes I understand. But suppose I would like to Ping 20 devices, you would have to edit ...
- Monday 13 November 2017 18:57
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 15893
Re: Python Plugin: Network Pinger (Native ICMP)
Interesting idea. I have changed the ICMP transport to return the elapsed milliseconds to the plugin and it will be in a future beta. Well done, glad I could offer the inspiration. Making the change to the example plugin to manage Domoticz devices would take a little more effort as it was written ...
- Tuesday 07 November 2017 16:40
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 15893
Re: Python Plugin: Network Pinger (Native ICMP)
Plugin works great, thanks for sharing. I currently use a bash script to ping various IP's, and report the number of ms ping-time in a Custom Sensor. In this way I can see how fast the network performs, and in addition use the Domoticz graphing option (see below for how it looks). Your Pinger plugin ...
- Saturday 07 October 2017 13:46
- Forum: ESP8266
- Topic: electric meter
- Replies: 7
- Views: 2838
Re: electric meter
That is where i am looking for can you explane how you have did it. In dutch is also good for me Arduino sketch for ESP8266 attached below, with some instructions on connecting the phototransistor in the sketch (in Dutch). This sketch has been running for me for more than 6 months without problems ...
- Thursday 05 October 2017 17:30
- Forum: ESP8266
- Topic: electric meter
- Replies: 7
- Views: 2838
Re: electric meter
I use an Arduino sketch simulating a Youless powermeter. The Youless is a standard device in Domoticz, and report is like this: Schermafbeelding 2017-10-05 om 17.26.33.png The sketch runs on a Wemos Mini ESP8266 using just a phototransistor to monitor the time between led-pulses on the powermeter ...
- Thursday 05 October 2017 11:08
- Forum: RFLink Transceiver
- Topic: RFLink R47 available
- Replies: 12
- Views: 4612
Re: RFLink R47 available
RFLink should work with all types of remotes or at least most of them. We have one set under investigation however, this is most likely an unofficial clone. This remote works with R47, excellent. 301969275.png Log pressing OFF and ON says : 2017-10-05 14:49:47.409 RFLink: 20;14;MiLightv1;ID=200C68 ...