Search found 5160 matches

by waltervl
Monday 17 February 2025 23:02
Forum: 433 & 868 transceiver
Topic: FT007TH Temp and moister sensor history when getting a new ID
Replies: 1
Views: 45

Re: FT007TH Temp and moister sensor history when getting a new ID

This is unfortunately the standard behavior of RF sensors (zigbee and zwave do not do this).

But you can merge the old data into the new device with the Domoticz replace function: https://wiki.domoticz.com/Managing_Devi ... ace_device
by waltervl
Monday 17 February 2025 17:09
Forum: Bugs and Problems
Topic: Bug in Dz using Samsung tablet Galaxy Tab A9+
Replies: 1
Views: 70

Re: Bug in Dz using Samsung tablet Galaxy Tab A9+

Did you have this behavior on the web gui or on a Domoticz Android app?

As it looks more like a user role setting that was applied. Do you use different user accounts on you Domoticz environment? Menu Setup - Users.
by waltervl
Monday 17 February 2025 11:33
Forum: MQTT Auto Discovery
Topic: Smart scene switch not find with zigbee2mqtt version 2
Replies: 2
Views: 1479

Re: Smart scene switch not find with zigbee2mqtt version 2

Perhaps try with Domoticz beta as this could be related to the switch to zigbee2mqtt 2.x See also GitHub issue https://github.com/domoticz/domoticz/issues/6243 Edit: see also this change in code change in Domoticz MQTT AD from last december https://github.com/domoticz/domoticz/commit ...
by waltervl
Saturday 15 February 2025 17:17
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Build from source on Arch Linux?
Replies: 1
Views: 369

Re: Build from source on Arch Linux?

Someone started something for linux arch https://wiki.domoticz.com/Preparing_a_Raspberry_PI_(Arch_Linux) The build instructions should be in page install.txt but not linked correctly https://wiki.domoticz.com/Install.txt You are free to change it as it probably is outdated. A wiki account can be ...
by waltervl
Friday 14 February 2025 19:26
Forum: dzVents
Topic: Identify a switching sequence
Replies: 5
Views: 286

Re: Identify a switching sequence

