Search found 13 matches

by maceddy
Thursday 07 July 2022 11:34
Forum: Python
Topic: Help request: streaming data from database to Power Bi
Replies: 3
Views: 2623

Re: Help request: streaming data from database to Power Bi

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
by maceddy
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 ...
by maceddy
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 ...
by maceddy
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
Default certificate
Default certificate
IMG_20200328_234343.jpg (143.52 KiB) Viewed 235 times
by maceddy
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 ...
by maceddy
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 ...
by maceddy
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.
by maceddy
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...
sunsetblockly.png
sunsetblockly.png (15.21 KiB) Viewed 5164 times
by maceddy
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 ...
by maceddy
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 ...
by maceddy
Wednesday 17 January 2018 20:47
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22943

Re: Dashticz - Function - Graphs

GuidoP18 wrote: Monday 11 December 2017 20:18 Is there a way to delete the buttons 'last hours, today, last month'?
I added this line to the custom css..
Not a very neat option, but for me it does the trick...
Spoiler: show
.btn-default {
visibility:hidden; /* aangepast om knoppen in regengrafiek te verbergen */
}
by maceddy
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 ...
by maceddy
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 ...