OK, so once I have done that I will have an "empty" Domoticz with only the required plugins installed.
After that I do a Domoticz database restore. will that give me the same idx's as in the old DB?
And what about the Zigbee devices? Will they automatically be there as well?
Search found 746 matches
- Tuesday 06 May 2025 17:56
- Forum: Zigbee
- Topic: migration to new OS
- Replies: 9
- Views: 389
- Tuesday 06 May 2025 11:27
- Forum: Zigbee
- Topic: migration to new OS
- Replies: 9
- Views: 389
Re: migration to new OS
OK, I am biting the bullet and am finally migrating to a new Pi4 with the latest OS. One thing I am unsure of, is migrating my Zigbee setup. Currently I am using ZigBeeforDomoticz, version 6.3.015. Conbee radio. Is that still the way to go, or is there a better option? Also, after migrating ...
- Monday 05 May 2025 11:19
- Forum: Zigbee
- Topic: migration to new OS
- Replies: 9
- Views: 389
migration to new OS
OK, I am biting the bullet and am finally migrating to a new Pi4 with the latest OS. One thing I am unsure of, is migrating my Zigbee setup. Currently I am using ZigBeeforDomoticz, version 6.3.015. Conbee radio. Is that still the way to go, or is there a better option? Also, after migrating ...
- Thursday 01 May 2025 9:11
- Forum: PHP and all others
- Topic: MelCloud plugin
- Replies: 8
- Views: 2550
Re: MelCloud plugin
Works!Truffe13 wrote: ↑Wednesday 30 April 2025 22:41 Could you try this plugin version, which works well for me ?
https://github.com/truffe13/domoticz-python-melcloud
How many Domticz devices are you seeing? I got 7, not sure if there are any more!
- Wednesday 09 April 2025 10:28
- Forum: LUA
- Topic: access longitude/lttitude
- Replies: 6
- Views: 1555
- Wednesday 09 April 2025 7:46
- Forum: LUA
- Topic: access longitude/lttitude
- Replies: 6
- Views: 1555
Re: access longitude/lttitude
Thank you! That is exactly what I was looking for!!! 
Makes me wonder, is there a list of data elements in that settings table?

