Search found 28 matches

by jvdk
Thursday 07 March 2024 16:16
Forum: Bugs
Topic: Sunrise block does not show any data anymore
Replies: 10
Views: 4084

Re: Sunrise block does not show any data anymore



I just defined the block 'sunrise' in: columns[3]['blocks'] = ['sunrise','18','elecJaarVerbruik','Stroomnet','ElecUseNow2','ElecNetUseToday','elecTotalYear']

I attached custom.js and custom.css. I renamed custom.css to custumcss.txt to be able to upload it. A .css cannot be uploaded I just ...
by jvdk
Thursday 07 March 2024 15:53
Forum: Bugs
Topic: Sunrise block does not show any data anymore
Replies: 10
Views: 4084

Re: Sunrise block does not show any data anymore

Lokonli wrote: Wednesday 06 March 2024 20:25
jvdk wrote: Wednesday 06 March 2024 19:29 In V3.10.0.1 the console reads:
Console 3.10.0.1.png
The 'requestFullScreen' error comes from your custom.js:
A javascript program is not allowed to maximize the screen, unless this is initiated by a user gesture. I cannot change that.
Removed it from custom.js. OK now.
by jvdk
Thursday 07 March 2024 15:26
Forum: Bugs
Topic: Sunrise block does not show any data anymore
Replies: 10
Views: 4084

Re: Sunrise block does not show any data anymore

SOLVED! It to me a long time to figure out what was causing the problem. Devices 1191 and 1193 were the root cause. They have to do with the air conditioner. For some reason I disabled the airco hardware in Domoticz. I did not notice because the airco has been disconnected from the mains during ...
by jvdk
Wednesday 06 March 2024 19:35
Forum: Bugs
Topic: Sunrise block does not show any data anymore
Replies: 10
Views: 4084

Re: Sunrise block does not show any data anymore

The other console grabs in Dashticz 3.12.
console_grab1.png
console_grab1.png (377.02 KiB) Viewed 4036 times
console_grab2.png
console_grab2.png (180.36 KiB) Viewed 4036 times
by jvdk
Wednesday 06 March 2024 19:29
Forum: Bugs
Topic: Sunrise block does not show any data anymore
Replies: 10
Views: 4084

Re: Sunrise block does not show any data anymore

In V3.10.0.1 the console reads:
Console 3.10.0.1.png
Console 3.10.0.1.png (289.44 KiB) Viewed 4038 times
by jvdk
Wednesday 06 March 2024 19:21
Forum: Bugs
Topic: Sunrise block does not show any data anymore
Replies: 10
Views: 4084

Re: Sunrise block does not show any data anymore

I just defined the block 'sunrise' in: columns[3]['blocks'] = ['sunrise','18','elecJaarVerbruik','Stroomnet','ElecUseNow2','ElecNetUseToday','elecTotalYear']

I attached custom.js and custom.css. I renamed custom.css to custumcss.txt to be able to upload it. A .css cannot be uploaded I just ...
by jvdk
Monday 04 March 2024 17:11
Forum: Bugs
Topic: Sunrise block does not show any data anymore
Replies: 10
Views: 4084

Sunrise block does not show any data anymore

The sunrise block no longer shows any data:
Sunrise.jpg

Only the icons are shown.

I tried the 3.12.0 master and the beta. Both do not show the sunrise data.

I found an old V 3.10.0.1 version on my Raspberry. In that version it still works:
v 3.10.01.jpg

I saw that something has changes in ...
by jvdk
Saturday 02 March 2024 23:00
Forum: Dashticz
Topic: Sunrise block does not show any data anymore
Replies: 1
Views: 2379

Re: Sunrise block does not show any data anymore

I found an old V 3.10.0.1 version on my Raspberry. In that version it still works:
v 3.10.01.jpg
v 3.10.01.jpg (16.63 KiB) Viewed 2359 times
by jvdk
Saturday 02 March 2024 18:48
Forum: Feature requests
Topic: Dashticz graphs - With past and comparing values
Replies: 0
Views: 2469

Dashticz graphs - With past and comparing values

In Domoticz it has become possible to see the past values and comparing values in graphs as shown below.
Domoticz graph with last year values.png
Domoticz graph with last year values.png (322.56 KiB) Viewed 2467 times
Domoticz comparing graph.png
Domoticz comparing graph.png (318.85 KiB) Viewed 2467 times
It would be nice if such graphs could also be shown in Dashticz. I now switch to Domotricz to see them.

Regards,
Jan
by jvdk
Saturday 02 March 2024 18:20
Forum: Dashticz
Topic: Sunrise block does not show any data anymore
Replies: 1
Views: 2379

Sunrise block does not show any data anymore

