I have reported a bug:
Text device: changing icon erases the text #6383
Search found 7 matches
- Sunday 07 September 2025 10:38
- Forum: dzVents
- Topic: Text Device does not gets updated.
- Replies: 11
- Views: 3635
- Sunday 07 September 2025 10:32
- Forum: dzVents
- Topic: Text Device does not gets updated.
- Replies: 11
- Views: 3635
Re: Text Device does not gets updated.
You are right.
The icon change couses the trouble...
The icon change couses the trouble...
- Thursday 03 July 2025 9:49
- Forum: dzVents
- Topic: Text Device does not gets updated.
- Replies: 11
- Views: 3635
Re: Text Device does not gets updated.
Device 122 os uniqe.
The logs shows update:
2025-07-03 09:46:32.156 dzVents: Debug: - OpenURL = {["method"]="GET", ["URL"]="http://127.0.0.1:8080/json.htm?type=command¶m=setused&used=true&name=RDIS-LTE+Status&description=&idx=122&switchtype=0&customimage=127"}
2025-07-03 09:46:32.156 dzVents ...
The logs shows update:
2025-07-03 09:46:32.156 dzVents: Debug: - OpenURL = {["method"]="GET", ["URL"]="http://127.0.0.1:8080/json.htm?type=command¶m=setused&used=true&name=RDIS-LTE+Status&description=&idx=122&switchtype=0&customimage=127"}
2025-07-03 09:46:32.156 dzVents ...
- Wednesday 18 June 2025 13:26
- Forum: dzVents
- Topic: Text Device does not gets updated.
- Replies: 11
- Views: 3635
Re: Text Device does not gets updated.
return {
on = {
devices = { 123, }
},
logging = {
level = domoticz.LOG_INFO,
marker = 'SetLTELevel',
},
execute = function(domoticz, device)
local function DoLogE(str)
local marker = "SetLTELevel"
local ltime = ""
local logfile = io.open("/home/pi/dzvents.log", "a")
ltime=os.date("%Y ...
on = {
devices = { 123, }
},
logging = {
level = domoticz.LOG_INFO,
marker = 'SetLTELevel',
},
execute = function(domoticz, device)
local function DoLogE(str)
local marker = "SetLTELevel"
local ltime = ""
local logfile = io.open("/home/pi/dzvents.log", "a")
ltime=os.date("%Y ...
- Friday 13 June 2025 9:21
- Forum: dzVents
- Topic: Text Device does not gets updated.
- Replies: 11
- Views: 3635
Text Device does not gets updated.
After last update my TXT alert device i broken.
I can see in the log that it gets updates. But the Text value of the device is empty and nothing is shown in the GUI....
The Text is shown in my LogFile by the DoLogE function....
Som ideas?
The log:
2025-06-13 09:03:38 Alertlevel = >none< Daily ...
I can see in the log that it gets updates. But the Text value of the device is empty and nothing is shown in the GUI....
The Text is shown in my LogFile by the DoLogE function....
Som ideas?
The log:
2025-06-13 09:03:38 Alertlevel = >none< Daily ...
- Wednesday 06 May 2020 12:51
- Forum: dzVents
- Topic: assert kommands starts failing randomly
- Replies: 2
- Views: 219
Re: assert kommands starts failing randomly
I had this script running in several month without any error.
Now it starts creating an error once or twice a day (script runs every minute).
Some ideas?
My idea is to have a close look at the log around the times you see this error and maybe activate the complete domoticz debug logging. From ...
- Tuesday 05 May 2020 21:24
- Forum: dzVents
- Topic: assert kommands starts failing randomly
- Replies: 2
- Views: 219
assert kommands starts failing randomly
Hi.
I had this script running in several month without any error.
Now it starts creating an error once or twice a day (script runs every minute).
Scriptline:
local file = assert(io.open("/mnt/nfs/pihome/UpdateNeeded.txt", "r"), "OSup1: Error reading UpdateNeeded.txt")
error:
2020-05-05 04:06:00 ...
I had this script running in several month without any error.
Now it starts creating an error once or twice a day (script runs every minute).
Scriptline:
local file = assert(io.open("/mnt/nfs/pihome/UpdateNeeded.txt", "r"), "OSup1: Error reading UpdateNeeded.txt")
error:
2020-05-05 04:06:00 ...