Search found 5160 matches

by waltervl
Wednesday 05 February 2025 14:34
Forum: Temperature and Weather
Topic: Buienradar data problem
Replies: 5
Views: 3111

Re: Buienradar data problem

I just checked: It started working for me again on 14:15
by waltervl
Wednesday 05 February 2025 11:46
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 1334

Re: Decided to use plugin Zigbee for domoticz plugin

And you used the manual method (1B) as described in their wiki https://zigbeefordomoticz.github.io/wiki/en-eng/Plugin_Installation.html ? Do not use the plugin manager method as that causes an outdated plugin. Edit and also check https://forum.domoticz.com/viewtopic.php?p=322842&hilit=charset ...
by waltervl
Wednesday 05 February 2025 11:33
Forum: Temperature and Weather
Topic: Buienradar data problem
Replies: 5
Views: 3111

Re: Buienradar data problem

Buienradar is having an issue. The feed on https://data.buienradar.nl/2.0/feed/json is showing timestamp":"2025-02-04T13:00:00"
by waltervl
Wednesday 05 February 2025 10:54
Forum: Temperature and Weather
Topic: Buienradar data problem
Replies: 5
Views: 3111

Re: Buienradar data problem

I have the same, no new buienradar data from feb 4 around 13:30 hrs
by waltervl
Tuesday 04 February 2025 21:18
Forum: Zigbee
Topic: Cannot get zigbee running
Replies: 25
Views: 2606

Re: Cannot get zigbee running

by waltervl
Tuesday 04 February 2025 10:06
Forum: dzVents
Topic: dzvents reset a timer with a switch for air filter swap
Replies: 10
Views: 4225

Re: dzvents reset a timer with a switch for air filter swap

Why use your own global_data pushover notification function when dzvents notify() function also can send notifications to pushover with standard Domoticz pushover integration? https://wiki.domoticz.com/Notifications#Configuring_Pushover https://wiki.domoticz.com/DzVents:_next_generation_Lua ...
by waltervl
Tuesday 04 February 2025 8:41
Forum: Zigbee
Topic: Cannot get zigbee running
Replies: 25
Views: 2606

Re: Cannot get zigbee running

At first, you do not have a single container configured, but several. You just have 1 docker compose file. The usb (I also use persistent USB (see the wiki and/or forum)) line in my docker-compose.yml file is: devices: - /dev/ttyACM-NewZigbee:/dev/ttyACM-NewZigbee I am missing the colon (:) in your ...
by waltervl
Monday 03 February 2025 23:13
Forum: Zigbee
Topic: Cannot get zigbee running
Replies: 25
Views: 2606

Re: Cannot get zigbee running

Check the docker instructions for zigbee2mqtt https://www.zigbee2mqtt.io/guide/installation/02_docker.html Add /dev/ttyUSB0 to the zigbee2mqtt docker container device setting. # Make sure this matched your adapter location device=/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus ...
by waltervl
Monday 03 February 2025 22:13
Forum: Zigbee
Topic: Offline devices are not reported (from Zigbee2mqtt)
Replies: 9
Views: 446

Re: Offline devices are not reported (from Zigbee2mqtt)

Ok, lets hope @gizmocuz is reading along and can implement: when device status availability topic zigbee2mqtt/[FRIENDLY_NAME]/availability shows {"state" : "offline"} the related Domoticz devices will be marked timeout (and will color red). When availability topic shows {"state" : "online"} then the ...
by waltervl
Monday 03 February 2025 22:07
Forum: Zigbee
Topic: Cannot get zigbee running
Replies: 25
Views: 2606

Re: Cannot get zigbee running

What does the zigbee2mqtt log file say?
by waltervl
Monday 03 February 2025 20:14
Forum: Zigbee
Topic: Offline devices are not reported (from Zigbee2mqtt)
Replies: 9
Views: 446

Re: Offline devices are not reported (from Zigbee2mqtt)

