Search found 17 matches

by Louk
Wednesday 21 December 2022 2:38
Forum: Blockly
Topic: Dimmer level as condition in Blocky
Replies: 6
Views: 4099

Re: Dimmer level as condition in Blocky

Thanks, and maybe I do this when I need too... However, I was not only replying for my own benefit; I suppose I'm not the only one having this problem (wanting to test on a dimmer level) and not every Domoticz user has programming skills. For those users, Blocky is there only way out. So my ...
by Louk
Tuesday 20 December 2022 23:35
Forum: Blockly
Topic: Dimmer level as condition in Blocky
Replies: 6
Views: 4099

Re: Dimmer level as condition in Blocky

OK, this is an old thread, but it still has an open end: No solution or workaround... :cry:

As I ran into the same issue with the latest beta version today, I wonder what the status of this issue is???

Is there a workaround (like some kind of conversion between numbers and strings)?
by Louk
Thursday 07 July 2022 22:24
Forum: Temperature and Weather
Topic: NetAtmo Battery State causes extreme wide devices display
Replies: 0
Views: 554

NetAtmo Battery State causes extreme wide devices display

Since the last (beta) update (Version: 2022.1 (build 14372)), I noticed a strange layout of the Devices page. This is caused by NetAtmo devices, displaying extreme long green bars for the battery or radio states of the devices: > Domoticz-NetAtmo battery level issue.png I never noticed those devices ...
by Louk
Saturday 16 October 2021 1:56
Forum: Z-Wave
Topic: Backup and Restore a Z-wave config on a Aeon Labs Zstick Gen5
Replies: 2
Views: 1747

Backup and Restore a Z-wave config on a Aeon Labs Zstick Gen5

Hi, For whom is interested, I want to share what I've found to backup and restore a Z-wave config on a AEON Labs ZW090 Z-Stick Gen5 (EU) after accidentally resetting the whole configuration i.s.o. just a soft reset. In that case you really want to have a backup; that will save you a lot of time ...
by Louk
Friday 08 October 2021 14:58
Forum: Z-Wave
Topic: open zwave totally gone after reboot
Replies: 27
Views: 4517

Re: open zwave totally gone after reboot