I think you have to ask chatgpt..... :)
My solution was only to check if 3 motion sensors were triggered within 5 minutes. Not checking the order. But that could probably done with some simple if-then statements based on last updates (but then with swcondsago instead of minutes ago.
by waltervl
Friday 14 February 2025 19:21
Forum: dzVents
Topic: Why is dzvents device lookup using name instead of idx
Replies: 6
Views: 276

Re: Why is dzvents device lookup using name instead of idx

I believe it is due to the original Lua integration (dzvents is an addon on the Lua integration). Lua is looking at names, not IDX.
by waltervl
Friday 14 February 2025 14:47
Forum: dzVents
Topic: Identify a switching sequence
Replies: 5
Views: 286

Re: Identify a switching sequence

You can ask for the last updated value of those 3 sensors if the last update value is equal to switching. It depends on the integration if last update is the same as last switched. if (domoticz.devices('My PIR 1').lastUpdate.minutesAgo < 5 and domoticz.devices('My PIR 2').lastUpdate.minutesAgo < 5 ...
by waltervl
Friday 14 February 2025 14:41
Forum: Bugs and Problems
Topic: String variable editing does not allow the "+"
Replies: 9
Views: 653

Re: String variable editing does not allow the "+"

You are free to make a PR to the repository to fix the issue....
by waltervl
Thursday 13 February 2025 22:59
Forum: General Discussion
Topic: New to Domoticz, searching for hardware to replace Qbus
Replies: 1
Views: 751

Re: New to Domoticz, searching for hardware to replace Qbus

Not knowing about QBus but with zigbee this will cost only a fraction of 1200 euro...

If you have wires then perhaps Creasol Dombus is an option https://wiki.domoticz.com/Creasol_Dombus
by waltervl
Thursday 13 February 2025 20:22
Forum: Bugs and Problems
Topic: Habridge Error - undefined with status: Server Error - 500
Replies: 1
Views: 170

Re: Habridge Error - undefined with status: Server Error - 500

So this is probably an issue in ha- bridge. The more than a year announced deprecated Domoticz API calls are now really removed and not working in Domoticz. Please inform the ha-bridge author to change the code and use the correct API calls. See also the Domoticz wiki to see what has changed. https ...
by waltervl
Thursday 13 February 2025 20:17
Forum: Zigbee
Topic: error with Domoticz "Allow new zigbee devices to join "
Replies: 13
Views: 3169

Re: error with Domoticz "Allow new zigbee devices to join "

Thanks for explaining in Dutch you have moved from zigbee2mqtt plugin to MQTT AD hardware gateway :)
by waltervl
Wednesday 12 February 2025 23:53
Forum: Bugs and Problems
Topic: String variable editing does not allow the "+"
Replies: 9
Views: 653

Re: String variable editing does not allow the "+"

Use %2B
Eg

Code: Select all

plus%2Bplus
Should show 'plus+plus'
by waltervl
Wednesday 12 February 2025 14:44
Forum: LUA
Topic: Update an device Kelvin -> Celsius -> crash
Replies: 1
Views: 119

Re: Update an device Kelvin -> Celsius

Moved to Lua forum.
Sorry I cannot help you, I only use dzvents...
by waltervl
Tuesday 11 February 2025 23:35
Forum: dzVents
Topic: Anything wrong ? The script just stopped working. Looks it is not triger anymore
Replies: 1
Views: 228

Re: Anything wrong ? The script just stopped working. Looks it is not triger anymore

I never have seen this before. Perhaps restart Domoticz to see if that helps.
by waltervl
Tuesday 11 February 2025 13:12
Forum: Rfxcom Transceiver
Topic: Hoog gasverbruik
Replies: 3
Views: 349

Re: Hoog gasverbruik

Please use English language!!!
To remove the value use Shift+click on the value in the graph. You will get a popup to delete the value.

And check your rfxcom devices if this incorrect values are coming back.
by waltervl
Tuesday 11 February 2025 13:05
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 1426

Re: Decided to use plugin Zigbee for domoticz plugin

I did exactly that, pressed the button > 5 seconds, but the plug did not react. By the way I am using "zigbeefordomoticz", seems well integrated Do you see that the controller is put into pairing mode in the Domoticz log? Do you see pairing messages pop up after that when putting the plug into ...
by waltervl
Tuesday 11 February 2025 0:37
Forum: dzVents
Topic: Is to possible to mix plain lua and dzevents routines ?
Replies: 4
Views: 677

Re: Is to possible to mix plain lua and dzevents routines ?

I have no clue, I do not use lua, only dzvents.
by waltervl
Tuesday 11 February 2025 0:34
Forum: Zigbee
Topic: Decided to use plugin Zigbee for domoticz plugin
Replies: 23
Views: 1426

Re: Decided to use plugin Zigbee for domoticz plugin

When using Zigbee4Domoticz (I still am not sure you are using this or Zigbee2MQTT) you have to put the controller in pairing mode from the Z4D user interface. In the domoticz log you should see statements appear about the controller being in pairing mode. When the controller is in pairing mode you ...
by waltervl
Tuesday 11 February 2025 0:25
Forum: Other questions and discussions
Topic: Replacing Device question
Replies: 9
Views: 1477

Re: Replacing Device question

Ragdag wrote: Monday 10 February 2025 18:30 What would happen with the Unit IDs?
I understand the idx will move over.
I dont know.
by waltervl
Tuesday 11 February 2025 0:24
Forum: Bugs and Problems
Topic: Notifications
Replies: 1
Views: 153

Re: Notifications

For IFTTT see the wiki https://wiki.domoticz.com/IFTTT_integration_with_Domoticz It is not used to send notifications but to enable Domoticz to send an 'IFTTT trigger' with blockly, Lua and DzVents. And I believe Google Cloud messaging and Firebase cloud messaging are the same and used to send ...