Search found 6 matches
- Wednesday 25 April 2018 20:33
- Forum: Suggestions
- Topic: Support of Let's Encrypt
- Replies: 10
- Views: 8855
Re: Support of Let's Encrypt
I'm trying this but getting the following error Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA That's because of this: https://community.letsencrypt.org/t/important-what-you-need-to-know-about-tls-sni-validation-issues/50811 ...
- Monday 01 January 2018 22:28
- Forum: Suggestions
- Topic: Support of Let's Encrypt
- Replies: 10
- Views: 8855
Re: Support of Let's Encrypt
Hi, here's another variant for installing a letsencrypt certificate with Domoticz on a Raspberry Pi (Raspbian). This also includes a cronjob that auto renews. (not tested live yet though...) I'm using a custom ssl port for Domoticz so I forward port 443 to certbot-auto(listening on port 8889 in this ...
- Sunday 10 September 2017 16:14
- Forum: RFLink Transceiver
- Topic: RFLink: List of supported devices
- Replies: 58
- Views: 60014
Re: RFLink: List of supported devices
This 433 4-channel relay works fine:
https://www.aliexpress.com/item/RF22A04 ... sstype=600
From the log:
From the log:
Code: Select all
10;EV1527;021ee3;1;ON
- Tuesday 08 August 2017 22:38
- Forum: RFLink Transceiver
- Topic: RFlink might support Mi-light and other protocols soon :)
- Replies: 98
- Views: 29907
Re: RFlink might support Mi-light and other protocols soon :)
I paired a bulb (9W RGBW FUT016) doing this: 10;MiLightv1;F740;01;34BC;PAIR; Followed by a 20/Echo command and the Bulb works in Domoticz. Now I want to Unpair it and I do this: Toggle the connected power and then within 3 sec I send this: 10;MiLightv1;F740;01;34BC;UNPAIR; The light goes white and ...
- Sunday 02 July 2017 20:20
- Forum: RFLink Transceiver
- Topic: RFLink: List of supported devices
- Replies: 58
- Views: 60014
Re: RFLink: List of supported devices
Hi, these 433 MHz temp/humidity sensors work. 3 channels per type so you could have 6 in total: http://www.biltema.se/sv/Kontor---Teknik/Klockor-och-vaderstation/Vaderstation-och-termometer/Tradlos-vaderstation-2000036036/ Extra sensor: 84-0863, 84-0864 As well as: Extra sensor: 84-0865 tempsensor ...
- Wednesday 21 June 2017 13:22
- Forum: Show your projects
- Topic: Grafana with InfluxDB for Domoticz
- Replies: 44
- Views: 36934
Re: Grafana with InfluxDB for Domoticz
Hi, I have InfluxDB and Grafana working on a Raspberry Pi 3. Thought I'd dump the complete instructions as it may save someone some time. Domoticz: 3.5877 Influxdb: 1.2.4 Grafana: 4.1.2 Install InfluxDB sudo apt-get update sudo apt-get upgrade wget https://dl.influxdata.com/influxdb/releases ...