Makes me wonder, is there a list of data elements in that settings table?
- Monday 07 April 2025 21:43
- Forum: LUA
- Topic: access longitude/lttitude
- Replies: 6
- Views: 1555
access longitude/lttitude
In the Domoticz settings, my home longitude/lattitude values are filled in.
How can i access these settings from LUA (so nót dzvents!)?
I would like to use these values to com[are with the values as returned from my car API, so I can see if the car is actually on the driveway or not!
How can i access these settings from LUA (so nót dzvents!)?
I would like to use these values to com[are with the values as returned from my car API, so I can see if the car is actually on the driveway or not!
- Thursday 27 March 2025 9:57
- Forum: Other questions and discussions
- Topic: How to get daily used and delivered energy value
- Replies: 7
- Views: 568
Re: How to get daily used and delivered energy value
I keep all meter readings on a daily basis. Every day at 23:59 I pick up all readings of electricity, gas, and PV, and append the values to a file. Over time I have collected a lot of data, useful for further processing. For example: I wrote a flow in Node Red which "predicts" annual usage, based on ...
- Monday 24 March 2025 19:53
- Forum: Python
- Topic: Python Plugin: Toyota
- Replies: 9
- Views: 1813
Re: Python Plugin: Toyota
Just to report that I've succeeded in pulling a lot of information from my Toyota into Domoticz. Starting point was pytoyoda, running on my R-Pi. I modified the example file to write the information into a json formatted file. This file then triggers a flow in Node Red, which reads the file and ...
- Monday 17 March 2025 19:50
- Forum: Python
- Topic: Python Plugin: Toyota
- Replies: 9
- Views: 1813
- Sunday 16 March 2025 14:32
- Forum: Python
- Topic: Python Plugin: Toyota
- Replies: 9
- Views: 1813
Re: Python Plugin: Toyota
I tried to pip install arrow, but it comes back saying that has already been satisfied....
- Sunday 16 March 2025 12:36
- Forum: Python
- Topic: Python Plugin: Toyota
- Replies: 9
- Views: 1813
Re: Python Plugin: Toyota
I installed the plugin, plus the required pytoyoda and geopy. When I add the plugin to Domoticz, I get these errors: 2025-03-16 12:33:10.522 Toyota: Worker thread started. 2025-03-16 12:33:10.521 Status: Toyota: Entering work loop. 2025-03-16 12:33:10.522 Status: Toyota: Started. 2025-03-16 12:33:10 ...
- Friday 14 March 2025 9:38
- Forum: DIY Hardware and Protocols
- Topic: Nodo Project (Arduino mega ethernet solution)
- Replies: 3
- Views: 5988
Re: Nodo Project (Arduino mega ethernet solution)
Does anyone still have documentation of the Nodo? Commands, syntax, that sort of thing?
I cannot access any of the old websites!
I cannot access any of the old websites!
- Wednesday 12 March 2025 8:13
- Forum: Python
- Topic: Python Plugin: Toyota
- Replies: 9
- Views: 1813
Re: Python Plugin: Toyota
Other question. I expect delivery of a new RAV4 PHEV in the next few weeks, and obviously would like to link it to my Domoticz.
Does anyone have experience using this plugin on a PHEV?
Does anyone have experience using this plugin on a PHEV?
- Wednesday 12 March 2025 8:12
- Forum: Python
- Topic: Python Plugin: Toyota
- Replies: 9
- Views: 1813
Re: Python Plugin: Toyota
Has this problem been solved?
- Wednesday 12 March 2025 8:09
- Forum: Examples & Solutions
- Topic: How-to: launch action after a certain time [SOLVED]
- Replies: 12
- Views: 5463
Re: How-to: launch action after a certain time [SOLVED]
What if someone opens the hot water tap for 25 seconds? And again, and again? Eventually it would leave the boiler cold!
I know it may sound unlikely, but you should code for the worst...
I know it may sound unlikely, but you should code for the worst...
- Tuesday 18 February 2025 16:31
- Forum: dzVents
- Topic: Why is dzvents device lookup using name instead of idx
- Replies: 15
- Views: 1312
Re: Why is dzvents device lookup using name instead of idx
But hey, this is what we have to live with here in Domoticz. I fully agree. Once you get to work with Domoticz in a bit lower and technical detail, you will find peculiarities. It shows that Domoticz was developed in an organic way, as a hobby project; not as a professionally designed software ...
- Thursday 13 February 2025 14:57
- Forum: LUA
- Topic: Is there a select statement?
- Replies: 11
- Views: 2833
Re: Is there a select statement?
Why run through all changed variables, instead of return { on = { variables = { 'NFC' } }, execute = function(dz, item) ... do stuff end } This is dzvents, I wanted to stick to pure LUA... But you're right. Instead of looping through the whole list of uservariables, I could just check for ...
- Thursday 13 February 2025 12:57
- Forum: LUA
- Topic: Is there a select statement?
- Replies: 11
- Views: 2833
Re: Is there a select statement?
For everyone that is interested, I found an elegant way to solve my coding problem. It starts with a UserVariable that contains an integer value. For each unique value of that UserVariable, I create a function, called NFCn. This is the code to call the right function, based on the uservariable ...
- Friday 07 February 2025 9:08
- Forum: LUA
- Topic: Is there a select statement?
- Replies: 11
- Views: 2833
Re: Is there a select statement?
If - elseif: local x = 2 -- Example value if x == 1 then -- Code to execute when x is 1 print("x is 1") elseif x == 2 then -- Code to execute when x is 2 print("x is 2") else -- Code to execute for all other cases print("x is something else") end or: local x = 2 -- Example value local actions ...