Search found 7 matches

by holly
Wednesday 27 August 2025 16:50
Forum: Zigbee
Topic: Zigbee2MQTT Control Panel not loading
Replies: 4
Views: 305

Re: Zigbee2MQTT Control Panel not loading

...one addition

it could also have been the machine/browser I was working with.

Yesterday evening I used a different notebook and it worked (after a git clear cache).

Today, my desktop computer again failed until I deleted the browser cache. So I would say it was more the machine's browser (cache ...
by holly
Tuesday 26 August 2025 23:25
Forum: Zigbee
Topic: Zigbee2MQTT Control Panel not loading
Replies: 4
Views: 305

Re: Zigbee2MQTT Control Panel not loading

Problem solved!

Thanks for pointing me to topic 43077 -- I have not seen it before.

The trick seemed to be to clear the git cache --> "A git pull and clear cache did the trick."
by holly
Tuesday 26 August 2025 23:11
Forum: Zigbee
Topic: Zigbee2MQTT Control Panel not loading
Replies: 4
Views: 305

Re: Zigbee2MQTT Control Panel not loading

I know that it would be the better option to change, but I have a fairly large number of sensors / actors that I would need to assign again.
Or did I just miss an easy and automatic way of transferring Zigbee devices?

In that case I would probably also change from Domoticz to Home Assisstant.
by holly
Tuesday 26 August 2025 16:06
Forum: Zigbee
Topic: Zigbee2MQTT Control Panel not loading
Replies: 4
Views: 305

Zigbee2MQTT Control Panel not loading

Hi,

the Zigbee2MQTT Plugin does not load anymore in Domoticz.
I did a git pull in /domoticz/plugins/zigbee2mqtt to get the most recent version, but it is still not loading.
Checked to have the most recent Python version, but still receive an error when I look into the browser's dev console:
http ...
by holly
Monday 13 December 2021 16:08
Forum: dzVents
Topic: Determine "who" initiated a RFX command (the "user" that is logged in the device log)
Replies: 1
Views: 424

Re: Determine "who" initiated a RFX command (the "user" that is logged in the device log)

...and here is the answer ;-)
Bad weather yesterday allowed for some addtional research.
I found one link that said it is not possible directly and another one that showed how to access the history log of a switch via the Domoticz API.

Both combined is the solution


return {
on = {
devices ...
by holly
Sunday 12 December 2021 9:34
Forum: dzVents
Topic: Determine "who" initiated a RFX command (the "user" that is logged in the device log)
Replies: 1
Views: 424

Determine "who" initiated a RFX command (the "user" that is logged in the device log)

Hi everybody,

here is what I would like to achieve: when a RFXCOM-based device is switched on, I would like to use the information of who has triggered it within a script.

The device log shows accurately who has switched it on/off in the "user" column: a script, the domotics user interface, a ...
by holly
Monday 20 November 2017 18:53
Forum: Others
Topic: Door Bird and Http Poller (Poller How-To anywhere?)
Replies: 0
Views: 723

Door Bird and Http Poller (Poller How-To anywhere?)

Hi guys,

I was searching the forum and the internet for integrating DoorBird into Domoticz.

So far I managed to build a virtual switch locking/unlocking the device.

However, for some use case I would need to look after the most recent status of door lock.
In general no problem - there is an API ...