The sunrise block no longer shows any data:
Sunrise.jpg
Sunrise.jpg (13.11 KiB) Viewed 2374 times
Only the two icons are shown. I think it was correct until the last beta update, so i just installed the master version. That did not solve the problems.

Does anyone have an idea how to solve this?

Regards,
Jan
by jvdk
Friday 23 February 2024 15:40
Forum: dzVents
Topic: How to write the battery level to a device?
Replies: 7
Views: 777

Re: How to write the battery level to a device?


When you send additional parameters like batterylevel you should also send the normal parameter(s)
See: https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s#Additional_parameters_.28signal_level_.26_battery_level.29
That's the way I do it in Nodered.


That works! Thanks!
I'll try to rewrite ...
by jvdk
Friday 23 February 2024 12:14
Forum: dzVents
Topic: How to write the battery level to a device?
Replies: 7
Views: 777

Re: How to write the battery level to a device?


You can use domoticz api in dzVents:
domoticz.openURL('http://ipadress/json.htm?type=command&param=udevice&idx=<idx>&battery=<numeric value>')


When I try http://192.168.1.2:8080/json.htm?type=command&param=udevice&idx=1309&battery=20
I get the error:
{
"status": "ERR"
}

What I do wrong ...
by jvdk
Thursday 22 February 2024 16:34
Forum: dzVents
Topic: How to write the battery level to a device?
Replies: 7
Views: 777

How to write the battery level to a device?

I have a number of Zigbee temperature sensors connected to Domoticz via the Deconz plugin. The temperature and the humidity values of a sensor become separate devices in Domoticz. I use a dzVents script I found on Internet to combine these temperate and humidity values into one device.

The problem ...
by jvdk
Friday 30 April 2021 16:35
Forum: Utility
Topic: My water icon has become bue-ish after last update
Replies: 2
Views: 330

Re: My water icon has become bue-ish after last update

I followed the procedure you described. It worked. Thanks!
by jvdk
Monday 26 April 2021 19:59
Forum: Utility
Topic: My water icon has become bue-ish after last update
Replies: 2
Views: 330

My water icon has become bue-ish after last update

After the last update (Version: 2021.1) my water icon has become bue-ish.
Water.PNG
Water.PNG (33.49 KiB) Viewed 284 times

Why has the color changed for this icon? It seems to work OK.

Jan
by jvdk
Wednesday 03 March 2021 19:48
Forum: Other questions and discussions
Topic: Why does the P1 gas graph show the hourly usage and not 5 minute usage?
Replies: 14
Views: 2037

Re: Why does the P1 gas graph show the hourly usage and not 5 minute usage?

I just checked the csdb and found that the P1 gas value is updated every 5 minutes. The second column below is the gas counter value.

861 1697549 0 2021-02-19 19:50:00
861 1697607 0 2021-02-19 19:55:00
861 1697702 0 2021-02-19 20:00:00
861 1697769 0 2021-02-19 20:05:01
861 1697822 0 2021-02-19 20 ...
by jvdk
Tuesday 02 March 2021 21:36
Forum: Other questions and discussions
Topic: Why does the P1 gas graph show the hourly usage and not 5 minute usage?
Replies: 14
Views: 2037

Why does the P1 gas graph show the hourly usage and not 5 minute usage?

The P1 gas meter is read every 5 minutes and the values are stored in the Domoticz csdb. In the Usage Last 24 hours graph the usage per hour is shown in a bar graph. In other graphs, for instance the P1 electricity usage, the usage is shown in a line graph with 5 minute interval values.
I checked ...
by jvdk
Thursday 17 December 2020 16:49
Forum: Dashticz
Topic: Decimal separator and number of decimals when using single_block
Replies: 7
Views: 1128

Re: Decimal separator and number of decimals when using single_block

That works like a charm.
Thanks!
by jvdk
Wednesday 16 December 2020 19:30
Forum: Dashticz
Topic: Decimal separator and number of decimals when using single_block
Replies: 7
Views: 1128

Re: Decimal separator and number of decimals when using single_block

To be sure that nothing influences the value, I changed custom.js back to default. I have a number of single blocks. An example of such a block is:

blocks[1035] = {
title: 'Badkamer',
single_block: true,
width: 12,
value: "<Temp> °C <Humidity>%"
}

This results is a block with for example: 20.2 ...
by jvdk
Sunday 13 December 2020 19:36
Forum: Dashticz
Topic: Decimal separator and number of decimals when using single_block
Replies: 7
Views: 1128

Decimal separator and number of decimals when using single_block

I use the single_block: 'true' setting to combine temperature and humidity values in a single block.
The temperature values in other blocks are shown with a comma (I am Dutch) with one decimal.
In the combined block a temperature of 7,1 °C is shown as 7.1 °C and a temperature of 7,0 °C is shown as 7 ...