Search found 5 matches

by Molenman
Monday 02 December 2024 18:15
Forum: Other questions and discussions
Topic: how to modify the short log sensors more than 7
Replies: 11
Views: 3670

Re: how to modify the short log sensors more than 7

Still can't? The reason why the max days for short log sensors is 7 in the settings tab is that the short log sensor tables are already the biggest tables in the domoticz database. Setting the number of days to a higher value will have significant impact on database size and response times ...
by Molenman
Tuesday 01 October 2024 11:05
Forum: Bugs and Problems
Topic: Time triggered blockly is not always started
Replies: 3
Views: 755

Re: Time triggered blockly is not always started

You have to post your script here, but you need to use this timer = { 'every minute', }, This will execute your script every minute... don't expect it to start on an whole minute What you propose is for a dzvent event. For a blockly event i cannot enter your suggestion. Verstuurd vanaf mijn SM ...
by Molenman
Thursday 29 August 2024 17:19
Forum: Bugs and Problems
Topic: Time triggered blockly is not always started
Replies: 3
Views: 755

Time triggered blockly is not always started

My configuration :
Version: 2024.7
Platform: Ubuntu 20.04

When i create a time triggered blockly it is not executed every minute unless i add a time based condition in an if statement.like if time <> 00:00 or time <> 00:00
Is this normal ?
by Molenman
Monday 19 August 2024 12:00
Forum: Bugs and Problems
Topic: Negative Unit values are displayed when generic sysfs GPIO generates the confugered hardware
Replies: 3
Views: 753

Re: Negative Unit values are displayed when generic sysfs GPIO generates the confugered hardware

There have been some recent changes to the sysfs/GPIO hardware. It seems this negative unit is assigned in the sysFS/GPIO hardware class, as I just changed manually a device unit to 249 here in the database, and it displays correctly in the devices overview. Just had a look at the hardware class ...
by Molenman
Saturday 17 August 2024 18:36
Forum: Bugs and Problems
Topic: Negative Unit values are displayed when generic sysfs GPIO generates the confugered hardware
Replies: 3
Views: 753

Negative Unit values are displayed when generic sysfs GPIO generates the confugered hardware

Hello all, My configuration : Version: 2024.7 Platform: Ubuntu 20.04 Plugin/Hardware: GPIO pins/Odroid C2 When generating the GPIO hardware that was first configured with a bash job i get negative Unit values for the detected hardware when using Generic sysfs GPIO . When trying to toggle a GPIO pin ...