Openluup control of Alexa
-
Yep, write two routines, then use my Virtual Devices Plugin to execute the lua code to call them. Use unique and non-friendly names. Something like xyz_light2_on
@therealdb said in Openluup control of Alexa:
Yep, write two routines, then use my Virtual Devices Plugin to execute the lua code to call them. Use unique and non-friendly names. Something like xyz_light2_on
Thanks. Just skimmed the readme. Not sure how I get this to call Alexa routines? I could just use the Alexa remote control script as well though (which is what I thought of in the shower!)
Cheers
C
-
Hmm, just tried calling a routine (in this case xyzlight) from the Vera Alexa plugin from Reactor.
Although the routine runs fine from the Alexa app nothing happens when I try 'Run routine' from the Reactor.
Question 1 would be 'What should I use for the Device?'
Or is this just not going to work?
TIA
C
-
I’ve not used reactor, so I’m not sure. As I said, you can create a virtual device and run lua. Just use lua:// and the insert the lua code to run the routine
@therealdb said in Openluup control of Alexa:
I’ve not used reactor, so I’m not sure. As I said, you can create a virtual device and run lua. Just use lua:// and the insert the lua code to run the routine
Thanks, but this is where I'm a bit stuck. I can't see anything in the doc to create a virtual device to map on an Alexa controlled device. Or should I be looking at a virtual http type device direct to the wifi bulb? That being the case I guess I'm going to need to know what the API commands are (which I've not seen being)
Or am I on totally the wrong track?Cheers
C
-
Let's say you have two routines and VeraAlexa already installed. Install Virtual Devices from GitHub (or via AltAppStore) as well. Create a device for Virtual Device Plug-in, then go to the device you created, and insert into variables:
- SetPowerURL: lua://luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1", "RunRoutine", {RoutineName="xzy_LightOn", GroupZones="Bedroom"}, 666)
Repeat for SetPowerOffURL, but use your lightOff routine name. Change 666 to your VeraAlexa device's ID. Try to turn on, it should call Alexa to do it, same thing for turning off.
-
Thanks!
You are a gent sir. This is what I have in my SetPowerURL variable:
lua://luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1", "RunRoutine"{RoutineName="xzylight", GroupZones="Office"},22)
The routine name is correct and works when accessed from the Alexa App
The device in GroupZones works if I send speech to it
The VeraAlexa device number is correct.Log entry seems sparse, even in debug:
2021-04-22 08:54:40.023 luup.call_action:: 59.urn:upnp-org:serviceId:SwitchPower1.SetTarget 2021-04-22 08:54:40.024 luup_log:59: VirtualDevices[3.0-beta2@59](actionPower@92):actionPower(59,"1") 2021-04-22 08:54:40.024 luup_log:59: VirtualDevices[3.0-beta2@59](actionPowerInternal@45):actionPowerInternal(59,true,true) 2021-04-22 08:54:40.024 luup_log:59: VirtualDevices[3.0-beta2@59](setVar@104):setVar("urn:upnp-org:serviceId:SwitchPower1","Target","1",59) old value "0" 2021-04-22 08:54:40.025 luup.variable_set:: 59.urn:upnp-org:serviceId:SwitchPower1.Target was: 0 now: 1 #hooks:0 2021-04-22 08:54:40.025 luup_log:59: VirtualDevices[3.0-beta2@59](sendDeviceCommand@279):sendDeviceCommand("SetPowerURL","on",59) 2021-04-22 08:54:40.025 luup_log:59: VirtualDevices[3.0-beta2@59]:sendDeviceCommand: RunLua: "luup.call_action(\"urn:bochicchio-com:serviceId:VeraAlexa1\", \"RunRoutine\", {RoutineName=\"xzylight\", GroupZones=\"Office\"},22)" 2021-04-22 08:54:40.025 luup.call_action:: 1.urn:micasaverde-com:serviceId:HomeAutomationGateway1.RunLua 2021-04-22 08:54:40.025 luup_log:59: VirtualDevices[3.0-beta2@59](setVar@104):setVar("urn:upnp-org:serviceId:SwitchPower1","Status","1",59) old value "0" 2021-04-22 08:54:40.025 luup.variable_set:: 59.urn:upnp-org:serviceId:SwitchPower1.Status was: 0 now: 1 #hooks:0 2021-04-22 08:54:40.026 luup_log:59: VirtualDevices[3.0-beta2@59](onSuccess@77):Auto off in 0 secs
What have I done wrong?
TIA
C
-
Thanks!
You are a gent sir. This is what I have in my SetPowerURL variable:
lua://luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1", "RunRoutine"{RoutineName="xzylight", GroupZones="Office"},22)
The routine name is correct and works when accessed from the Alexa App
The device in GroupZones works if I send speech to it
The VeraAlexa device number is correct.Log entry seems sparse, even in debug:
2021-04-22 08:54:40.023 luup.call_action:: 59.urn:upnp-org:serviceId:SwitchPower1.SetTarget 2021-04-22 08:54:40.024 luup_log:59: VirtualDevices[3.0-beta2@59](actionPower@92):actionPower(59,"1") 2021-04-22 08:54:40.024 luup_log:59: VirtualDevices[3.0-beta2@59](actionPowerInternal@45):actionPowerInternal(59,true,true) 2021-04-22 08:54:40.024 luup_log:59: VirtualDevices[3.0-beta2@59](setVar@104):setVar("urn:upnp-org:serviceId:SwitchPower1","Target","1",59) old value "0" 2021-04-22 08:54:40.025 luup.variable_set:: 59.urn:upnp-org:serviceId:SwitchPower1.Target was: 0 now: 1 #hooks:0 2021-04-22 08:54:40.025 luup_log:59: VirtualDevices[3.0-beta2@59](sendDeviceCommand@279):sendDeviceCommand("SetPowerURL","on",59) 2021-04-22 08:54:40.025 luup_log:59: VirtualDevices[3.0-beta2@59]:sendDeviceCommand: RunLua: "luup.call_action(\"urn:bochicchio-com:serviceId:VeraAlexa1\", \"RunRoutine\", {RoutineName=\"xzylight\", GroupZones=\"Office\"},22)" 2021-04-22 08:54:40.025 luup.call_action:: 1.urn:micasaverde-com:serviceId:HomeAutomationGateway1.RunLua 2021-04-22 08:54:40.025 luup_log:59: VirtualDevices[3.0-beta2@59](setVar@104):setVar("urn:upnp-org:serviceId:SwitchPower1","Status","1",59) old value "0" 2021-04-22 08:54:40.025 luup.variable_set:: 59.urn:upnp-org:serviceId:SwitchPower1.Status was: 0 now: 1 #hooks:0 2021-04-22 08:54:40.026 luup_log:59: VirtualDevices[3.0-beta2@59](onSuccess@77):Auto off in 0 secs
What have I done wrong?
TIA
C
-
Of course:
Variable Value AlexaHost layla.amazon.co.uk AmazonHost amazon.co.uk AnnouncementVolume 50 CommFailure 0 CommFailureTime 0 Configured 1 CurrentVersion 0.2.13 DebugMode 0 DefaultBreak 3 DefaultEcho Office DefaultVolume 40 Language en-GB LatestResponse sending cmd:speak:<s>There is movement at the front door</s><break time="0s" /> to dev:Office type:A32DOYMUN6DTXA serial:G090U50991550NLS customerid:A1CVTZEBJIUFJI OneTimePassCode Password **** UseAnnoucements 1 Username *****
C
-
Of course:
Variable Value AlexaHost layla.amazon.co.uk AmazonHost amazon.co.uk AnnouncementVolume 50 CommFailure 0 CommFailureTime 0 Configured 1 CurrentVersion 0.2.13 DebugMode 0 DefaultBreak 3 DefaultEcho Office DefaultVolume 40 Language en-GB LatestResponse sending cmd:speak:<s>There is movement at the front door</s><break time="0s" /> to dev:Office type:A32DOYMUN6DTXA serial:G090U50991550NLS customerid:A1CVTZEBJIUFJI OneTimePassCode Password **** UseAnnoucements 1 Username *****
C
-
@therealdb said in Openluup control of Alexa:
@CatmanV2 @LibraSun can you please send me more logs (see Patrick's guidance). Privately is OK, if you prefer. Remember to set DebugMode to 1 for Vera Alexa's device. It's almost week-end, so I'll have some spare time. Thanks!
For sure! But given that I have no idea what (other than what posted) is relevant how long a chunk do you want?
C
-
Hmm, PM limit is 1000 characters
2021-04-23 17:52:38.268 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2021-04-23 17:52:38.268 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2021-04-23 17:52:38.269 luup_log:52: SiteSensor: Scheduling next activity in 60 seconds 2021-04-23 17:52:38.778 openLuup.server:: request completed (10747 bytes, 1 chunks, 7579 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:38.784 openLuup.server:: request completed (10747 bytes, 1 chunks, 7026 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:39.287 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175518&Timeout=60&MinimumDelay=1500&_=1618778104503 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:39.984 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175518&Timeout=60&MinimumDelay=1500&_=1619187656551 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:42.859 openLuup.server:: GET /data_request?id=action&output_format=json&DeviceNum=61&serviceId=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1 HTTP/1.1 tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:42.860 luup.call_action:: 61.urn:upnp-org:serviceId:SwitchPower1.SetTarget 2021-04-23 17:52:42.860 luup.variable_set:: 61.urn:upnp-org:serviceId:SwitchPower1.Target was: 0 now: 1 #hooks:0 2021-04-23 17:52:42.861 luup_log:61: VirtualDevices[3.0-beta2@61]:sendDeviceCommand: RunLua: "luup.call_action(\"urn:bochicchio-com:serviceId:VeraAlexa1\", \"RunRoutine\", {RoutineName=\"xzylight\", GroupZones=\"Office\"},22)" 2021-04-23 17:52:42.861 luup.call_action:: 1.urn:micasaverde-com:serviceId:HomeAutomationGateway1.RunLua 2021-04-23 17:52:42.861 luup.variable_set:: 61.urn:upnp-org:serviceId:SwitchPower1.Status was: 0 now: 1 #hooks:0 2021-04-23 17:52:42.861 openLuup.server:: request completed (35 bytes, 1 chunks, 2 ms) tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:43.067 openLuup.server:: request completed (6489 bytes, 1 chunks, 3779 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.078 openLuup.server:: GET /cmh/skins/default/img/devices/device_states/binary_light_on.png HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.079 openLuup.server:: request completed (708 bytes, 0 chunks, 0 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.180 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175520&Timeout=60&MinimumDelay=1500&_=1618778104504 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.228 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656552 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:43.334 openLuup.server:: request completed (6489 bytes, 1 chunks, 3349 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:43.335 openLuup.server:: request completed (1 bytes, 1 chunks, 106 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:43.714 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175520&Timeout=60&MinimumDelay=1500&_=1619187656553 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:45.721 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 22 now: 23 #hooks:0 2021-04-23 17:52:45.930 openLuup.server:: request completed (7817 bytes, 1 chunks, 2215 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:46.036 openLuup.server:: request completed (7817 bytes, 1 chunks, 2855 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:46.163 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175521&Timeout=60&MinimumDelay=1500&_=1618778104505 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:46.913 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175521&Timeout=60&MinimumDelay=1500&_=1619187656554 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:48.927 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 23 now: 22 #hooks:0 2021-04-23 17:52:49.135 openLuup.server:: request completed (7817 bytes, 1 chunks, 2221 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:49.442 openLuup.server:: request completed (7817 bytes, 1 chunks, 3278 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:49.786 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175522&Timeout=60&MinimumDelay=1500&_=1619187656555 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:50.160 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175522&Timeout=60&MinimumDelay=1500&_=1618778104506 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:53.217 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 22 now: 23 #hooks:0 2021-04-23 17:52:53.422 openLuup.server:: request completed (7817 bytes, 1 chunks, 3261 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:53.629 openLuup.server:: request completed (7817 bytes, 1 chunks, 3841 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:53.634 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656556 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:53.736 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:53.978 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175523&Timeout=60&MinimumDelay=1500&_=1618778104507 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:54.991 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175523&Timeout=60&MinimumDelay=1500&_=1619187656557 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:59.789 openLuup.server:: GET /cmh/skins/default/img/devices/device_states/switch_on.png HTTP/1.1 tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:59.790 openLuup.server:: request completed (1223 bytes, 0 chunks, 0 ms) tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:59.791 openLuup.server:: GET /cmh/skins/default/img/devices/device_states/switch_off.png HTTP/1.1 tcp{client}: 0x564e8cd027f8 2021-04-23 17:52:59.792 openLuup.server:: request completed (1191 bytes, 0 chunks, 0 ms) tcp{client}: 0x564e8cd027f8 2021-04-23 17:53:04.775 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656558 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:04.877 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:05.036 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 23 now: 22 #hooks:0 2021-04-23 17:53:05.143 openLuup.server:: request completed (7817 bytes, 1 chunks, 10151 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:05.249 openLuup.server:: request completed (7817 bytes, 1 chunks, 11270 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:05.782 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175524&Timeout=60&MinimumDelay=1500&_=1619187656559 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:06.573 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175524&Timeout=60&MinimumDelay=1500&_=1618778104508 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:09.329 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 22 now: 23 #hooks:0 2021-04-23 17:53:09.638 openLuup.server:: request completed (7817 bytes, 1 chunks, 3854 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:09.844 openLuup.server:: request completed (7817 bytes, 1 chunks, 3270 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:10.183 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175525&Timeout=60&MinimumDelay=1500&_=1618778104509 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:10.982 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175525&Timeout=60&MinimumDelay=1500&_=1619187656560 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:13.659 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 23 now: 22 #hooks:0 2021-04-23 17:53:13.766 openLuup.server:: request completed (7817 bytes, 1 chunks, 2782 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:14.073 openLuup.server:: request completed (7817 bytes, 1 chunks, 3888 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:14.978 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175526&Timeout=60&MinimumDelay=1500&_=1619187656561 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:14.979 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656562 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:15.081 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:15.548 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175526&Timeout=60&MinimumDelay=1500&_=1618778104510 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:26.088 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656563 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:26.190 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:29.500 luup.variable_set:: 25005.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 27.4 now: 26.6 #hooks:2 2021-04-23 17:53:29.501 luup.watch_callback:: 25005.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature called [20]DataWatcherCallback() function: 0x564e8c4004e0 2021-04-23 17:53:29.501 luup.watch_callback:: 25005.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature called [11]reactorWatch() function: 0x564e8ba75720 2021-04-23 17:53:29.508 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.cstate was: {"condso4rr22":{"evaledge":{"f":1616784363},"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,... now: {"condso4rr22":{"evaledge":{"f":1616784363},"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,... #hooks:0 2021-04-23 17:53:29.510 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.Message was: now: #hooks:0 2021-04-23 17:53:29.927 openLuup.server:: request completed (74198 bytes, 5 chunks, 14948 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:29.933 openLuup.server:: request completed (74198 bytes, 5 chunks, 14384 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:30.179 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175529&Timeout=60&MinimumDelay=1500&_=1618778104511 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:30.903 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175529&Timeout=60&MinimumDelay=1500&_=1619187656564 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.278 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastRun was: 1619196758 now: 1619196818 #hooks:0 2021-04-23 17:53:38.278 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastQuery was: 1619196758 now: 1619196818 #hooks:0 2021-04-23 17:53:38.279 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastEval was: 1619196758 now: 1619196818 #hooks:0 2021-04-23 17:53:38.279 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Valid response; matched! now: Performing query... #hooks:0 2021-04-23 17:53:38.280 luup_log:52: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } 2021-04-23 17:53:38.280 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:52:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:52:38: SiteSensor: Request succeeded, "wit... now: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } #hooks:0 2021-04-23 17:53:38.298 luup_log:52: SiteSensor: Request succeeded, "with" match: "Matched" 2021-04-23 17:53:38.298 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } now: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:53:38: SiteSensor: Request succeeded, "wit... #hooks:0 2021-04-23 17:53:38.299 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Performing query... now: Valid response; matched! #hooks:0 2021-04-23 17:53:38.299 luup.set_failure:: status = 0 2021-04-23 17:53:38.300 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2021-04-23 17:53:38.300 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2021-04-23 17:53:38.301 luup_log:52: SiteSensor: Scheduling next activity in 60 seconds 2021-04-23 17:53:38.407 openLuup.server:: request completed (10747 bytes, 1 chunks, 7504 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.413 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656565 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.515 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.617 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175538&Timeout=60&MinimumDelay=1500&_=1619187656566 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.825 openLuup.server:: request completed (10747 bytes, 1 chunks, 8644 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:39.243 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175538&Timeout=60&MinimumDelay=1500&_=1618778104512 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:49.600 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656567 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:49.702 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:59.552 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.cstate was: {"condso4rr22":{"evaledge":{"f":1616784363},"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,... now: {"condso4rr22":{"statestamp":1616784363,"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,"las... #hooks:0 2021-04-23 17:53:59.553 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.Message was: now: #hooks:0 2021-04-23 17:53:59.870 openLuup.server:: request completed (73276 bytes, 5 chunks, 21252 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:59.983 openLuup.server:: request completed (73276 bytes, 5 chunks, 20739 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:00.195 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175540&Timeout=60&MinimumDelay=1500&_=1618778104513 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:00.910 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656568 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:00.912 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175540&Timeout=60&MinimumDelay=1500&_=1619187656569 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:01.014 openLuup.server:: request completed (1 bytes, 1 chunks, 102 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:02.941 luup_log:0: 13Mb, 2.1%cpu, 1.3days 2021-04-23 17:54:03.046 openLuup.server:: request completed (4875 bytes, 1 chunks, 2850 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:03.151 openLuup.server:: request completed (4875 bytes, 1 chunks, 2238 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:54:03.658 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175547&Timeout=60&MinimumDelay=1500&_=1619187656570 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:04.463 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175547&Timeout=60&MinimumDelay=1500&_=1618778104514 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:14.604 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656571 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:14.706 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:29.889 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656572 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:29.992 openLuup.server:: request completed (1 bytes, 1 chunks, 102 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:31.696 openLuup.io.server:: HTTP:3480 connection closed EXPIRED tcp{client}: 0x564e8c87b0f8 2021-04-23 17:54:33.054 luup_log:26: IPhoneLocator: Entering loop:26:1 2021-04-23 17:54:34.257 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.PrevUpdate was: 1619195975.93 now: 1619196282.895 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:micasaverde-com:serviceId:HaDevice1.LastUpdate was: 1619196282.895 now: 1619196597.36 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.PrevLat was: 51.762584709398 now: 51.762616462252 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.PrevLong was: 0.13431196000302 now: 0.13432520872469 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.CurLat was: 51.762616462252 now: 51.762606422089 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.CurLong was: 0.13432520872469 now: 0.13428539975898 #hooks:0 2021-04-23 17:54:34.258 luup_log:26: IPhoneLocator: ETA set to =>0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.LocationExtraInfo was: GPS:9.9140666521856:false now: GPS:8.4249524283522:false #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MsgText was: Poll: 2021-04-23 17:49 / 300 s now: Poll: 2021-04-23 17:54 #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MsgText2 was: -0.00 Km @ 0.00 Km/h on 2021-04-23 17:44 now: -0.00 Km @ 0.00 Km/h on 2021-04-23 17:49 #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MapUrl was: https://dev.virtualearth.net/REST/v1/Imagery/Map/Road?pushpin=51.762616462252,0.13432520872469;;H&mapLayer=TrafficF... now: https://dev.virtualearth.net/REST/v1/Imagery/Map/Road?pushpin=51.762606422089,0.13428539975898;;H&mapLayer=TrafficF... #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.ICloudDevices was: iPhone,Chris’s MacBook Air (2),New Mail Server,iPad (7) now: iPhone,Chris’s MacBook Air (2),New Mail Server,iPad (7) #hooks:0 2021-04-23 17:54:34.259 luup_log:26: IPhoneLocator: getPeriodForDevice(26) - Distance:-0 Auto:1 Base:300==>300 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MsgText was: Poll: 2021-04-23 17:54 now: Poll: 2021-04-23 17:54 / 300 s #hooks:0 2021-04-23 17:54:34.260 luup.call_timer:: interval: time=301, days={} 2021-04-23 17:54:34.309 openLuup.io.server:: HTTP:3480 connection closed EXPIRED tcp{client}: 0x564e8cd027f8 2021-04-23 17:54:34.313 openLuup.server:: request completed (10211 bytes, 1 chunks, 30654 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:54:34.315 openLuup.server:: request completed (10211 bytes, 1 chunks, 29850 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:34.655 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175559&Timeout=60&MinimumDelay=1500&_=1619187656573 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:35.560 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175559&Timeout=60&MinimumDelay=1500&_=1618778104515 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:38.381 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastRun was: 1619196818 now: 1619196878 #hooks:0 2021-04-23 17:54:38.381 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastQuery was: 1619196818 now: 1619196878 #hooks:0 2021-04-23 17:54:38.382 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastEval was: 1619196818 now: 1619196878 #hooks:0 2021-04-23 17:54:38.382 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Valid response; matched! now: Performing query... #hooks:0 2021-04-23 17:54:38.383 luup_log:52: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } 2021-04-23 17:54:38.383 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:53:38: SiteSensor: Request succeeded, "wit... now: 17:54:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } #hooks:0 2021-04-23 17:54:38.400 luup_log:52: SiteSensor: Request succeeded, "with" match: "Matched" 2021-04-23 17:54:38.400 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:54:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } now: 17:54:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:54:38: SiteSensor: Request succeeded, "wit... #hooks:0 2021-04-23 17:54:38.401 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Performing query... now: Valid response; matched! #hooks:0 2021-04-23 17:54:38.401 luup.set_failure:: status = 0 2021-04-23 17:54:38.401 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2021-04-23 17:54:38.402 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2021-04-23 17:54:38.402 luup_log:52: SiteSensor: Scheduling next activity in 60 seconds 2021-04-23 17:54:38.858 openLuup.server:: request completed (10747 bytes, 1 chunks, 3297 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:38.964 openLuup.server:: request completed (10747 bytes, 1 chunks, 4308 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:54:39.232 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175568&Timeout=60&MinimumDelay=1500&_=1618778104516 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:39.895 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175568&Timeout=60&MinimumDelay=1500&_=1619187656574 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:40.607 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656575 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:40.709 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:52.893 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656576 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:52.995 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358
That's two minutes, let me know if you need more
C
-
Hmm, PM limit is 1000 characters
2021-04-23 17:52:38.268 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2021-04-23 17:52:38.268 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2021-04-23 17:52:38.269 luup_log:52: SiteSensor: Scheduling next activity in 60 seconds 2021-04-23 17:52:38.778 openLuup.server:: request completed (10747 bytes, 1 chunks, 7579 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:38.784 openLuup.server:: request completed (10747 bytes, 1 chunks, 7026 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:39.287 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175518&Timeout=60&MinimumDelay=1500&_=1618778104503 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:39.984 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175518&Timeout=60&MinimumDelay=1500&_=1619187656551 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:42.859 openLuup.server:: GET /data_request?id=action&output_format=json&DeviceNum=61&serviceId=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1 HTTP/1.1 tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:42.860 luup.call_action:: 61.urn:upnp-org:serviceId:SwitchPower1.SetTarget 2021-04-23 17:52:42.860 luup.variable_set:: 61.urn:upnp-org:serviceId:SwitchPower1.Target was: 0 now: 1 #hooks:0 2021-04-23 17:52:42.861 luup_log:61: VirtualDevices[3.0-beta2@61]:sendDeviceCommand: RunLua: "luup.call_action(\"urn:bochicchio-com:serviceId:VeraAlexa1\", \"RunRoutine\", {RoutineName=\"xzylight\", GroupZones=\"Office\"},22)" 2021-04-23 17:52:42.861 luup.call_action:: 1.urn:micasaverde-com:serviceId:HomeAutomationGateway1.RunLua 2021-04-23 17:52:42.861 luup.variable_set:: 61.urn:upnp-org:serviceId:SwitchPower1.Status was: 0 now: 1 #hooks:0 2021-04-23 17:52:42.861 openLuup.server:: request completed (35 bytes, 1 chunks, 2 ms) tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:43.067 openLuup.server:: request completed (6489 bytes, 1 chunks, 3779 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.078 openLuup.server:: GET /cmh/skins/default/img/devices/device_states/binary_light_on.png HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.079 openLuup.server:: request completed (708 bytes, 0 chunks, 0 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.180 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175520&Timeout=60&MinimumDelay=1500&_=1618778104504 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:43.228 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656552 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:43.334 openLuup.server:: request completed (6489 bytes, 1 chunks, 3349 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:43.335 openLuup.server:: request completed (1 bytes, 1 chunks, 106 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:43.714 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175520&Timeout=60&MinimumDelay=1500&_=1619187656553 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:45.721 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 22 now: 23 #hooks:0 2021-04-23 17:52:45.930 openLuup.server:: request completed (7817 bytes, 1 chunks, 2215 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:46.036 openLuup.server:: request completed (7817 bytes, 1 chunks, 2855 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:46.163 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175521&Timeout=60&MinimumDelay=1500&_=1618778104505 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:46.913 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175521&Timeout=60&MinimumDelay=1500&_=1619187656554 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:48.927 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 23 now: 22 #hooks:0 2021-04-23 17:52:49.135 openLuup.server:: request completed (7817 bytes, 1 chunks, 2221 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:49.442 openLuup.server:: request completed (7817 bytes, 1 chunks, 3278 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:49.786 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175522&Timeout=60&MinimumDelay=1500&_=1619187656555 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:52:50.160 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175522&Timeout=60&MinimumDelay=1500&_=1618778104506 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:53.217 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 22 now: 23 #hooks:0 2021-04-23 17:52:53.422 openLuup.server:: request completed (7817 bytes, 1 chunks, 3261 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:53.629 openLuup.server:: request completed (7817 bytes, 1 chunks, 3841 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:52:53.634 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656556 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:53.736 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:53.978 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175523&Timeout=60&MinimumDelay=1500&_=1618778104507 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:52:54.991 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175523&Timeout=60&MinimumDelay=1500&_=1619187656557 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:52:59.789 openLuup.server:: GET /cmh/skins/default/img/devices/device_states/switch_on.png HTTP/1.1 tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:59.790 openLuup.server:: request completed (1223 bytes, 0 chunks, 0 ms) tcp{client}: 0x564e8c87b0f8 2021-04-23 17:52:59.791 openLuup.server:: GET /cmh/skins/default/img/devices/device_states/switch_off.png HTTP/1.1 tcp{client}: 0x564e8cd027f8 2021-04-23 17:52:59.792 openLuup.server:: request completed (1191 bytes, 0 chunks, 0 ms) tcp{client}: 0x564e8cd027f8 2021-04-23 17:53:04.775 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656558 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:04.877 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:05.036 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 23 now: 22 #hooks:0 2021-04-23 17:53:05.143 openLuup.server:: request completed (7817 bytes, 1 chunks, 10151 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:05.249 openLuup.server:: request completed (7817 bytes, 1 chunks, 11270 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:05.782 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175524&Timeout=60&MinimumDelay=1500&_=1619187656559 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:06.573 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175524&Timeout=60&MinimumDelay=1500&_=1618778104508 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:09.329 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 22 now: 23 #hooks:0 2021-04-23 17:53:09.638 openLuup.server:: request completed (7817 bytes, 1 chunks, 3854 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:09.844 openLuup.server:: request completed (7817 bytes, 1 chunks, 3270 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:10.183 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175525&Timeout=60&MinimumDelay=1500&_=1618778104509 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:10.982 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175525&Timeout=60&MinimumDelay=1500&_=1619187656560 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:13.659 luup.variable_set:: 20380.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 23 now: 22 #hooks:0 2021-04-23 17:53:13.766 openLuup.server:: request completed (7817 bytes, 1 chunks, 2782 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:14.073 openLuup.server:: request completed (7817 bytes, 1 chunks, 3888 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:14.978 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175526&Timeout=60&MinimumDelay=1500&_=1619187656561 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:14.979 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656562 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:15.081 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:15.548 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175526&Timeout=60&MinimumDelay=1500&_=1618778104510 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:26.088 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656563 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:26.190 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:29.500 luup.variable_set:: 25005.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature was: 27.4 now: 26.6 #hooks:2 2021-04-23 17:53:29.501 luup.watch_callback:: 25005.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature called [20]DataWatcherCallback() function: 0x564e8c4004e0 2021-04-23 17:53:29.501 luup.watch_callback:: 25005.urn:upnp-org:serviceId:TemperatureSensor1.CurrentTemperature called [11]reactorWatch() function: 0x564e8ba75720 2021-04-23 17:53:29.508 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.cstate was: {"condso4rr22":{"evaledge":{"f":1616784363},"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,... now: {"condso4rr22":{"evaledge":{"f":1616784363},"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,... #hooks:0 2021-04-23 17:53:29.510 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.Message was: now: #hooks:0 2021-04-23 17:53:29.927 openLuup.server:: request completed (74198 bytes, 5 chunks, 14948 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:29.933 openLuup.server:: request completed (74198 bytes, 5 chunks, 14384 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:30.179 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175529&Timeout=60&MinimumDelay=1500&_=1618778104511 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:30.903 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175529&Timeout=60&MinimumDelay=1500&_=1619187656564 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.278 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastRun was: 1619196758 now: 1619196818 #hooks:0 2021-04-23 17:53:38.278 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastQuery was: 1619196758 now: 1619196818 #hooks:0 2021-04-23 17:53:38.279 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastEval was: 1619196758 now: 1619196818 #hooks:0 2021-04-23 17:53:38.279 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Valid response; matched! now: Performing query... #hooks:0 2021-04-23 17:53:38.280 luup_log:52: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } 2021-04-23 17:53:38.280 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:52:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:52:38: SiteSensor: Request succeeded, "wit... now: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } #hooks:0 2021-04-23 17:53:38.298 luup_log:52: SiteSensor: Request succeeded, "with" match: "Matched" 2021-04-23 17:53:38.298 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } now: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:53:38: SiteSensor: Request succeeded, "wit... #hooks:0 2021-04-23 17:53:38.299 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Performing query... now: Valid response; matched! #hooks:0 2021-04-23 17:53:38.299 luup.set_failure:: status = 0 2021-04-23 17:53:38.300 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2021-04-23 17:53:38.300 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2021-04-23 17:53:38.301 luup_log:52: SiteSensor: Scheduling next activity in 60 seconds 2021-04-23 17:53:38.407 openLuup.server:: request completed (10747 bytes, 1 chunks, 7504 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.413 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656565 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.515 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.617 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175538&Timeout=60&MinimumDelay=1500&_=1619187656566 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:38.825 openLuup.server:: request completed (10747 bytes, 1 chunks, 8644 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:39.243 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175538&Timeout=60&MinimumDelay=1500&_=1618778104512 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:53:49.600 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656567 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:53:49.702 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:53:59.552 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.cstate was: {"condso4rr22":{"evaledge":{"f":1616784363},"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,... now: {"condso4rr22":{"statestamp":1616784363,"stateedge":{"f":1616784363},"id":"condso4rr22","evalstamp":1616784363,"las... #hooks:0 2021-04-23 17:53:59.553 luup.variable_set:: 23.urn:toggledbits-com:serviceId:ReactorSensor.Message was: now: #hooks:0 2021-04-23 17:53:59.870 openLuup.server:: request completed (73276 bytes, 5 chunks, 21252 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:53:59.983 openLuup.server:: request completed (73276 bytes, 5 chunks, 20739 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:00.195 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175540&Timeout=60&MinimumDelay=1500&_=1618778104513 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:00.910 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656568 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:00.912 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175540&Timeout=60&MinimumDelay=1500&_=1619187656569 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:01.014 openLuup.server:: request completed (1 bytes, 1 chunks, 102 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:02.941 luup_log:0: 13Mb, 2.1%cpu, 1.3days 2021-04-23 17:54:03.046 openLuup.server:: request completed (4875 bytes, 1 chunks, 2850 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:03.151 openLuup.server:: request completed (4875 bytes, 1 chunks, 2238 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:54:03.658 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175547&Timeout=60&MinimumDelay=1500&_=1619187656570 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:04.463 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175547&Timeout=60&MinimumDelay=1500&_=1618778104514 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:14.604 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656571 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:14.706 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:29.889 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656572 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:29.992 openLuup.server:: request completed (1 bytes, 1 chunks, 102 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:31.696 openLuup.io.server:: HTTP:3480 connection closed EXPIRED tcp{client}: 0x564e8c87b0f8 2021-04-23 17:54:33.054 luup_log:26: IPhoneLocator: Entering loop:26:1 2021-04-23 17:54:34.257 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.PrevUpdate was: 1619195975.93 now: 1619196282.895 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:micasaverde-com:serviceId:HaDevice1.LastUpdate was: 1619196282.895 now: 1619196597.36 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.PrevLat was: 51.762584709398 now: 51.762616462252 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.PrevLong was: 0.13431196000302 now: 0.13432520872469 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.CurLat was: 51.762616462252 now: 51.762606422089 #hooks:0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.CurLong was: 0.13432520872469 now: 0.13428539975898 #hooks:0 2021-04-23 17:54:34.258 luup_log:26: IPhoneLocator: ETA set to =>0 2021-04-23 17:54:34.258 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.LocationExtraInfo was: GPS:9.9140666521856:false now: GPS:8.4249524283522:false #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MsgText was: Poll: 2021-04-23 17:49 / 300 s now: Poll: 2021-04-23 17:54 #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MsgText2 was: -0.00 Km @ 0.00 Km/h on 2021-04-23 17:44 now: -0.00 Km @ 0.00 Km/h on 2021-04-23 17:49 #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MapUrl was: https://dev.virtualearth.net/REST/v1/Imagery/Map/Road?pushpin=51.762616462252,0.13432520872469;;H&mapLayer=TrafficF... now: https://dev.virtualearth.net/REST/v1/Imagery/Map/Road?pushpin=51.762606422089,0.13428539975898;;H&mapLayer=TrafficF... #hooks:0 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.ICloudDevices was: iPhone,Chris’s MacBook Air (2),New Mail Server,iPad (7) now: iPhone,Chris’s MacBook Air (2),New Mail Server,iPad (7) #hooks:0 2021-04-23 17:54:34.259 luup_log:26: IPhoneLocator: getPeriodForDevice(26) - Distance:-0 Auto:1 Base:300==>300 2021-04-23 17:54:34.259 luup.variable_set:: 26.urn:upnp-org:serviceId:IPhoneLocator1.MsgText was: Poll: 2021-04-23 17:54 now: Poll: 2021-04-23 17:54 / 300 s #hooks:0 2021-04-23 17:54:34.260 luup.call_timer:: interval: time=301, days={} 2021-04-23 17:54:34.309 openLuup.io.server:: HTTP:3480 connection closed EXPIRED tcp{client}: 0x564e8cd027f8 2021-04-23 17:54:34.313 openLuup.server:: request completed (10211 bytes, 1 chunks, 30654 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:54:34.315 openLuup.server:: request completed (10211 bytes, 1 chunks, 29850 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:34.655 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175559&Timeout=60&MinimumDelay=1500&_=1619187656573 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:35.560 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175559&Timeout=60&MinimumDelay=1500&_=1618778104515 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:38.381 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastRun was: 1619196818 now: 1619196878 #hooks:0 2021-04-23 17:54:38.381 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastQuery was: 1619196818 now: 1619196878 #hooks:0 2021-04-23 17:54:38.382 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LastEval was: 1619196818 now: 1619196878 #hooks:0 2021-04-23 17:54:38.382 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Valid response; matched! now: Performing query... #hooks:0 2021-04-23 17:54:38.383 luup_log:52: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } 2021-04-23 17:54:38.383 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:53:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:53:38: SiteSensor: Request succeeded, "wit... now: 17:54:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } #hooks:0 2021-04-23 17:54:38.400 luup_log:52: SiteSensor: Request succeeded, "with" match: "Matched" 2021-04-23 17:54:38.400 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.LogCapture was: 17:54:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ } now: 17:54:38: SiteSensor: HTTP "GET" "http://192.168.70.52", headers={ }|17:54:38: SiteSensor: Request succeeded, "wit... #hooks:0 2021-04-23 17:54:38.401 luup.variable_set:: 52.urn:toggledbits-com:serviceId:SiteSensor1.Message was: Performing query... now: Valid response; matched! #hooks:0 2021-04-23 17:54:38.401 luup.set_failure:: status = 0 2021-04-23 17:54:38.401 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2021-04-23 17:54:38.402 luup.variable_set:: 52.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2021-04-23 17:54:38.402 luup_log:52: SiteSensor: Scheduling next activity in 60 seconds 2021-04-23 17:54:38.858 openLuup.server:: request completed (10747 bytes, 1 chunks, 3297 ms) tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:38.964 openLuup.server:: request completed (10747 bytes, 1 chunks, 4308 ms) tcp{client}: 0x564e8c234198 2021-04-23 17:54:39.232 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175568&Timeout=60&MinimumDelay=1500&_=1618778104516 HTTP/1.1 tcp{client}: 0x564e8bf913d8 2021-04-23 17:54:39.895 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=82175568&Timeout=60&MinimumDelay=1500&_=1619187656574 HTTP/1.1 tcp{client}: 0x564e8c234198 2021-04-23 17:54:40.607 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656575 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:40.709 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:52.893 openLuup.server:: GET /data_request?id=variableget&DeviceNum=0&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&Variable=Mode&_=1619187656576 HTTP/1.1 tcp{client}: 0x564e8c6b7358 2021-04-23 17:54:52.995 openLuup.server:: request completed (1 bytes, 1 chunks, 101 ms) tcp{client}: 0x564e8c6b7358
That's two minutes, let me know if you need more
C
-
@therealdb said in Openluup control of Alexa:
@catmanv2 I just need a couple of logs around the invocation of run routine. Thanks!
OK, I'm being dumb. Is that not what I just posted?
17:52:42.860Device 61 is the virtual device...
C
-
@therealdb said in Openluup control of Alexa:
@catmanv2 I just need a couple of logs around the invocation of run routine. Thanks!
OK, I'm being dumb. Is that not what I just posted?
17:52:42.860Device 61 is the virtual device...
C
-
@catmanv2 you posted device #61 (Virtual Device), but I definitely need device #22 (VeraAlexa) to have DebugMode to 1 and its logs. Thanks!
@therealdb Cheers!
OK Debug is on on device 22, and has been for some time
Is there another log file for VeraAlexa? That's my LuaUPnP.log . Raw and un-adulterated. Simply copied from the terminal from
#tail -F LuaUPnP.log
C
-
@therealdb Cheers!
OK Debug is on on device 22, and has been for some time
Is there another log file for VeraAlexa? That's my LuaUPnP.log . Raw and un-adulterated. Simply copied from the terminal from
#tail -F LuaUPnP.log
C
-
@catmanv2 nope, no other log files. So, it seems that RunLua is not executing correctly. I'll take a look at this, to start. What's your version of openLuup?
@therealdb said in Openluup control of Alexa:
@catmanv2 nope, no other log files. So, it seems that RunLua is not executing correctly. I'll take a look at this, to start. What's your version of openLuup?
According to the panel:
20.6.20
I can't help but notice that the password stored in the VeraAlexa variables is not my password any longer.....
Could this have a bearing? Seems to make no difference to TTS.....
And updated, no difference
C
-
@therealdb said in Openluup control of Alexa:
@catmanv2 nope, no other log files. So, it seems that RunLua is not executing correctly. I'll take a look at this, to start. What's your version of openLuup?
According to the panel:
20.6.20
I can't help but notice that the password stored in the VeraAlexa variables is not my password any longer.....
Could this have a bearing? Seems to make no difference to TTS.....
And updated, no difference
C