Search found 11 matches

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: 1402

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 an old ...
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: 2203

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: 2203

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: https ...
by dekoene
Tuesday 10 March 2020 11:33
Forum: Dashticz
Topic: Auto log-in DAHUA camera's in Dashticz not working
Replies: 6
Views: 1653

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: 1653

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 Firefox ...
by dekoene
Monday 09 March 2020 17:05
Forum: Dashticz
Topic: Auto log-in DAHUA camera's in Dashticz not working
Replies: 6
Views: 1653

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: 1653

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: 205

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, Koen
by dekoene
Tuesday 11 June 2019 21:25
Forum: Dashticz
Topic: Dashticz - modify OWM icon in the big weather section
Replies: 19
Views: 2419

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: 2419

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 do the trick ...
by dekoene
Sunday 09 June 2019 10:32
Forum: Dashticz
Topic: Dashticz - modify OWM icon in the big weather section
Replies: 19
Views: 2419

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 ...