So that is good. The warning also means the device is offline.

If you enable that device again that warning message should not appear anymore and the availability message should switch to "online".
by waltervl
Monday 03 February 2025 19:20
Forum: Zigbee
Topic: Offline devices are not reported (from Zigbee2mqtt)
Replies: 9
Views: 446

Re: Offline devices are not reported (from Zigbee2mqtt)

Do you see with MQTT explorer that an availability message is sent? You could easily test these if you have a zigbee bulb that you can switch off with the external power. Is should send an offline message after 10 minutes.
by waltervl
Monday 03 February 2025 19:17
Forum: MQTT Auto Discovery
Topic: Shelly support by Domoticz
Replies: 13
Views: 1062

Re: Shelly support by Domoticz

Another alternative is the mqttmapper plugin but that perhaps has the same difficulties with the complex message payload of the GEN2/3 shellies viewtopic.php?t=39279
by waltervl
Monday 03 February 2025 19:13
Forum: MQTT Auto Discovery
Topic: Shelly support by Domoticz
Replies: 13
Views: 1062

Re: Shelly support by Domoticz

Hmm, strange that Shelly is so difficult for Domoticz. It seems to integrate seamlessly into Home Assistant. The way the author created the current integration with a script adding MQTT AD config topics gave issues with the complex MQTT payload. So that seems to be a not so good decision to go that ...
by waltervl
Monday 03 February 2025 16:12
Forum: MQTT Auto Discovery
Topic: Shelly support by Domoticz
Replies: 13
Views: 1062

Re: Shelly support by Domoticz

There is also a fantastic python library for shellies as base for a plugin. https://github.com/home-assistant-libs/aioshelly
If you have 1 or 2 shellies a script would do. If you have more and multiple types then a normal integration would be nice.
by waltervl
Monday 03 February 2025 14:33
Forum: MQTT Auto Discovery
Topic: Shelly support by Domoticz
Replies: 13
Views: 1062

Re: Shelly support by Domoticz

When the only shelly integration author quits because of complexity and moves to other hardware type (zigbee), we as Domoticz users have to wait until someone else volunteers to pick the work up. If and when that happens we will have to see....

But for me it is easy to say, I do not use Shellies.
by waltervl
Monday 03 February 2025 14:11
Forum: Blockly
Topic: Blockly scripts display distorted
Replies: 17
Views: 13856

Re: Blockly scripts display distorted

Seems to be a css issue. Press Ctrl-F5 to force reload the blockly web page perhaps solves the issue?
If you click on F12 to open the browser development tools, do you see errors in the console about loading javascript or css files?
by waltervl
Monday 03 February 2025 13:44
Forum: Zigbee
Topic: Offline devices are not reported (from Zigbee2mqtt)
Replies: 9
Views: 446

Re: Offline devices are not reported (from Zigbee2mqtt)

I think zigbee2MQTT users are aiming at reporting if a switch device lost its connection from the zigbee mesh. in Zigbee4Domoticz plugin there is functionality that polls the powered zigbee switch/light node every x hours and if no answer it turns the related Domoticz device widgets to timed out ...
by waltervl
Monday 03 February 2025 13:31
Forum: Zigbee
Topic: Offline devices are not reported (from Zigbee2mqtt)
Replies: 9
Views: 446

Re: Offline devices are not reported (from Zigbee2mqtt)

How does it show when a zigbee device is offline in Zigbee2MQTT?
Is there a Zigbee2MQTT MQTT topic value that shows if the zigbee device is offline?
by waltervl
Sunday 02 February 2025 23:40
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 268
Views: 30600

Re: Energy Dashboard (Build in)

A solar inverter normally gives its total energy (In kWh or Wh) and its current generated Power (in Watt). If these values are given by your inverter they normally should be supplied to an Electricity (Instand and counter) device https://wiki.domoticz.com/Dummy_for_virtual_Switches#Electricity ...