My migration from Vera, or what I did on my holidays
-
Hi Catman,
Things you may need to install as well: cjson, dkjson, bit,.... jeez, I wish i made notes the last time i installed openLuup
Cheers Rene
-
@mrFarmer said in My migration from Vera, or what I did on my holidays:
Hi Catman,
Things you may need to install as well: cjson, dkjson, bit,.... jeez, I wish i made notes the last time i installed openLuup
Cheers Rene
Rather why I'm doing this
So I have cjson and dkjson
Did you mean something like 'bit' or was it a typo of 'but'?
Nothing is different. I have deleted and re-installed the VeraBridge. Still says 'No Vera' even with the correct IP address, and only about 15 devices.
Cheers
C
-
Rather strange as your last error seem to indicate that the vera API returned an empty device table... Why would that be? Failing to decode json should have prompted another error but you already have that covered. All the files are in your openLuup installation folder right? (Mine is in /etc/cmh-ludl)
-
I have files in /etc/cmh/ludl however only the files that were installed but the Openluup script. Do you mean I should copy the .xml.lzo files to /etc/cmh-ludl (the same as my install?) or into /etc/cmh-ludl/files (where I copied them earlier)
Cheers
C
-
OpenLuup won’t decompress the lzo files. Therefore you would need to download them through UI7, one by one and then upload them in the openLuup installation. This is what the getverafiles does...
Otherwise you could also SCP into the vera and run an lzo decompress of all the files before downloading them.
The primary concern here though is why openLuup gets an empty device table from the vera now. It seems like you initially did get devices right? That’s why it was failing to create 10009 due to the missing xml file. This meant that it actually connected and that your vera device id 9 is a temperature sensor which openLuup was trying to mirror but was missing a file to do so.
Now your error seems to be altogether different: It seems to not see the vera’s returned json file and that puzzles me.To decompress the files on the vera the command is:
pluto-lzo -d file.lzo newfilename
-
It also has the rooms correctly cloned, though none of the devices that do exist are in the correct rooms.
Assuming that the devices are created in numerical order makes no sense either as I have 10061 in OpenLuup for example
I also have 10041 which works, but is in the wrong room (a simple switch)
1009 is the temperature reading of a Fibaro 3-in-1Migh highest ID on Openluup is 79, the control for my boiler, everything from that is missing. Everything down is there but faulty.
I think, given that part of the purpose here is to create a migration guide, I'll possess my sole in patience for @akbooer
It's probably user errorC
-
I think they are missing because the xml files for these devices are missing from the openLuup installation which is the first problem you reported. This appears to indicate that the verabridge did connect. Why it failed to import the xml verafiles and why it subsequently shows that it can't connect is what is so strange.
-
@CatmanV2 said in My migration from Vera, or what I did on my holidays:
http://you_ip_address:3480 with a browser and be amazed that AltUI is already up and running.
@CatmanV2 said in My migration from Vera, or what I did on my holidays:
I shall google while I wait for the esteemed @akbooer to enlighten me
Not seen this before, either. I’ll check the code, but, meantime, it’s not an issue with security settings on Vera, is it? Need to allow some ‘unsafe’ actions, IIRC.
-
@mrFarmer said in My migration from Vera, or what I did on my holidays:
Things you may need to install as well: cjson, dkjson, bit,....
There's nothing you need to install.
dkjson
is actually loaded by the openLuup_install script. -
This is the moment to look at the logs:
- Startup log
- Standard log, at the the start of it, after a system startup.
These most easily available from the openLuup console Logs menu, or directly from:
and
...I'm confused by the 'Vera is running but No Vera shown'.
-
Thanks @akbooer
Startup log and Lua log don't tell me anything that I find useful
2020-06-19 15:57:41.027 :: openLuup STARTUP :: /etc/cmh-ludl 2020-06-19 15:57:41.027 openLuup.init:: version 2020.05.01 @akbooer 2020-06-19 15:57:41.041 openLuup.scheduler:: version 2020.01.25 @akbooer 2020-06-19 15:57:41.051 openLuup.wsapi:: version 2019.08.12 @akbooer 2020-06-19 15:57:41.051 openLuup.servlet:: version 2020.01.29 @akbooer 2020-06-19 15:57:41.051 openLuup.client:: version 2019.10.14 @akbooer 2020-06-19 15:57:41.052 openLuup.io:: version 2019.11.29 @akbooer 2020-06-19 15:57:41.052 openLuup.server:: version 2020.03.20 @akbooer 2020-06-19 15:57:41.055 openLuup.scenes:: version 2020.03.16 @akbooer 2020-06-19 15:57:41.056 openLuup.chdev:: version 2020.03.07 @akbooer 2020-06-19 15:57:41.056 openLuup.userdata:: version 2020.03.31 @akbooer 2020-06-19 15:57:41.057 openLuup.requests:: version 2020.04.15 @akbooer 2020-06-19 15:57:41.057 openLuup.gateway:: version 2020.03.08 @akbooer 2020-06-19 15:57:41.058 openLuup.smtp:: version 2018.04.12 @akbooer 2020-06-19 15:57:41.060 openLuup.historian:: version 2020.02.12 @akbooer 2020-06-19 15:57:41.061 openLuup.luup:: version 2020.03.21 @akbooer 2020-06-19 15:57:41.061 openLuup.pop3:: version 2018.04.23 @akbooer 2020-06-19 15:57:41.062 openLuup.compression:: version 2016.06.30 @akbooer 2020-06-19 15:57:41.062 openLuup.timers:: version 2019.05.03 @akbooer 2020-06-19 15:57:41.062 openLuup.logs:: version 2018.03.25 @akbooer 2020-06-19 15:57:41.062 openLuup.json:: version 2020.05.20 @akbooer 2020-06-19 15:57:41.062 openLuup.init:: using Cjson 2.1.0 for fast decoding 2020-06-19 15:57:41.062 luup.create_device:: [1] D_ZWaveNetwork.xml / / () 2020-06-19 15:57:41.062 openLuup.chdev:: ERROR: unable to read XML file I_ZWave.xml 2020-06-19 15:57:41.068 luup.create_device:: [2] D_openLuup.xml / I_openLuup.xml / D_openLuup.json (openLuup) 2020-06-19 15:57:41.068 openLuup.init:: loading configuration user_data.json 2020-06-19 15:57:41.068 openLuup.userdata:: loading user_data json... 2020-06-19 15:57:41.072 luup.variable_set:: 2.openLuup.HouseMode was: EMPTY now: 1 #hooks:0 2020-06-19 15:57:41.072 openLuup.userdata:: loading rooms... 2020-06-19 15:57:41.072 openLuup.userdata:: room#1 'MiOS-50103066' 2020-06-19 15:57:41.072 openLuup.userdata:: room#2 'Garden' 2020-06-19 15:57:41.072 openLuup.userdata:: room#3 'Driveway' 2020-06-19 15:57:41.072 openLuup.userdata:: room#4 'Hall' 2020-06-19 15:57:41.072 openLuup.userdata:: room#5 'Living Room' 2020-06-19 15:57:41.072 openLuup.userdata:: room#6 'Server Room' 2020-06-19 15:57:41.072 openLuup.userdata:: room#7 'Porch' 2020-06-19 15:57:41.072 openLuup.userdata:: room#8 'ReactorCore' 2020-06-19 15:57:41.072 openLuup.userdata:: room#9 'Garage' 2020-06-19 15:57:41.072 openLuup.userdata:: room#10 'Master Bedroom' 2020-06-19 15:57:41.072 openLuup.userdata:: room#11 'Media_Centre' 2020-06-19 15:57:41.072 openLuup.userdata:: room#12 'Office' 2020-06-19 15:57:41.072 openLuup.userdata:: room#13 'X-Lab' 2020-06-19 15:57:41.072 openLuup.userdata:: room#14 'Dining Room' 2020-06-19 15:57:41.072 openLuup.userdata:: room#15 'Greenhouse' 2020-06-19 15:57:41.072 openLuup.userdata:: room#16 'Kitchen' 2020-06-19 15:57:41.072 openLuup.userdata:: ...room loading completed 2020-06-19 15:57:41.072 openLuup.userdata:: loading devices... 2020-06-19 15:57:41.073 luup.create_device:: [1] D_ZWaveNetwork.xml / X / (urn:schemas-micasaverde-com:device:ZWaveNetwork:1) 2020-06-19 15:57:41.113 openLuup.scheduler.sandbox:: device 3 defined 'string.starts' (a function value) 2020-06-19 15:57:41.113 openLuup.scheduler.sandbox:: device 3 defined 'string.altui_split' (a function value) 2020-06-19 15:57:41.113 openLuup.scheduler.sandbox:: device 3 defined 'string.template' (a function value) 2020-06-19 15:57:41.113 openLuup.scheduler.sandbox:: device 3 defined 'string.trim' (a function value) 2020-06-19 15:57:41.113 luup.create_device:: [3] D_ALTUI.xml / I_ALTUI.xml / D_ALTUI_UI7.json (urn:schemas-upnp-org:device:altui:1) 2020-06-19 15:57:41.117 luup.create_device:: [4] D_AltAppStore.xml / I_AltAppStore.xml / D_AltAppStore.json (urn:schemas-upnp-org:device:AltAppStore:1) 2020-06-19 15:57:41.123 luup.create_device:: [7] D_VeraBridge.xml / I_VeraBridge.xml / D_VeraBridge.json (VeraBridge) 2020-06-19 15:57:41.123 luup.create_device:: [10002] D_ZigbeeNetwork.xml / / () 2020-06-19 15:57:41.123 openLuup.chdev:: ERROR: unable to read XML file D_ZigbeeNetwork.xml 2020-06-19 15:57:41.123 luup.create_device:: [10003] D_BluetoothNetwork.xml / / () 2020-06-19 15:57:41.123 openLuup.chdev:: ERROR: unable to read XML file D_BluetoothNetwork.xml 2020-06-19 15:57:41.123 luup.create_device:: [10004] D_SceneController1.xml / / () 2020-06-19 15:57:41.124 openLuup.chdev:: ERROR: unable to read XML file D_SceneController1.xml 2020-06-19 15:57:41.124 luup.create_device:: [10006] D_SceneController1.xml / / () 2020-06-19 15:57:41.124 openLuup.chdev:: ERROR: unable to read XML file D_SceneController1.xml 2020-06-19 15:57:41.125 luup.create_device:: [10007] D_SceneController1.xml / / () 2020-06-19 15:57:41.125 openLuup.chdev:: ERROR: unable to read XML file D_SceneController1.xml 2020-06-19 15:57:41.126 luup.create_device:: [10008] D_MotionSensor1.xml / X / D_MotionSensorWithTamper1.json (urn:schemas-micasaverde-com:device:MotionSensor:1) 2020-06-19 15:57:41.127 luup.create_device:: [10009] D_TemperatureSensor1.xml / / () 2020-06-19 15:57:41.127 openLuup.chdev:: ERROR: unable to read XML file D_TemperatureSensor1.xml 2020-06-19 15:57:41.127 luup.create_device:: [10010] D_LightSensor1.xml / / () 2020-06-19 15:57:41.127 openLuup.chdev:: ERROR: unable to read XML file D_LightSensor1.xml 2020-06-19 15:57:41.130 luup.create_device:: [10011] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-19 15:57:41.131 luup.create_device:: [10015] D_DimmableLight1.xml / / () 2020-06-19 15:57:41.131 openLuup.chdev:: ERROR: unable to read XML file D_DimmableLight1.xml 2020-06-19 15:57:41.132 luup.create_device:: [10018] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-19 15:57:41.134 luup.create_device:: [10019] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-19 15:57:41.136 luup.create_device:: [10020] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-19 15:57:41.137 luup.create_device:: [10023] D_ALTUI.xml / X / D_ALTUI_UI7.json (urn:schemas-upnp-org:device:altui:1) 2020-06-19 15:57:41.138 luup.create_device:: [10026] D_DayTime.xml / / () 2020-06-19 15:57:41.138 openLuup.chdev:: ERROR: unable to read XML file D_DayTime.xml 2020-06-19 15:57:41.138 luup.create_device:: [10027] D_HouseModes.xml / / () 2020-06-19 15:57:41.138 openLuup.chdev:: ERROR: unable to read XML file D_HouseModes.xml 2020-06-19 15:57:41.138 luup.create_device:: [10031] D_DigitalSecurityCamera2.xml / / () 2020-06-19 15:57:41.138 openLuup.chdev:: ERROR: unable to read XML file D_DigitalSecurityCamera2.xml 2020-06-19 15:57:41.138 luup.create_device:: [10033] D_DigitalSecurityCamera2.xml / / () 2020-06-19 15:57:41.138 openLuup.chdev:: ERROR: unable to read XML file D_DigitalSecurityCamera2.xml 2020-06-19 15:57:41.140 luup.create_device:: [10037] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-19 15:57:41.141 luup.create_device:: [10041] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-19 15:57:41.143 luup.create_device:: [10057] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-19 15:57:41.144 luup.create_device:: [10061] D_DimmableLight1.xml / / () 2020-06-19 15:57:41.144 openLuup.chdev:: ERROR: unable to read XML file D_DimmableLight1.xml 2020-06-19 15:57:41.144 luup.create_device:: [10062] D_DimmableLight1.xml / / () 2020-06-19 15:57:41.144 openLuup.chdev:: ERROR: unable to read XML file D_DimmableLight1.xml 2020-06-19 15:57:41.144 luup.create_device:: [10079] D_Heater1.xml / / () 2020-06-19 15:57:41.144 openLuup.chdev:: ERROR: unable to read XML file D_Heater1.xml 2020-06-19 15:57:41.145 openLuup.userdata:: loading scenes... 2020-06-19 15:57:41.145 openLuup.userdata:: number of scenes = 0 2020-06-19 15:57:41.145 openLuup.userdata:: ...scene loading completed 2020-06-19 15:57:41.145 openLuup.userdata:: loading installed plugin info... 2020-06-19 15:57:41.145 openLuup.userdata:: [openLuup] openLuup (20.5.22) 2020-06-19 15:57:41.145 openLuup.userdata:: [AltAppStore] Alternate App Store (20.3.30) 2020-06-19 15:57:41.145 openLuup.userdata:: [VeraBridge] VeraBridge (20.4.30) 2020-06-19 15:57:41.145 openLuup.userdata:: [8246] Alternate UI (2.49b.) 2020-06-19 15:57:41.145 openLuup.userdata:: [Z-Way] Z-Way (not.installed) 2020-06-19 15:57:41.145 openLuup.userdata:: [Arduino] MySensors (not.installed) 2020-06-19 15:57:41.145 openLuup.userdata:: ...user_data loading completed 2020-06-19 15:57:41.145 openLuup.init:: running _openLuup_STARTUP_ 2020-06-19 15:57:41.145 luup_log:0: startup code completed 2020-06-19 15:57:41.145 openLuup.init:: init phase completed 2020-06-19 15:57:41.145 :: openLuup LOG ROTATION :: (runtime 0.0 days)
Is the start up log. There are no immediate errrors in the Lua log, but happy to poke it.
What I mean by 'No Vera shown' is that the VeraBridge insists that there no Vera on the ip address:
I'd attach a screenshot but I can't see how!
C
-
@CatmanV2 said in My migration from Vera, or what I did on my holidays:
There are no immediate errrors in the Lua log, but happy to poke it.
It’s not errors that I’m specifically looking for just now, but startup sequences and versions. The first few hundred lines should suffice.
-
OK, after getting the log requested above, can you just try updating openLuup from the Plugins page, by pressing the update button on the openLuup Console Plugins page.
-
Whatever you say, boss. this was after a Luup reload.
2020-06-20 20:40:04.474 :: openLuup LOG ROTATION :: (runtime 0.0 days) 2020-06-20 20:40:04.474 openLuup.init:: init phase completed 2020-06-20 20:40:04.474 openLuup.io.server:: starting HTTP:3480 server on port: 3480 tcp{server}: 0x2683d34 2020-06-20 20:40:04.474 openLuup.io.server:: starting SMTP server on port: 2525 tcp{server}: 0x2685da4 2020-06-20 20:40:04.474 openLuup.io.server:: starting POP3 server on port: 11011 tcp{server}: 0x2688224 2020-06-20 20:40:04.475 openLuup.historian:: starting data historian 2020-06-20 20:40:04.475 openLuup.historian:: using memory cache size (per-variable): 1024 2020-06-20 20:40:04.475 openLuup.scheduler:: starting 2020-06-20 20:40:04.475 openLuup.scheduler:: [2] openLuup device startup 2020-06-20 20:40:04.475 luup_log:2: v20.5.22 2020-06-20 20:40:04.475 luup_log:2: sync in 115.5 s 2020-06-20 20:40:04.475 luup.variable_watch:: callback=housemode_watcher, watching=2.openLuup.HouseMode 2020-06-20 20:40:04.475 luup.register_handler:: global_function_name=openLuup_email, request=openLuup@openLuup.local 2020-06-20 20:40:04.475 luup.register_handler:: global_function_name=openLuup_images, request=images@openLuup.local 2020-06-20 20:40:04.475 luup.register_handler:: global_function_name=openLuup_events, request=events@openLuup.local 2020-06-20 20:40:04.475 luup.register_handler:: global_function_name=openLuup_mailbox, request=mail@openLuup.local 2020-06-20 20:40:04.475 luup.chdev.append:: [AltAppStore] Alternate App Store 2020-06-20 20:40:04.475 luup.chdev.sync:: [2] openLuup, syncing children 2020-06-20 20:40:04.476 luup_log:2: 3Mb, 0.1%cpu, 0.0days 2020-06-20 20:40:04.476 openLuup.scheduler:: [2] openLuup device startup completed: status=true, msg=sync in 115.5 s, name=L_openLuup 2020-06-20 20:40:04.476 openLuup.scheduler:: [3] Alternate UI device startup 2020-06-20 20:40:04.476 luup_log:3: ALTUI: initstatus(3) starting version: v2.49b 2020-06-20 20:40:04.476 openLuup.scheduler:: [3] Alternate UI device startup completed: status=, msg=, name= 2020-06-20 20:40:04.476 openLuup.scheduler:: [7] VeraBridge device startup 2020-06-20 20:40:04.476 luup_log:7: VeraBridge 2020-06-20 20:40:04.476 luup_log:7: 2020.04.30 2020-06-20 20:40:04.476 luup_log:7: 192.168.70.6 2020-06-20 20:40:04.476 luup_log:7: device clone numbering starts at 10000 2020-06-20 20:40:04.476 luup_log:7: VeraBridge maps remote Zwave controller 2020-06-20 20:40:04.476 luup_log:7: v20.4.30 2020-06-20 20:40:04.644 luup_log:7: Vera info received! 2020-06-20 20:40:04.644 luup_log:7: MiOS-50103066 2020-06-20 20:40:04.644 luup_log:7: new room number: 1 2020-06-20 20:40:04.644 luup_log:7: PK_AccessPoint = 50103066 2020-06-20 20:40:04.644 luup_log:7: BuildVersion = *1.7.4833* 2020-06-20 20:40:04.644 luup_log:7: number of remote devices = 117 2020-06-20 20:40:04.644 luup.create_device:: [1] D_ZWaveNetwork.xml / X / (urn:schemas-micasaverde-com:device:ZWaveNetwork:1) 2020-06-20 20:40:04.645 luup.create_device:: [10002] D_ZigbeeNetwork.xml / / () 2020-06-20 20:40:04.645 openLuup.chdev:: ERROR: unable to read XML file D_ZigbeeNetwork.xml 2020-06-20 20:40:04.645 luup.create_device:: [10003] D_BluetoothNetwork.xml / / () 2020-06-20 20:40:04.645 openLuup.chdev:: ERROR: unable to read XML file D_BluetoothNetwork.xml 2020-06-20 20:40:04.645 luup.create_device:: [10004] D_SceneController1.xml / / () 2020-06-20 20:40:04.645 openLuup.chdev:: ERROR: unable to read XML file D_SceneController1.xml 2020-06-20 20:40:04.646 luup.create_device:: [10006] D_SceneController1.xml / / () 2020-06-20 20:40:04.646 openLuup.chdev:: ERROR: unable to read XML file D_SceneController1.xml 2020-06-20 20:40:04.646 luup.create_device:: [10007] D_SceneController1.xml / / () 2020-06-20 20:40:04.646 openLuup.chdev:: ERROR: unable to read XML file D_SceneController1.xml 2020-06-20 20:40:04.648 luup.create_device:: [10008] D_MotionSensor1.xml / X / D_MotionSensorWithTamper1.json (urn:schemas-micasaverde-com:device:MotionSensor:1) 2020-06-20 20:40:04.648 luup.create_device:: [10009] D_TemperatureSensor1.xml / / () 2020-06-20 20:40:04.648 openLuup.chdev:: ERROR: unable to read XML file D_TemperatureSensor1.xml 2020-06-20 20:40:04.649 luup.create_device:: [10010] D_LightSensor1.xml / / () 2020-06-20 20:40:04.649 openLuup.chdev:: ERROR: unable to read XML file D_LightSensor1.xml 2020-06-20 20:40:04.650 luup.create_device:: [10011] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-20 20:40:04.650 luup.create_device:: [10015] D_DimmableLight1.xml / / () 2020-06-20 20:40:04.650 openLuup.chdev:: ERROR: unable to read XML file D_DimmableLight1.xml 2020-06-20 20:40:04.652 luup.create_device:: [10018] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-20 20:40:04.654 luup.create_device:: [10019] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-20 20:40:04.655 luup.create_device:: [10020] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-20 20:40:04.657 luup.create_device:: [10023] D_ALTUI.xml / X / D_ALTUI_UI7.json (urn:schemas-upnp-org:device:altui:1) 2020-06-20 20:40:04.657 luup.create_device:: [10026] D_DayTime.xml / / () 2020-06-20 20:40:04.657 openLuup.chdev:: ERROR: unable to read XML file D_DayTime.xml 2020-06-20 20:40:04.657 luup.create_device:: [10027] D_HouseModes.xml / / () 2020-06-20 20:40:04.657 openLuup.chdev:: ERROR: unable to read XML file D_HouseModes.xml 2020-06-20 20:40:04.657 luup.create_device:: [10031] D_DigitalSecurityCamera2.xml / / () 2020-06-20 20:40:04.657 openLuup.chdev:: ERROR: unable to read XML file D_DigitalSecurityCamera2.xml 2020-06-20 20:40:04.658 luup.create_device:: [10033] D_DigitalSecurityCamera2.xml / / () 2020-06-20 20:40:04.658 openLuup.chdev:: ERROR: unable to read XML file D_DigitalSecurityCamera2.xml 2020-06-20 20:40:04.659 luup.create_device:: [10037] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-20 20:40:04.661 luup.create_device:: [10041] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-20 20:40:04.662 luup.create_device:: [10057] D_BinaryLight1.xml / X / D_BinaryLight1.json (urn:schemas-upnp-org:device:BinaryLight:1) 2020-06-20 20:40:04.663 luup.create_device:: [10061] D_DimmableLight1.xml / / () 2020-06-20 20:40:04.663 openLuup.chdev:: ERROR: unable to read XML file D_DimmableLight1.xml 2020-06-20 20:40:04.663 luup.create_device:: [10062] D_DimmableLight1.xml / / () 2020-06-20 20:40:04.663 openLuup.chdev:: ERROR: unable to read XML file D_DimmableLight1.xml 2020-06-20 20:40:04.663 luup.create_device:: [10079] D_Heater1.xml / / () 2020-06-20 20:40:04.663 openLuup.chdev:: ERROR: unable to read XML file D_Heater1.xml 2020-06-20 20:40:04.664 luup.create_device:: [10080] D_Heater1.xml / / () 2020-06-20 20:40:04.664 openLuup.chdev:: ERROR: unable to read XML file D_Heater1.xml 2020-06-20 20:40:04.664 openLuup.context_switch:: ERROR: [dev #7] ./openLuup/devices.lua:538: table index is nil 2020-06-20 20:40:04.664 openLuup.scheduler:: job aborted : ./openLuup/devices.lua:538: table index is nil 2020-06-20 20:40:04.664 openLuup.scheduler:: [4] Alternate App Store device startup 2020-06-20 20:40:04.664 luup_log:4: AltAppStore : starting... 2020-06-20 20:40:04.664 luup.variable_set:: 4.urn:upnp-org:serviceId:altui1.DisplayLine1 was: AltAppStore now: AltAppStore #hooks:0 2020-06-20 20:40:04.664 luup.variable_set:: 4.urn:upnp-org:serviceId:altui1.DisplayLine2 was: now: #hooks:0 2020-06-20 20:40:04.664 luup_log:4: AltAppStore : v20.3.30 2020-06-20 20:40:04.664 luup.set_failure:: status = 0 2020-06-20 20:40:04.664 luup.variable_set:: 4.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2020-06-20 20:40:04.664 luup.variable_set:: 4.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2020-06-20 20:40:04.664 openLuup.scheduler:: [4] Alternate App Store device startup completed: status=true, msg=OK, name=AltAppStore 2020-06-20 20:40:05.372 openLuup.io.server:: HTTP:3480 connection from 192.168.70.251 tcp{client}: 0x27493a4 2020-06-20 20:40:05.373 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=578672005&Timeout=60&MinimumDelay=1500&_=1592671339440 HTTP/1.1 tcp{client}: 0x27493a4 2020-06-20 20:40:05.602 openLuup.server:: request completed (128491 bytes, 9 chunks, 228 ms) tcp{client}: 0x27493a4 2020-06-20 20:40:05.602 luup_log:3: ALTUI: startupDeferred, called on behalf of device:3 2020-06-20 20:40:05.606 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.Version was: v2.49b now: v2.49b #hooks:0 2020-06-20 20:40:05.649 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.DataStorageProviders was: {"emoncms":{"url":"","callback":"sendValueToStorage_emoncms","parameters":[{"default":1,"type":"number","key":"node... now: {"emoncms":{"url":"","callback":"sendValueToStorage_emoncms","parameters":[{"key":"nodeid","type":"number","default... #hooks:0 2020-06-20 20:40:05.650 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.DataStorageProviders was: {"emoncms":{"url":"","callback":"sendValueToStorage_emoncms","parameters":[{"key":"nodeid","type":"number","default... now: {"emoncms":{"url":"","callback":"sendValueToStorage_emoncms","parameters":[{"default":1,"type":"number","key":"node... #hooks:0 2020-06-20 20:40:05.651 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.DataStorageProviders was: {"emoncms":{"url":"","callback":"sendValueToStorage_emoncms","parameters":[{"default":1,"type":"number","key":"node... now: {"emoncms":{"url":"","callback":"sendValueToStorage_emoncms","parameters":[{"default":1,"type":"number","key":"node... #hooks:0 2020-06-20 20:40:05.651 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.VariablesToSend was: now: #hooks:0 2020-06-20 20:40:05.651 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.RemoteVariablesToWatch was: now: #hooks:0 2020-06-20 20:40:05.651 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.VariablesToWatch was: now: #hooks:0 2020-06-20 20:40:05.651 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.Timers was: [] now: [] #hooks:0 2020-06-20 20:40:05.651 luup_log:3: ALTUI: Wkflow - enableWorkflows(3,0,0) 2020-06-20 20:40:05.651 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.Timers was: [] now: #hooks:0 2020-06-20 20:40:05.652 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.WorkflowsActiveState was: [] now: #hooks:0 2020-06-20 20:40:05.652 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.WorkflowsVariableBag was: now: #hooks:0 2020-06-20 20:40:05.652 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.WorkflowsActiveState was: now: [] #hooks:0 2020-06-20 20:40:05.652 luup.register_handler:: global_function_name=myALTUI_Handler, request=ALTUI_Handler 2020-06-20 20:40:05.654 luup.call_action:: 0.urn:micasaverde-com:serviceId:HomeAutomationGateway1.RunLua 2020-06-20 20:40:05.654 luup.register_handler:: global_function_name=ALTUI_LuaRunHandler, request=ALTUI_LuaRunHandler 2020-06-20 20:40:05.655 luup.call_action:: 0.urn:micasaverde-com:serviceId:HomeAutomationGateway1.RunLua 2020-06-20 20:40:05.656 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.Timers was: now: [] #hooks:0 2020-06-20 20:40:05.656 luup.variable_set:: 3.urn:upnp-org:serviceId:altui1.PendingReset was: 0 now: 0 #hooks:0 2020-06-20 20:40:05.662 luup.set_failure:: status = 0 2020-06-20 20:40:05.662 luup.variable_set:: 3.urn:micasaverde-com:serviceId:HaDevice1.CommFailure was: 0 now: 0 #hooks:0 2020-06-20 20:40:05.662 luup.variable_set:: 3.urn:micasaverde-com:serviceId:HaDevice1.CommFailureTime was: 0 now: 0 #hooks:0 2020-06-20 20:40:05.662 luup_log:3: ALTUI: startup completed 2020-06-20 20:40:05.669 openLuup.server:: GET /data_request?id=user_data&output_format=json&DataVersion=578663463&_=1592671339441 HTTP/1.1 tcp{client}: 0x27493a4 2020-06-20 20:40:05.857 openLuup.server:: request completed (179603 bytes, 12 chunks, 187 ms) tcp{client}: 0x27493a4 2020-06-20 20:40:07.905 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=682008955&Timeout=60&MinimumDelay=1500&_=1592671339442 HTTP/1.1 tcp{client}: 0x27493a4 2020-06-20 20:40:08.014 openLuup.server:: request completed (20870 bytes, 2 chunks, 108 ms) tcp{client}: 0x27493a4 2020-06-20 20:40:08.166 openLuup.server:: GET /data_request?id=lu_status2&output_format=json&DataVersion=682008971&Timeout=60&MinimumDelay=1500&_=1592671339443 HTTP/1.1 tcp{client}: 0x27493a4 2020-06-20 20:41:08.520 openLuup.server:: request completed (363 bytes, 1 chunks, 60353 ms) tcp{client}: 0x27493a4
Hit update. Showing 2.4.30 No change in the devices (I don't have an update button on the console page, but I did it from AltUI)
C
-
Can you update openLuup from the development branch, and try again?
-
Happy to, but, ummm, how?
Cheers
C
-
Type development into the box on the openLuup line on the Plugins page (either in AltUI or openLuup console) and click the Update (recycle icon) button. Then wait for a reload (~15 seconds)
-
Thanks.
So Home>Plugins has 20.4.30 still
No change in the devices
Need logs?
Cheers
C
-
Well, you’re doing something not right, because I’ve just followed that recipe and now I’m running v20.6.20.
-
Hmmm, not sure what to do then chap.
Open AltUI
More > PluginsType 'development' into the update box (is that case sensitive? I've tried both)
Hit the update button and wait. Refresh browser and it's still 2.4.30
Force a luup reload, and nothing changes
Is there an manual install?
Cheers
C
17/105