What should this button do? Clicking this button results in an empty webpage (http://192.168.178.141:8984/zwavegetconfig.php?idx=10); nothing else happens... :? Note: I'm running Domoticz (V2020.2) on my Synology NAS (maybe this makes a difference). I'm asking, because a (stupid) action in another ...
by Louk
Saturday 19 June 2021 1:37
Forum: Z-Wave
Topic: Neo CoolCam Power plug 12A+ problem with kWh
Replies: 46
Views: 12006

Re: Neo CoolCam Power plug 12A+ problem with kWh

Maybe your right about the source of the issue, but it could easily corrected on the Domoticz side by stripping off the extraneous high order bits and/or correcting sign extend issues. That is, if someone is aquatinted with the software that handles the data from those power plugs.
by Louk
Tuesday 13 April 2021 2:11
Forum: Switches and Scenes
Topic: sub device - no main devices in combo
Replies: 1
Views: 605

Re: sub device - no main devices in combo

Sorry to disappoint you, but I just want to say your not the only one: I've the same issue even with the latest release available for Synology (2020.2). So far, I found no alternative to create a sub device. Although when you create the device as a main device, you are still able to add this device ...
by Louk
Thursday 12 March 2020 18:11
Forum: Z-Wave
Topic: Neo CoolCam Power plug 12A+ problem with kWh
Replies: 46
Views: 12006

Re: Neo CoolCam Power plug 12A+ problem with kWh

For some reason, something has changed since yesterday: I just did the same export from the Domoticz graph as I did yesterday evening and now I get about the same numbers, but just positive :o I did not changed anything in the database or ran any scripts to correct those values. However, this does ...
by Louk
Thursday 12 March 2020 16:14
Forum: Z-Wave
Topic: Neo CoolCam Power plug 12A+ problem with kWh
Replies: 46
Views: 12006

Re: Neo CoolCam Power plug 12A+ problem with kWh

As I ran into the same issue this week, I did some investigation. The first value reported was -21474837,23 (note: EU notation of decimal separator). Multiplying this value by 1000 and converting it to a hexadecimal value will result in FAFFFFFD10. Hence that this number contains 10 digits, which is ...
by Louk
Sunday 01 March 2020 16:24
Forum: Z-Wave
Topic: Qubino Flush Dim State issue
Replies: 27
Views: 3993

Re: Qubino Flush Dim State issue

I'm not an expert at all, but a retired trouble shooter and operational (software) support engineer, so I was trained to think about possible causes ;)

Because I'm a bit tight up the coming week, i will report this issue on the Github Domoticz forum next weekend (thanks for the link!).
by Louk
Saturday 29 February 2020 15:03
Forum: Z-Wave
Topic: Qubino Flush Dim State issue
Replies: 27
Views: 3993

Re: Qubino Flush Dim State issue

Thanks for the explanation; now I know we are talking about the same thing. One other note I have to mention here, is that I'm running an almost up to date Beta Jadahl release. I also found what is causing the multiple versions of de configuration source files: The Jadahl distribution puts those ...
by Louk
Thursday 27 February 2020 23:58
Forum: Z-Wave
Topic: Qubino Flush Dim State issue
Replies: 27
Views: 3993

Re: Qubino Flush Dim State issue

Thanks I didn't refresh the node before adding 1 in the group 1! What do you mean by "refresh the node"; what do you need to do for this? In my case, I'm running Domoticz on my Synology NAS, so I'm facing a different file structure: So there is no Conf folder. I found 3 files named ZMNHDDx.xml ...
by Louk
Tuesday 25 February 2020 3:37
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz with SSL on Synology
Replies: 13
Views: 11293

Re: Domoticz with SSL on Synology

Indeed, a great post, because the file in /volume1/@appstore/domoticz/server_cert.pem is the one that is used to configure SSL web service for Domoticz (that is, when you installed the Jadahl distribution). In my case, I created a certificate by configuring a host name in the Synology.me domain, by ...
by Louk
Friday 07 February 2020 21:45
Forum: Suggestions
Topic: Disable log in some device
Replies: 19
Views: 8134

Re: Disable log in some device

Merci MisterP! Not nice of me, but I forgot to reply my solution :oops: In the same file, I've added -verbose 0 -loglevel 2 right after -log ${LOGFILE} in the start/stop script /var/packages/domoticz/scripts/start-stop-status . I'm not sure what loglevel 2 means, but it gives me enough data to see ...
by Louk
Wednesday 17 July 2019 2:56
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Disable log for 1 device
Replies: 7
Views: 3435

Re: Disable log for 1 device

Normally I don't need log files at all, but because Domoticz crashes or just stops every 5 to 7 days, I want to see what is going on. Where do I find these command line options to customize the logging options? Or how do I force Domoticz to use this option file (which isn't there for nothing, I ...
by Louk
Wednesday 17 July 2019 2:17
Forum: Suggestions
Topic: Disable log in some device
Replies: 19
Views: 8134

Re: Disable log in some device

I'm not sure about the database (yet), but logging is a big issue to me too: An option to disable or reduce the logging would be very nice! After some investigation, I found a configuration file ( /var/packages/domoticz/target/var/scripts/domoticz.conf ) that contains options to do this, but ...
by Louk
Sunday 14 July 2019 14:32
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Disable log for 1 device
Replies: 7
Views: 3435

Re: Disable log for 1 device

Hi, Since some weeks I'm using Domoticz on my Synology NAS as alternative for a bricked VERA (by connecting a powered USB hub, but that's a complete different story). After a lot of struggling while configuring the setup, that includes an intelligent energy meter (P1), it run's quite smoothly ...