Search found 14 matches

by dekoene
Tuesday 14 October 2025 14:02
Forum: Dashticz
Topic: OWMweatherwidget inner spacing adjustable via css?
Replies: 1
Views: 60

Re: OWMweatherwidget inner spacing adjustable via css?

Found it with a little help of chatgpt:

/* Reset all margins first */
.weatherday,
.weatherday_wrapper {
margin: 0 !important;
}

/* Apply spacing only between inner blocks */
.weatherday:not(:last-child),
.weatherday_wrapper:not(:last-child) {
margin-right: 4px !important;
}
by dekoene
Monday 13 October 2025 10:52
Forum: Dashticz
Topic: OWMweatherwidget inner spacing adjustable via css?
Replies: 1
Views: 60

OWMweatherwidget inner spacing adjustable via css?

Hi all,

I was wondering if I could make the spaces smaller inbetween the days of the default weather layoutblock:
2025-10-13.png
2025-10-13.png (266.27 KiB) Viewed 54 times
I prefer a 2px space between my blocks but have no idea how to change this one.

Thanks!
by dekoene
Saturday 13 September 2025 15:12
Forum: Node-RED
Topic: Smart-Nora as alternative to Homebridge
Replies: 0
Views: 108

Smart-Nora as alternative to Homebridge

Hi all,

I'm struggeling with my node red workflow setup in order to open/close my garagedoor via Smart-Nora - google assistant. I used to use Homebridge but as the service became paid I started looking for a free alternative.

I'm able to connect to Domoticz and to Smart Nora but not able to send ...
by dekoene
Monday 03 June 2024 15:09
Forum: Switches and Scenes
Topic: Add manually a switch -> no hardware in dropdown available
Replies: 1
Views: 2368

Add manually a switch -> no hardware in dropdown available

Hi all,

I'm not able (anymore) to add manully a switch (RFXcomm related) as the hardware is not displayed in the dropdown menu. Any idea how this is possible? This has worked before and I have several switches operating to control blinds.

2024-06-03 15_07_30-Domoticz - LightSwitches.png

It's ...
by dekoene
Wednesday 11 August 2021 11:48
Forum: Other questions and discussions
Topic: Sonoff (Tasmota) garage door opener with contact sensor on GPIO 14
Replies: 3
Views: 2349

Re: Sonoff (Tasmota) garage door opener with contact sensor on GPIO 14

Thanks for the input! I wasn't aware of this plugin but I've 15 other sonoff devives running without any problems in Domotics.

It's the sensor feedback I wasn't aware how to configure. I noticed now that I simply had to put the corresponding Domoticz idx (dummy switch for the sensor status) in the ...
by dekoene
Monday 09 August 2021 20:23
Forum: Other questions and discussions
Topic: Sonoff (Tasmota) garage door opener with contact sensor on GPIO 14
Replies: 3
Views: 2349

Sonoff (Tasmota) garage door opener with contact sensor on GPIO 14

Hi all,

I'm trying to get the garage door to work with a sonoff SV device and complementary contact sensor on GPIO 14.

The first part is pretty straight forward and I'm able to open/close the garage door with the Sonoff device (with a dummy switch in Domoticz). I followed the following guide ...
by dekoene
Tuesday 10 March 2020 11:33
Forum: Dashticz
Topic: Auto log-in DAHUA camera's in Dashticz not working
Replies: 6
Views: 1815

Re: Auto log-in DAHUA camera's in Dashticz not working

clinkadink wrote: Tuesday 10 March 2020 9:48 I just add my encoded password as the url's password parameter, instead of the unencoded one.

Ok thanks - I'll give it a try later today!
by dekoene
Tuesday 10 March 2020 9:30
Forum: Dashticz
Topic: Auto log-in DAHUA camera's in Dashticz not working
Replies: 6
Views: 1815

Re: Auto log-in DAHUA camera's in Dashticz not working


Are you passing an unencoded password in the URL? Browsers are clamping down on this. You could try encoding your password and passing that instead. Link below is what I use for my cameras.

https://www.base64encode.org/


Thanks for this info. Indeed, I noticed after some more testing that ...
by dekoene
Monday 09 March 2020 17:05
Forum: Dashticz
Topic: Auto log-in DAHUA camera's in Dashticz not working
Replies: 6
Views: 1815

Re: Auto log-in DAHUA camera's in Dashticz not working

Yes - thats how I tested in the first place the different URL's.

The camera has an option for 'anonymous' login but enabling that option didn't change anything neither. I'm stuck with the pop-up login boxes.
by dekoene
Monday 09 March 2020 13:19
Forum: Dashticz
Topic: Auto log-in DAHUA camera's in Dashticz not working
Replies: 6
Views: 1815

Auto log-in DAHUA camera's in Dashticz not working

Hi,

I have 5 Dahua Camera's integrated in my Dash. They are working perfect and refresh the images every x seconds as defined.

buttons.webcam = {width:12, isimage:true, forcerefresh:true, refreshimage: 3000, image: 'http://192.168.1.130/cgi-bin/snapshot.cgi?', url: 'http://192.168.1.130/cgi-bin ...
by dekoene
Sunday 08 March 2020 9:26
Forum: Dashticz
Topic: Dark styled google map
Replies: 1
Views: 222

Dark styled google map

Hi,

I've a dark styled theme Dashticz but my google maps is still in the default colors.

Does anyone know how to make it dark?

I've been looking via the google dev platform but couldn't change my existing API. (maybe it's just me ;-))
Is there an alternative to change this via Dashticz?

Thanks ...
by dekoene
Tuesday 11 June 2019 21:25
Forum: Dashticz
Topic: Dashticz - modify OWM icon in the big weather section
Replies: 19
Views: 2527

Re: Dashticz - modify OWM icon in the big weather section

Great - that worked!

Thanks!
by dekoene
Sunday 09 June 2019 22:48
Forum: Dashticz
Topic: Dashticz - modify OWM icon in the big weather section
Replies: 19
Views: 2527

Re: Dashticz - modify OWM icon in the big weather section

Like this?

.col-xs-12
.weather ::before {
font-size: 36px !important;}
.big .weatherdegrees {
font-size: 55px;
font-weight: 10;}
.big .weatherloc {
display: inline-block;
margin-top: -4px;
font-size: 35px;
font-weight: normal;
margin-right: 4px;
text-align:left;}

That doesnt seem to ...
by dekoene
Sunday 09 June 2019 10:32
Forum: Dashticz
Topic: Dashticz - modify OWM icon in the big weather section
Replies: 19
Views: 2527

Dashticz - modify OWM icon in the big weather section

Hi all,

I'm struggeling with my custom.css to make the icon in the OWM weather section bigger. From a distance I couldn't read the degrees so I made them bigger but I can't find the correct reference to the Icon in order to make it bigger as well.

Does anyone know how to do this? I see often ...