Since I updated version 3.4834 I noticed something and wondered if more people have this.
There seems to be a space (or enter) missing in some new sensors in the new version.
As an example I have the dashboard
Version 3.4834
https://i.imgur.com/UEQuCfM.png
Version 3.8153
https://i.imgur.com ...
Search found 9 matches
- Sunday 25 February 2018 20:43
- Forum: Other questions and discussions
- Topic: Layout Dashboard version 3.8153
- Replies: 0
- Views: 380
- Monday 25 September 2017 19:58
- Forum: LUA
- Topic: Script runs every 5 seconds instead of once a day
- Replies: 4
- Views: 2510
Re: Script runs every 5 seconds instead of once a day
In this topic: http://www.domoticz.com/forum/viewtopic.php?t=5156
I reading the following code:
time = os.date("*t")
commandArray = {}
if (timeofday['Sunrise']) then
commandArray['Variable:Time-Variable']='Morning'
print("Time set to Morning")
end
if (time.hour >= 12) then
commandArray ...
I reading the following code:
time = os.date("*t")
commandArray = {}
if (timeofday['Sunrise']) then
commandArray['Variable:Time-Variable']='Morning'
print("Time set to Morning")
end
if (time.hour >= 12) then
commandArray ...
- Monday 25 September 2017 11:03
- Forum: LUA
- Topic: Script runs every 5 seconds instead of once a day
- Replies: 4
- Views: 2510
Re: Script runs every 5 seconds instead of once a day
I have to go for a while to find out how exactly that works 
- Monday 25 September 2017 9:08
- Forum: LUA
- Topic: Script runs every 5 seconds instead of once a day
- Replies: 4
- Views: 2510
Script runs every 5 seconds instead of once a day
I have a script to indicate whether or not waste is being collected.
However, I've set up my main service to update every 24 hours, but it's now running every 5 seconds.
Could I have made a mistake somewhere?
https://i.imgur.com/9DzCXmB.png
https://i.imgur.com/AvctpBX.png
The code i used ...
However, I've set up my main service to update every 24 hours, but it's now running every 5 seconds.
Could I have made a mistake somewhere?
https://i.imgur.com/9DzCXmB.png
https://i.imgur.com/AvctpBX.png
The code i used ...
- Friday 22 September 2017 13:28
- Forum: LUA
- Topic: Notification for Garbage
- Replies: 3
- Views: 1191
Re: Notification for Garbage
Simply i had place the wrong hardware in my domoticz :roll:
He is working ;)
https://i.imgur.com/WhGZdmb.png
I still have a question about this.
I see my script running every 10 seconds, I had set the main device at 24 hours.
How it comes that the script still runs every 10 seconds?
Or is this ...
He is working ;)
https://i.imgur.com/WhGZdmb.png
I still have a question about this.
I see my script running every 10 seconds, I had set the main device at 24 hours.
How it comes that the script still runs every 10 seconds?
Or is this ...
- Wednesday 20 September 2017 20:00
- Forum: LUA
- Topic: Notification for Garbage
- Replies: 3
- Views: 1191
Notification for Garbage
I have found a topic on this forum, which has made a LUA script through a waste collection website to see which container is to be put outside.
That is done in this topic (http://www.domoticz.com/forum/viewtopic.php?f=61&t=17963) Sharing : Afval kalendar in text sensor.
They have made a script that ...
That is done in this topic (http://www.domoticz.com/forum/viewtopic.php?f=61&t=17963) Sharing : Afval kalendar in text sensor.
They have made a script that ...
- Monday 28 March 2016 19:45
- Forum: Other questions and discussions
- Topic: Login database
- Replies: 4
- Views: 3746
Re: Login database
The Domoticz database does not have a password as far as I know, but phpLiteAdmin does. According to the wiki :
Modify the $password variable to be the password used for gaining access to the phpLiteAdmin tool.
Hope that helps!
Thank you :D
EDIT: Ok we are a step further :P
But the ...
Modify the $password variable to be the password used for gaining access to the phpLiteAdmin tool.
Hope that helps!
Thank you :D
EDIT: Ok we are a step further :P
But the ...
- Monday 28 March 2016 19:04
- Forum: Other questions and discussions
- Topic: Login database
- Replies: 4
- Views: 3746
Login database
There are some topics on summertime in Europe where Domoticz seems to have some problems with it.
Now I wanted change the date of the values that are adjusting wrong, but I can not login using SQL on my domoticz database.
The problem is that I not have the password.
I have placed phpliteadmin.php ...
Now I wanted change the date of the values that are adjusting wrong, but I can not login using SQL on my domoticz database.
The problem is that I not have the password.
I have placed phpliteadmin.php ...
- Tuesday 17 November 2015 21:38
- Forum: Bash / PowerShell / Batch etc.
- Topic: Different Backups from Crontab to network
- Replies: 97
- Views: 45169
Re: Different Backups from Crontab to network
With this script, I keep an error.
I have no idea just what goes wrong
If i run: sudo domoticz_backup.sh the error i get is:
sudo: domoticz_backup.sh: command not found
The information what i used is the following:
#!/bin/bash
# LOCAL/FTP/SCP/MAIL PARAMETERS
SERVER="IP-ADDRESS Network Disk ...
I have no idea just what goes wrong
If i run: sudo domoticz_backup.sh the error i get is:
sudo: domoticz_backup.sh: command not found
The information what i used is the following:
#!/bin/bash
# LOCAL/FTP/SCP/MAIL PARAMETERS
SERVER="IP-ADDRESS Network Disk ...