There is a french topic about this, have not checked if it works.
I was looking for this as well.. Just for fun..
https://easydomoticz.com/forum/viewtopic.php?t=9308
Search found 13 matches
- Thursday 07 July 2022 11:34
- Forum: Python
- Topic: Help request: streaming data from database to Power Bi
- Replies: 3
- Views: 2623
- Thursday 03 December 2020 23:25
- Forum: Blockly
- Topic: Other time-off in daylight saving time period
- Replies: 1
- Views: 563
Other time-off in daylight saving time period
I don't really know where to post but since all my 'scripts' are blockly based I start here. My garden lighting goes on at sunset and switches off at 23:45. However, I would like to have it turned off one hour earlier in the winter (no DST). I was looking to make a 'DST' switch with on/off but I can ...
- Sunday 24 May 2020 12:17
- Forum: Blockly
- Topic: Blockly GCM > FCM?
- Replies: 1
- Views: 596
Blockly GCM > FCM?
The Cloud Messaging provider changed in the last updates. In the Domoticz notifications there is now the option fcm, that works. In Blockly there is no such option. The GCM option still is available but does not work anymore.. Will this be fixed or is there a workaround? I tried a search but the ...
- Saturday 28 March 2020 23:45
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: own certificate overruled?
- Replies: 2
- Views: 281
Re: own certificate overruled?
No I am not.
That's just the default server_cert.pem
That's just the default server_cert.pem
- Saturday 28 March 2020 20:15
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: own certificate overruled?
- Replies: 2
- Views: 281
own certificate overruled?
I got myself a new raspberry pi. Installed domoticz, restored the database. Everything without issues. Only thing is I cannot get my ssl certificate to work. Whatever I do it still checks as *.domoticz.com instead of my own, which had always worked on my previous raspberry. When I replace the file ...
- Wednesday 23 January 2019 20:24
- Forum: Blockly
- Topic: Sunrise time in text dummy
- Replies: 10
- Views: 2559
Sunrise time in text dummy
Just for the fun of it: Every morning I get a push message with tje current temperature. That works fine. I would like, just for the fun, to include the sunrise time. Is there a way to put the sunrise time in a text dummy? I tried with Set dummy to sunrise, but I get 'unknown comparevariable logic ...
- Thursday 17 January 2019 19:30
- Forum: Blockly
- Topic: Sunset/sunrise blockly
- Replies: 10
- Views: 5253
Re: Sunset/sunrise blockly
I can see the logic in that. I am gonna try that! Thanks.
- Thursday 17 January 2019 17:01
- Forum: Blockly
- Topic: Sunset/sunrise blockly
- Replies: 10
- Views: 5253
Sunset/sunrise blockly
I want my garden lights to go on or off only at certain times.
For example: if sunset is before 22:00 turn on the lights at sunset.
I wrote some blockly for this, but my garden lights are not being turned on.. I can not figure out what I am doing wrong...
For example: if sunset is before 22:00 turn on the lights at sunset.
I wrote some blockly for this, but my garden lights are not being turned on.. I can not figure out what I am doing wrong...
- Thursday 18 January 2018 20:48
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 155528
Re: Dashticz - Module - Garbage collector
Can you send me your postalcode/housenumber (can also be your neighbours ;)) by PM, there might be a new type of garbage in there which I haven't seen yet and on which it is failing. Edit: A fix for the waste api is available in a PR . There is also some preparation in it for a configurable mapping ...
- Wednesday 17 January 2018 20:58
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 155528
Re: Dashticz - Module - Garbage collector
Thanks, I cannot get it to work though.. config['garbage_company'] = 'area'; config['garbage_icalurl'] = 0; config['garbage_zipcode'] = '1234XX'; config['garbage_street'] = 'Streetname; config['garbage_housenumber'] = '83'; config['garbage_maxitems'] = '3'; config['garbage_width'] = '5'; config ...
- Wednesday 17 January 2018 20:47
- Forum: Dashticz
- Topic: Dashticz - Function - Graphs
- Replies: 80
- Views: 22943
- Saturday 13 January 2018 21:16
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 155528
Re: Dashticz - Module - Garbage collector
Any chance you will implement 'Area Reiniging'? http://www.areareiniging.nl/home/bewoners/afvalkalender-digitaal/ It shows a Calendar in some sort of frame and there is a possibility to download iCal, but I can not get it to work.. You may use my ZIP and house number (request per DM please :-) ) if ...
- Saturday 13 January 2018 21:13
- Forum: Dashticz
- Topic: Dashticz - Function - Graphs
- Replies: 80
- Views: 22943
Re: Dashticz - Function - Graphs
hello Rob. It's possible to do the selection of two values [idx_1] or [idx_2], like we do on the blocks. I don't know if you remember , i made a request for this some time ago. Thank you Hello. I would like this too. I want to have a graph for temperature only, without Humidity. Aside from this, I ...