Search found 8 matches

by ChriWo
Sunday 30 March 2025 22:03
Forum: Bugs and Problems
Topic: Domotiz not ready for latest Debian?!?
Replies: 10
Views: 4222

Re: Domotiz not ready for latest Debian?!?

I had the same problem with Debian 12.x I solved it like this:

First get ssl 1.1
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1w-0+deb11u2_amd64.deb

Install ssl 1.1
sudo dpkg -i libssl1.1_1.1.1w-0+deb11u2_amd64.deb

after that install Domoticz
sudo ...
by ChriWo
Tuesday 23 July 2024 0:20
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 315
Views: 53696

Re: Energy Dashboard (Build in)

Ok,
Thank you for the explanation, but where can I find/get the values in the picture?
I cannot find this?
by ChriWo
Monday 22 July 2024 23:10
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 315
Views: 53696

Re: Energy Dashboard (Build in)

Hi,
No I'm having no USAGE1 at the moment I get all energy out of the battery. So I only have a RETURN1 value for today of 19.220 kW (like in the picture P1 virtual) and a total of the counter 68014.160 kW. and this is ok and the P1 is using this value.
I like to know where are the values for ...
by ChriWo
Monday 22 July 2024 21:17
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 315
Views: 53696

Re: Energy Dashboard (Build in)

Hi,

I'm having a script here you see the updating of the P1 virtual:

local Bezug_W = math.floor(sValue_Bezug_W,0)
local Einspeisung_W = math.floor(sValue_Einspeisung_W,0)
dz.devices('P1 Virtual').updateP1(Bezug_W,0,Einspeisung_W,0,0,0)

I only have this to values, but the P1 is calculating the ...
by ChriWo
Monday 22 July 2024 19:49
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 315
Views: 53696

Re: Energy Dashboard (Build in)

Hi,

I have a P1 and I also get the values in from a IR reading head for Use and Return see picture.
What I not geht ist the calculated watt I can see this value in the device Log but I don't see this value in the Energy Dashboard
Is this normal? What am I doing wrong? Where can I find this value ...
by ChriWo
Monday 15 May 2023 12:51
Forum: Design, usability and languages
Topic: How to change Icon for Motion Detector or Blinds
Replies: 4
Views: 3110

How to change Icon for Motion Detector or Blinds

Hi,

I cannot find a solution, I like to change the Icon for a Motion detector and for one blinds. For switches I can do this.

Can anyone help or point me in the right direction, please.

ChriWo
by ChriWo
Thursday 03 February 2022 13:05
Forum: MQTT Auto Discovery
Topic: After restart of Domoticz connection to ZwaveJS2MQTT lost
Replies: 1
Views: 452

After restart of Domoticz connection to ZwaveJS2MQTT lost

Hi,

Maybe someone can help me...
I have been switching to ZwaveJS2MQTT and I think it is working better

My setup is:
ZwaveJS2MQTT is running on a docker on my Synology.
Domoticz is running in a VM also on the Synology.

If the docker of ZwaveJS2MQTT is starting later then Domoticz everything is ...
by ChriWo
Monday 22 November 2021 19:32
Forum: Z-Wave
Topic: zwavejs2mqtt
Replies: 446
Views: 68320

Re: zwavejs2mqtt

Hi EddyG,

Thank you for the sample. But I have one problem I get this Error:
2021-11-22 19:25:00.292 Error: dzVents: Error: (3.1.8) ZT: levelname Eco does not exist

But I have also have not figured out how to get to the 'Full' mode in the selector switch and the ZSetLow.

Can you please explain ...