Search found 15 matches

by Diplo95
Friday 10 September 2021 18:41
Forum: Dashticz
Topic: [SOLVED]Problem with HTML custom block
Replies: 3
Views: 387

Re: Problem with HTML custom block

I found my stupid error :
I had defined the weatherwidget blocks before the line

Code: Select all

blocks{}
in CONFIG.js !!!
by Diplo95
Friday 10 September 2021 18:32
Forum: Dashticz
Topic: [SOLVED]Problem with HTML custom block
Replies: 3
Views: 387

Re: Problem with HTML custom block

Hi,

Image

I used the automatic installation, and I don't remember the path I chose. But, as you can see, this is the folder containing my CONGIG.js and custom.css files.
by Diplo95
Friday 10 September 2021 13:28
Forum: Dashticz
Topic: Dashticz : border-color dial bar primary
Replies: 18
Views: 1541

Re: Dashticz : border-color dial bar primary

Have you tried without 'else' ?
by Diplo95
Friday 10 September 2021 10:26
Forum: Dashticz
Topic: [SOLVED]Problem with HTML custom block
Replies: 3
Views: 387

[SOLVED]Problem with HTML custom block

Hi, I'm a beginner with dashticz and I try to use an HTML custom block on my screen. I use the example of the wiki and try to retrieve the met of my location. Here is the code from weatherwidget.io : <a class="weatherwidget-io" href="https://forecast7.com/fr/48d542d66/melun/" data-label_1="Moissy ...
by Diplo95
Friday 10 September 2021 10:17
Forum: Dashticz
Topic: Dashticz : border-color dial bar primary
Replies: 18
Views: 1541

Re: Dashticz : border-color dial bar primary

Hello,

I'm really not a specialist, but reading your code triggers an interrogation.

It seems your device with idx = 256 gives you temp and humidity. So, are you sure your code makes a test on the right data : temperature, not on humidity ?
by Diplo95
Monday 02 August 2021 10:12
Forum: Z-Wave
Topic: Qubino Flush Dim State issue
Replies: 27
Views: 3798

Re: Qubino Flush Dim State issue

Hello, I step in this discussion because I have a similar issue with a Qubino ZMNHCD1. I run domoticz v2021.1. I tried several times the manip explained above but without any success : I still remain on 1.1 canal. Sadly, I see the state of my shutter is sometimes correct but sometimes not : it's ...
by Diplo95
Monday 14 June 2021 23:42
Forum: dzVents
Topic: [Solved] Looping through global variable ?
Replies: 4
Views: 1188

Re: Looping through global variable ?

Thx a lot : I didn't know that and it's now working as a charm !!
by Diplo95
Monday 14 June 2021 9:37
Forum: dzVents
Topic: [Solved] Looping through global variable ?
Replies: 4
Views: 1188

Re: Looping through global variable ?

Thx Waaren for your reply but I think I was not clear. I'd like to loop in a collection of global persistent variables. I have 3 global persistent variable. I declared them in the global_data.lua file : globla_data.lua data = { Value1 = { history = true, maxHours =6 }, Value2 = { history = true ...
by Diplo95
Sunday 13 June 2021 19:04
Forum: dzVents
Topic: [Solved] Looping through global variable ?
Replies: 4
Views: 1188

[Solved] Looping through global variable ?

Hello, I'm trying to loop through global variables without knowing if it's even possible. I want to get back the values stored in a global variable by another script to update a custom sensor. I tried that : local capteurs = { { custom = 'Custom_Test1', GV = 'Value1' }, { custom = 'Custom_Test2', GV ...
by Diplo95
Saturday 06 March 2021 23:35
Forum: Cameras
Topic: ESP32-CAM as doorbell with camera
Replies: 277
Views: 71918

Re: ESP32-CAM as doorbell with camera

Today i finished to solder work. The 2 white wires which can seen, are for the original chime. Everything is in. Now going to test if everything still works how it needs to work http://mfg-selfkant.de/wp-content/uploads/2020/07/20200724_093034_resized.jpg Hi, I'm really impressed by the work you've ...
by Diplo95
Monday 15 February 2021 19:47
Forum: dzVents
Topic: How to dim a light [Solved]
Replies: 6
Views: 5184

Re: How to dim a light [Solved]

Hello,

I join the thread because I try to find a way to dim a light with my Xiaomi Round 1 button switch.

Just to be sure, this script dim the light once the button is released ?
Varazir : have you found a way to dim the light when pushing the switch ?
by Diplo95
Tuesday 27 October 2020 21:07
Forum: dzVents
Topic: [Solved] Difficulties with Curl in a script [Solved]
Replies: 2
Views: 914

Re: Difficulties with Curl in a script [Solved]

Thanks for the help. I finally did it with this command : dz.openURL({ url = 'http://192.168.1.**:80/api/Axxxxxxxxx/sensors/20/config', method = 'PUT', headers = { ['Content-Type']= 'application/json' }, postData = { ['duration'] = '500'}, }) If it can help
by Diplo95
Saturday 24 October 2020 15:13
Forum: dzVents
Topic: [Solved] Difficulties with Curl in a script [Solved]
Replies: 2
Views: 914

[Solved] Difficulties with Curl in a script [Solved]

Hello, I try to send a curl message to change a parameter to a device Xiaomi via a Conbee 2. I've found the correct command : curl -H 'Content-Type: application/json' -X PUT -d '{"duration": 500}' http://192.168.1.1:80/api/A********/sensors/20/config I know it's ok because I tested it on a command ...
by Diplo95
Tuesday 21 April 2020 10:52
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4964

Re: Fibaro Roller Shutter percentage issue (FGR-223)

This is only some kind of workaround ... so I doubt Domoticz developers would agree to implement it permanently :?: :roll: As I can see, all FGR223 have problems. Don't you think it could worth it to notify your solution to the developpers of Domoticz ? In my case, I would be more than happy if the ...
by Diplo95
Tuesday 14 April 2020 18:17
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4964

Re: Fibaro Roller Shutter percentage issue (FGR-223)

Hi, I'm verry interested in a solution to solve this problem with FGR223. So, I tried your solution but I have a problem when testing the refresh in my cmd : I tried : sudo curl -k -d 'fun=racp&node=10' -X POST http://192.168.1.45:7781/ozwcp/refreshpost.html Result : <html><head><title>Unauthorized ...