Search found 348 matches

by renerene
Wednesday 21 May 2025 10:10
Forum: dzVents
Topic: Energy Costs Calculator
Replies: 10
Views: 1231

Re: Energy Costs Calculator

You do know that in recent 2024.7 there should be no need to have scripts calculate energy costs as they are now stored per day into Domoticz. The only thing is that there is no text sensor showing the totals. But the energy dashboard shows a lot including daily costs. And in device logs the cost ...
by renerene
Tuesday 29 April 2025 10:37
Forum: Dashticz
Topic: P1 multigraph - no data coming in?
Replies: 4
Views: 769

Re: P1 multigraph - no data coming in?

problem solved

found the correct data field names using

Code: Select all

columns[3]['blocks'] = ['graph_427'];
Image

maybe the rename issue had something to do with filling in the cost fields in DZ settings
by renerene
Tuesday 29 April 2025 9:30
Forum: Dashticz
Topic: P1 multigraph - no data coming in?
Replies: 4
Views: 769

Re: P1 multigraph - no data coming in?

Replace d.v_427 with d.v1_427 No, that does not work: https://i.imgur.com/KrHk7g8.png blocks['multigraph_427'] = { title: 'My Power', devices: [427], graph: ['line','bar','bar'], custom : { "last day": { range: 'day', filter: '24 hours', data: { nett: 'd.v1_427+d.v2_427-d.r1_427-d.r2_427', usage ...
by renerene
Monday 28 April 2025 22:19
Forum: Dashticz
Topic: P1 multigraph - no data coming in?
Replies: 4
Views: 769

P1 multigraph - no data coming in?

my P1 muligraph is not working anymore. Used to work months ago. Device has not changed, same IDX (427) Even tested the code principle from the read-the-docs Result: no lines, no data. Here is the screenshot from the </>show data hamburger menu: https://i.ibb.co/dw7JLDtF/Schermafbeelding-2025-04-28 ...
by renerene
Wednesday 05 February 2025 12:52
Forum: Forum feedback
Topic: This forum
Replies: 17
Views: 17262

this forum bug: page number is stuck to '1'

page numbers 1, 2 , 3 etc on Board Index page still do no update since Christmas. Allthough the links work when jou click on them, it still looks you are on page 1

Image
by renerene
Monday 27 January 2025 19:48
Forum: Third party and supplementary tools
Topic: best way to input number 1..24 with Dashticz?
Replies: 10
Views: 1484

Re: best way to input number 1..24 with Dashticz?

