Search found 479 matches

by Kedi
Wednesday 16 April 2025 12:58
Forum: Zigbee
Topic: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060
Replies: 11
Views: 810

Re: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060

If I fysically move the device from outside to my attic, I leave the device connected to the Zigbee network.
It does not drain the batteries that much and I replace those in the spring anyway when I put the device outside again.
I must say that my device works flawless for years now.
by Kedi
Sunday 13 April 2025 13:23
Forum: Zigbee
Topic: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060
Replies: 11
Views: 810

Re: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060

I use those moisture device and it works quite good. I get notifitied by Domoticz if moisture is below a certain level. I also use Lithium batteries and change those once a year. The Woox is very stable and water passing thrue is closed when there is no power from the battery. But I suppose that the ...
by Kedi
Saturday 12 April 2025 19:41
Forum: Zigbee
Topic: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060
Replies: 11
Views: 810

Re: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060

I think the failsafe is that when the power is off, the valve will be closed. (Did not check that) So when battery is depleted the valve will proberly be closed. There is also battery percentage send over the Zigbee network and send to Domoticz, so you could monitor that. Warning: when it is ...
by Kedi
Saturday 05 April 2025 19:44
Forum: Zigbee
Topic: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060
Replies: 11
Views: 810

Re: Optimizing Zigbee with Woox Smart Garden Irrigation Control R7060

I have more then one device with LQ below 75 and they all work perfect.
B.t.w. my Woox has LQ of 86 and also works perfect for years now. LQ also varies a little bit over time.
Just make sure that the batteries are OK.
by Kedi
Wednesday 26 March 2025 10:05
Forum: Zigbee
Topic: How to connect a zigbee switch with a zigbee receiver
Replies: 7
Views: 752

Re: How to connect a zigbee switch with a zigbee receiver

You can do both. I have an Ikea E1743 bind to an Ikea IKEA ICPSHC24-30EU-IL-1 I do my normal switching and dimming (based on lux) via Domoticz and dzVents. But in the rare case that Domoticz crashes, you can at least turn the light(s) on to investigate why Domoticz crashed and put it back to work ...
by Kedi
Friday 21 February 2025 20:28
Forum: Utility
Topic: S0 device issues
Replies: 4
Views: 408

Re: Energy Dashboard (Build in)

@HvdW What does this 'stripped' script return? return { on = { devices = {'YourSwitch'}, }, execute = function(dz, Item) dz.log("whTotal " .. dz.devices('Laadpaal').whTotal, dz.LOG_INFO) dz.log("whToday " .. dz.devices('Laadpaal').whToday, dz.LOG_INFO) end }
by Kedi
Tuesday 18 February 2025 15:02
Forum: dzVents
Topic: Why is dzvents device lookup using name instead of idx
Replies: 15
Views: 1199

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

I know, but generally speaking any application that has ID and Name labels uses the ID as primary look ups not the names I do not agree. Numbers are for computers and Names are for humans. The numbers are unique, so should the names be. If you use Google (dzga) You can call your lights, switches or ...
by Kedi
Thursday 13 February 2025 13:38
Forum: LUA
Topic: Is there a select statement?
Replies: 11
Views: 2812

Re: Is there a select statement?

Why run through all changed variables, instead of

Code: Select all

return {
    on = {
        variables = { 'NFC' }
    },
    execute = function(dz, item)
        ... do stuff
    end
}
by Kedi
Tuesday 11 February 2025 10:11
Forum: Other questions and discussions
Topic: Replacing Device question
Replies: 9
Views: 1984

Re: Replacing Device question

What happens to the error if you select something else then 'average' in the compare graph.
by Kedi
Tuesday 11 February 2025 9:20
Forum: Other questions and discussions
Topic: Replacing Device question
Replies: 9
Views: 1984

Re: Replacing Device question

Why not create 2 dummy devices, which you can delete later on, and test what happens when you replace one by the other. So simple. ;)
by Kedi
Friday 07 February 2025 16:13
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 41726

Re: Energy Dashboard (Build in)

The content of %eventvalue1% should be 2 values separated by a ;
See https://wiki.domoticz.com/Domoticz_API/ ... d_counter)
The doc of espeasy writes that there should be a comma between SentToHTTP and the first parameter.

@waltervl was quicker.
by Kedi
Friday 07 February 2025 15:52
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 41726

Re: Energy Dashboard (Build in)

Try

Code: Select all

 SendToHTTP 192.168.178.50:8080/json.htm?type=command&param=udevice&idx=915&nvalue=0&svalue=%eventvalue1%
I suppose %eventvalue1% is transleted to a value. B.t.w. what is that value? And is it a string?
Or should those comma's separate the values for the function?
by Kedi
Wednesday 05 February 2025 13:08
Forum: General Discussion
Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
Replies: 241
Views: 32928

Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)

I love it :D , but just a few remarks: 1. Personnal is incorrect, it should be personal with just 1 'n' 2. Personally I like the black background beter, perhaps that var could be transfered to the personal_settings.h file. So everybody could use its own personal background color more easily. 3. I ...
by Kedi
Wednesday 05 February 2025 9:15
Forum: LUA
Topic: Is there a select statement?
Replies: 11
Views: 2812

Re: Is there a select statement?

In https://www.lua.org/manual/5.1/manual.html you can see that the select statement is used for somewhat different.
What would be the benefit over "if then elseif end" method?
by Kedi
Tuesday 04 February 2025 10:54
Forum: dzVents
Topic: dzvents reset a timer with a switch for air filter swap
Replies: 10
Views: 4726

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

WOW, so that is what Claude.ai does? So complicated. I use my phone agenda for this.
by Kedi
Tuesday 04 February 2025 9:07
Forum: Zigbee
Topic: Cannot get zigbee running
Replies: 26
Views: 3827

Re: Cannot get zigbee running

If you put more that 1 service in 1 compose file, I always put some healthchecks and depends_on in those files.
You can have race conditions for starting up the different services.
Beter is to have separate compose files for each service, than you have at first manual control about the startup order.
by Kedi
Saturday 25 January 2025 9:42
Forum: General Discussion
Topic: manual browse, de-bug and restore database?
Replies: 14
Views: 788

Re: manual browse, de-bug and restore database?

Look in the 'corrupt' database at devices 2584 and 2592 and look for some data inconsistancy e.g. string or nil And I don't think the database is corrupt, but some of the data might be not consistant. I don't think device have a status 'deleted', so if the device is deleted you can't delete it 'for ...
by Kedi
Friday 24 January 2025 16:46
Forum: General Discussion
Topic: manual browse, de-bug and restore database?
Replies: 14
Views: 788

Re: manual browse, de-bug and restore database?

NaN means Not a Number. So the database has not a number where the program expects one.
You can't just have the program delete records based on that error.
by Kedi
Friday 24 January 2025 10:02
Forum: General Discussion
Topic: manual browse, de-bug and restore database?
Replies: 14
Views: 788

Re: manual browse, de-bug and restore database?

Domoticz uses a SQLite database. SQLite transactions are ACID. ( https://en.wikipedia.org/wiki/ACID ) So this could not have happened. " Somehow, deleting them was halfway interrupted " Cause must have been something else. B.T.W. you don't need to stop Domoticz to execute those 3 SQL commands. I ...