Search found 11 matches
- Wednesday 08 May 2019 23:40
- Forum: iOS
- Topic: Domoticz App
- Replies: 505
- Views: 119845
Re: Domoticz App
Hello, Would it be possible for you to implement iOS criticalAlertSetting (https://developer.apple.com/documentation/usernotifications/unnotificationsettings/2963116-criticalalertsetting) within the Domoticz iOS app? It would be great for me to receive Domoticz alerts while my iPhone is on DND. For ...
- Tuesday 20 February 2018 18:04
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 74487
Re: Find My iPhone implementation in LUA script
I've added print('The iPhone check script is running') right after the if statement. Right now the interval set to 25 and here is the log output: 2018-02-20 18:00:15.317 dzVents: The iPhone check script is running 2018-02-20 18:00:22.652 dzVents: The iPhone check script is running 2018-02-20 18:00 ...
- Monday 19 February 2018 20:26
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 74487
Re: Find My iPhone implementation in LUA script
It seems that the problem is with the if statement for the repeat interval as it seems that I have more output prints.
How should I made the check for this if statement?
How should I made the check for this if statement?
Code: Select all
interval = 5
local m = os.date('%M')
if (m % interval == 0) then
- Monday 19 February 2018 15:31
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 74487
Re: Find My iPhone implementation in LUA script
I've added a api key to the curl request.landaisbenj wrote: ↑Monday 19 February 2018 14:58 Google need an apikey and make a cool down for request.
I will reply back if I encounter any issue.
Thanks for your help!
UPDATE:
It seems that I have the same issue after the using of the apikey...
- Monday 19 February 2018 14:56
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 74487
Re: Find My iPhone implementation in LUA script
Hello, The script is working for me but I have the following inputs in error log and it's very annoying. 2018-02-19 15:45:20.128 Error: EventSystem: in iPhone: [string "-- Script to check the location of multiple i..."]:31: attempt to index global 'output' (a nil value) 2018-02-19 15:52:25.236 Error ...
- Thursday 19 October 2017 12:13
- Forum: Others
- Topic: Salus Ti500 Thermostat
- Replies: 3
- Views: 2763
Re: Salus Ti500 Thermostat
Hello,
I want to integrate Domoticz with Salus IT500 so far I've found only a script that works with Amazon Alexa, can anyone help me with making it work in LUA script?
Link: https://github.com/azw409/alexa-salus-i ... r/index.js
I want to integrate Domoticz with Salus IT500 so far I've found only a script that works with Amazon Alexa, can anyone help me with making it work in LUA script?
Link: https://github.com/azw409/alexa-salus-i ... r/index.js
- Monday 04 September 2017 12:07
- Forum: iOS
- Topic: Domoticz App
- Replies: 505
- Views: 119845
Re: Domoticz App
@galadril
Downloaded it and bought the full version.
Any news about geofencing?
Good job.
Downloaded it and bought the full version.
Any news about geofencing?
Good job.
- Friday 25 August 2017 20:48
- Forum: Other questions and discussions
- Topic: SMS Gateway with JSON
- Replies: 1
- Views: 530
Re: SMS Gateway with JSON
Any solution for this problem?
Thanks!
Thanks!
- Friday 25 August 2017 0:30
- Forum: Other questions and discussions
- Topic: SMS Gateway with JSON
- Replies: 1
- Views: 530
SMS Gateway with JSON
Hi there, I have a SMS Gateway on a Android device with the following app https://play.google.com/store/apps/details?id=eu.apksoft.android.smsgateway&hl=en I need it for changing the state of a switch through the sms service, so my ideea is to whitelist my phone number so only the messages from my ...
- Thursday 24 August 2017 19:52
- Forum: iOS
- Topic: Domoticz App
- Replies: 505
- Views: 119845
Re: Domoticz App
@galadril
Hi there do you have an aproximate time for the launch of the iOS app? Also if you want a beta tester I would be glad to be a part of the team.
Hi there do you have an aproximate time for the launch of the iOS app? Also if you want a beta tester I would be glad to be a part of the team.
- Sunday 23 April 2017 3:54
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 74487
Re: Find My iPhone implementation in LUA script
Hello I'm having some problems with the following error.
I am using Dummy Switch and Dummy Text and have two phones registered in the script, any ideas?
2017-04-23 04:31:02.277 Error: EventSystem: Warning!, lua script script_time_checkphones. has been running for more than 10 seconds
I am using Dummy Switch and Dummy Text and have two phones registered in the script, any ideas?
2017-04-23 04:31:02.277 Error: EventSystem: Warning!, lua script script_time_checkphones. has been running for more than 10 seconds