attempt 1 blocks['chargeHours'] = { idx: 2628, //The Domoticz device id title: 'chargeHrs', //The title of the block as shown in the dial. width: 3, //The width of the block relative to the column width type: 'dial', //Display as dial subtype: 'updown', hide_data: true, //icon: 'fas temperature ...
by renerene
Monday 27 January 2025 9:38
Forum: Third party and supplementary tools
Topic: best way to input number 1..24 with Dashticz?
Replies: 10
Views: 1484

Re: best way to input number 1..24 with Dashticz?

Would be useful, even out of dashticz. A slider/rotating knob widget with tunable range/step/unit would be really useful. For now I use virtual selector switches than call some scripts with selector level setup parameter given to script but that's not so handy to setup. My use case is disabling ...
by renerene
Monday 27 January 2025 8:51
Forum: General Discussion
Topic: Proxmox HA option = redundant Domoticz ?
Replies: 12
Views: 840

Re: Proxmox HA option = redundant Domoticz ?

I had to restore my Domoticz VM this week and a simple restore of the VM was not enough to bring up a working system, I had to reboot the whole node (Intel Nuc). This was repeatable so maybe related to what PierreT is saying. Ultimately it still worked though, just something to bear in mind ...
by renerene
Saturday 25 January 2025 17:35
Forum: Third party and supplementary tools
Topic: best way to input number 1..24 with Dashticz?
Replies: 10
Views: 1484

Re: best way to input number 1..24 with Dashticz?

These are not so accurate if i remember. Also a dimmer chops the 100 scale in big chunks, you cannot increase with value 1. A thermostat is relative slow, takes a lot of patience and clicking om my old tablet.

I would like to be able to set my variable to 5 or 16.
by renerene
Saturday 25 January 2025 13:34
Forum: dzVents
Topic: OpenZWave thermostat radiator issue
Replies: 0
Views: 360

OpenZWave thermostat radiator issue

Since my last Domoticz update, I've been experiencing problems with updating and reading thermostat values on my Z-Wave radiators. This issue is particularly puzzling because I'm still using the OpenZWave USB method, which, despite being an older Z-Wave implementation, has been working fine until ...
by renerene
Saturday 25 January 2025 13:19
Forum: Third party and supplementary tools
Topic: best way to input number 1..24 with Dashticz?
Replies: 10
Views: 1484

best way to input number 1..24 with Dashticz?

Request for Improved Timer and Delay Controls in Dashticz I'm currently looking for a better way to set hourly delays and timers for charging and heat control in Dashticz. At the moment, I'm misusing thermostats for this purpose, which isn't ideal. It would be great if there was a dedicated feature ...
by renerene
Friday 24 January 2025 22:30
Forum: General Discussion
Topic: manual browse, de-bug and restore database?
Replies: 14
Views: 815

Re: manual browse, de-bug and restore database?

You can't just have the program delete records based on that error.
Correct. What about....

IF device=deleted AND device triggers things THEN delete device for real END
by renerene
Friday 24 January 2025 16:26
Forum: General Discussion
Topic: Proxmox HA option = redundant Domoticz ?
Replies: 12
Views: 840

Re: Proxmox HA option = redundant Domoticz ?

I myself have never had this situation that my hardware/OS was not responding anymore. Good for you. I do not use SD cards or USB sticks since years (I use an SSD). The SSD in my laptop broke after 7 years. If you do want to go the cluster way I'm mostly wondering how you would handle the Z-wave ...
by renerene
Friday 24 January 2025 10:36
Forum: General Discussion
Topic: manual browse, de-bug and restore database?
Replies: 14
Views: 815

Re: manual browse, de-bug and restore database?

So this could not have happened. yes, database technical there was no error. But somehow the deleted devices were still there with a value that made DZ crash, allthough, It was able to produce a red error line before crash. Would be great if they could add an extra database check: "IF value is NaN ...
by renerene
Friday 24 January 2025 8:57
Forum: General Discussion
Topic: manual browse, de-bug and restore database?
Replies: 14
Views: 815

Re: manual browse, de-bug and restore database?

So perhaps there is no error in the database, but somewhere else. Perhaps a part of the logfile around the error. shortly after a "NaN" error appears in the log for one of my devices domoticz_crash.log? After a day struggling i was happy to find the issue. I used two open source Database browser ...
by renerene
Friday 24 January 2025 8:35
Forum: General Discussion
Topic: Proxmox HA option = redundant Domoticz ?
Replies: 12
Views: 840

Proxmox HA option = redundant Domoticz ?

I am currently preparing to transition from an RPi to a NUC with the help of Proxmox. My first impressions are very positive: no more reliance on SD cards or USB sticks, faster response times, the ability to manage each application in a separate Virtual Machine or Container, and easy backups. My ...
by renerene
Tuesday 21 January 2025 21:47
Forum: Bugs and Problems
Topic: Domotiz not ready for latest Debian?!?
Replies: 9
Views: 3151

Re: Domotiz not ready for latest Debian?!?

yes!
Image
thanks a lot Walter
by renerene
Tuesday 21 January 2025 20:56
Forum: Bugs and Problems
Topic: Domotiz not ready for latest Debian?!?
Replies: 9
Views: 3151

Re: Domotiz not ready for latest Debian?!?

I am quite “surprised” that the default Domoticz installation procedure is outdated and there is not a quick fix. Is docker the new default?

How many new users have already dropped out here?
by renerene
Tuesday 21 January 2025 18:06
Forum: Bugs and Problems
Topic: Domotiz not ready for latest Debian?!?
Replies: 9
Views: 3151

Re: Domotiz not ready for latest Debian?!? -libssl1.1

. Or use the docker environment to get rid of software requirements. no thank you, I'm just new in the proxmox matter, and there is not enough will to struglle through Docker USB matter attempts to install 1.1: no luck wget http://security.debian.org/debian-security/pool/updates/main/o/openssl ...
by renerene
Monday 20 January 2025 19:04
Forum: Bugs and Problems
Topic: Domotiz not ready for latest Debian?!?
Replies: 9
Views: 3151

Domotiz not ready for latest Debian?!?

/domoticz/domoticz: /lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /home/domoticz) come on... Did a fresh install, latest debian (12) on proxmox VM NUC, but now you teling me domoticz needs older OS? Installed OPENSSL 1.1, but still no good. [edit: apparently ...