I have been searching for the following but could not find it anyway.
Sometimes my sensors do not update correctly (data issue etc), this is not a big issue. But the problem is I can not see in my dashboard that is showing old data. I know there is the option to show text with last seen. If I use ...
Search found 6 matches
- Friday 10 August 2018 9:07
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 86800
Re: Find My iPhone implementation in LUA script
That did the trick, thanks!MarceldeJongNL wrote: Friday 10 August 2018 8:34 I just added -k to every curl statement in the lua, and it works again
- Friday 10 August 2018 0:37
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 86800
Re: Find My iPhone implementation in LUA script
I still do not have it working, can some help? 
- Friday 03 August 2018 19:54
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 86800
Re: Find My iPhone implementation in LUA script
I tried it with a script with just the curl and the output just gives a nil. 1 thing I noticed that I dont even get a error if I use wrong username or password.
If you can make a script whenever you have time please do so.
If you can make a script whenever you have time please do so.
- Friday 03 August 2018 18:52
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 86800
Re: Find My iPhone implementation in LUA script
Thanks for your reply but I dont really know what you mean.
Could you explain what I need to do?
Could you explain what I need to do?
- Friday 03 August 2018 16:34
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 86800
Re: Find My iPhone implementation in LUA script
Hello,
I need some help. I'v been using this script for the past months without any issue. 2 Weeks ago the script stopped working and I have no idea why.
This is the script:
commandArray = {}
interval = 9
local m = os.date('%M')
if (m % interval == 0) then
json = (loadfile "/home/pi/domoticz ...
I need some help. I'v been using this script for the past months without any issue. 2 Weeks ago the script stopped working and I have no idea why.
This is the script:
commandArray = {}
interval = 9
local m = os.date('%M')
if (m % interval == 0) then
json = (loadfile "/home/pi/domoticz ...