Search found 69 matches

by nitpicker
Monday 06 May 2024 12:46
Forum: Z-Wave
Topic: When ZWave-JS-UI update, need restart Domoticz
Replies: 0
Views: 788

When ZWave-JS-UI update, need restart Domoticz

When ZWave-JS-UI gets an update, I need to restart Domoticz to get Z-Wave devices working again. All other sensors still work. So it must be an issue with ZWave-JS-UI update and Domoticz.

How can I fix this?
by nitpicker
Saturday 16 December 2023 15:51
Forum: Z-Wave
Topic: Easiest way to migrate Openzwave to ZWave-JS-UI
Replies: 458
Views: 270789

Re: Easiest way to migrate Openzwave to ZWave-JS-UI

MikeyMan wrote: Saturday 16 December 2023 14:26 In case there are people here with issues using snap icw Zwave-Js-Ui.

There is an issue with the latest version.
You can revert back.

https://github.com/zwave-js/zwave-js-ui/issues/3487
Thanks!!!
by nitpicker
Wednesday 27 September 2023 14:12
Forum: Zigbee
Topic: Hue Secure Contact sensor not showing up
Replies: 4
Views: 784

Re: Hue Secure Contact sensor not showing up

Too bad I'v no C++ programming skills...
by nitpicker
Monday 25 September 2023 14:53
Forum: Zigbee
Topic: Hue Secure Contact sensor not showing up
Replies: 4
Views: 784

Re: Hue Secure Contact sensor not showing up

I use the Hue bridge and all other things work flawless. Lights and motion sensors (also newly added ones).
by nitpicker
Friday 22 September 2023 15:14
Forum: Zigbee
Topic: Hue Secure Contact sensor not showing up
Replies: 4
Views: 784

Hue Secure Contact sensor not showing up

I have bought the new Hue Secure Contact sensor (door/window sensor), but it isn't showing up in Domoticz. A new motion sensor showed up immediately.

Is the Hue contact not supported? Or do I have to change a setting or something.
by nitpicker
Tuesday 05 September 2023 8:30
Forum: Utility
Topic: Power shows only Usage 1 & 2 and Return 1 & 2
Replies: 7
Views: 956

Re: Power shows only Usage 1 & 2 and Return 1 & 2

Ok, I think I was a bit confused, because all the attributes under Power was about Wattage, but in the settings there are options to fill in the cost of energy.

Thanks for clarify things!
by nitpicker
Monday 04 September 2023 14:58
Forum: Utility
Topic: Power shows only Usage 1 & 2 and Return 1 & 2
Replies: 7
Views: 956

Re: Power shows only Usage 1 & 2 and Return 1 & 2

Hi @FireWizard, don't think that is true.

When the sun is down, I have 3 different Wattage values on the Usage L1, L2 and L3.

When the sun is shining, the values are 0 Watt...

When it is cloudy it depends if the solar panels generate enough power to feed the usage.
by nitpicker
Monday 04 September 2023 14:36
Forum: Utility
Topic: Power shows only Usage 1 & 2 and Return 1 & 2
Replies: 7
Views: 956

Re: Power shows only Usage 1 & 2 and Return 1 & 2

I use the integrated hardware solution of Domoticz: Smart Meter

I think it was never there, but I have the Usage from L1, L2 and L3, but in the 'overall' Power view, I only see Usage (and Return) from 1 and 2.
by nitpicker
Monday 04 September 2023 14:00
Forum: Utility
Topic: Power shows only Usage 1 & 2 and Return 1 & 2
Replies: 7
Views: 956

Power shows only Usage 1 & 2 and Return 1 & 2

Topic says it all... when I look at the graphs build by the smart meter total power, it shows only usage of phase 1 and 2, also the return on phase 1 and phase 2.

How can I fix that (and so I don't loose the current values)?
by nitpicker
Saturday 18 February 2023 12:17
Forum: LUA
Topic: Group Dimmer script
Replies: 12
Views: 5257

Re: Group Dimmer script

Too bad, not working anymore in version 2023.1

Will check if I can fix it.
by nitpicker
Monday 13 February 2023 11:39
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100815

Re: Oficial Docker Container

It is working now, thanks for your help.

Domoticz, mqtt and portainer are all working in their docker containers.
by nitpicker
Thursday 09 February 2023 19:30
Forum: Utility
Topic: Get Sun Power value
Replies: 11
Views: 857

Re: Get Sun Power value

I changed all domoticz to dz, still got the error. After I removed the:

Code: Select all

    logging =
        {
            level = dz.LOG_INFO,
		    marker = 'sunpower',
        },
the error was gone and can I use the function as it was intended.

Thanks (again)!
by nitpicker
Thursday 09 February 2023 18:35
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100815

Re: Oficial Docker Container

when I click 'Enter'. Then the cursus moves to a new line and nothing happens until I click 'CTRL-C'.
by nitpicker
Thursday 09 February 2023 18:29
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100815

Re: Oficial Docker Container

even sudo docker volume create portainer_data results in nothing...
by nitpicker
Thursday 09 February 2023 18:17
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100815

Re: Oficial Docker Container

Running:

Code: Select all

sudo docker pull portainer/portainer-ce:latest
and nothing happens...
by nitpicker
Thursday 09 February 2023 17:29
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 210
Views: 100815

Re: Oficial Docker Container

I don't know why, but I cannot start containers. I installed Raspberry Pi OS (64-bit) on a hard drive and connected it to a Raspberry Pi 4. Updated the OS. Installed docker compose via: sudo curl -SL https://github.com/docker/compose/releases/download/v2.16.0/docker-compose-linux-aarch64 -o /usr ...
by nitpicker
Thursday 09 February 2023 17:15
Forum: Utility
Topic: Get Sun Power value
Replies: 11
Views: 857

Re: Get Sun Power value

Too bad: local sunPower = domoticz.devices(idxSunpower).sensorValue results in: An error occured when calling event handler Kamer verlichting aan ...ipts/dzVents/generated_scripts/Kamer verlichting aan.lua:23: attempt to index a nil value (global 'domoticz') return { on = { timer = { 'every minute ...
by nitpicker
Thursday 09 February 2023 10:32
Forum: Utility
Topic: Get Sun Power value
Replies: 11
Views: 857

Re: Get Sun Power value

Thanks @willemd, this script works like a charm. I nicely get a value in the log now. Handling events for: "Sun Power", value: "123.000" sunpower: ------ Start internal script: Test: Device: "Sun Power (Buienradar)", Index: 20 sunpower: sunpower = 123.0 sunpower: ------ Finished Test Now I'm going ...
by nitpicker
Wednesday 08 February 2023 19:55
Forum: Utility
Topic: Get Sun Power value
Replies: 11
Views: 857

Re: Get Sun Power value

Too bad I deleted every script that didn't work, but I tried somethings like:

Code: Select all

local sunp = dz.devices(20).sensorValue (this one alone)
local sunPower = tonumber(sunp) (or in combination of this one)

if (sunPower < 60) and (sunPower > 50)
   some commands
end
by nitpicker
Wednesday 08 February 2023 18:09
Forum: Utility
Topic: Get Sun Power value
Replies: 11
Views: 857

Re: Get Sun Power value

I did try it with dzVents, but all what I tried, it doesn't work, only errors in the log.