This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

communication vbus solar resol
#39
You need to remove these lines from the library:
Code:
for _, searcher in ipairs(package.searchers or package.loaders) do     name = "cjson"     local loader = searcher(name)     if type(loader) == 'function' then       package.preload[name] = loader       cjson  = require (name)       break     end     name = "json"     local loader = searcher(name)     if type(loader) == 'function' then       package.preload[name] = loader       cjson  = require (name)       break     end   end   for _, searcher in ipairs(package.searchers or package.loaders) do     name = "vbusprofiles"     local loader = searcher(name)     if type(loader) == 'function' then       package.preload[name] = loader       vbusprofiles  = require (name)       break     end     name = "user.vbusprofiles"     local loader = searcher(name)     if type(loader) == 'function' then       package.preload[name] = loader       vbusprofiles  = require (name)       break     end   end   for _, searcher in ipairs(package.searchers or package.loaders) do     name = "luavbuspacket"     local loader = searcher(name)     if type(loader) == 'function' then       package.preload[name] = loader       luavbuspacket  = require (name)       break     end     name = "user.luavbuspacket"     local loader = searcher(name)     if type(loader) == 'function' then       package.preload[name] = loader       luavbuspacket  = require (name)       break     end   end
Reply


Messages In This Thread
communication vbus solar resol - by 69jtdti - 15.07.2016, 16:13
RE: communication vbus solar resol - by lpala - 12.11.2016, 15:45
RE: communication vbus solar resol - by lpala - 01.12.2016, 09:36
RE: communication vbus solar resol - by lpala - 18.01.2017, 21:32
RE: communication vbus solar resol - by lpala - 22.01.2017, 17:20
RE: communication vbus solar resol - by admin - 23.01.2017, 08:49
RE: communication vbus solar resol - by lpala - 23.01.2017, 21:21
RE: communication vbus solar resol - by lpala - 22.02.2017, 08:37
RE: communication vbus solar resol - by lpala - 23.04.2017, 21:28
RE: communication vbus solar resol - by lpala - 29.04.2017, 07:19
RE: communication vbus solar resol - by admin - 13.11.2017, 06:57
RE: communication vbus solar resol - by lpala - 23.12.2017, 18:05
RE: communication vbus solar resol - by admin - 13.11.2017, 11:11
RE: communication vbus solar resol - by KoBra - 09.03.2021, 11:33
RE: communication vbus solar resol - by KoBra - 16.03.2021, 11:26
RE: communication vbus solar resol - by admin - 16.03.2021, 11:30
RE: communication vbus solar resol - by KoBra - 02.01.2023, 16:32
RE: communication vbus solar resol - by admin - 03.01.2023, 09:36
RE: communication vbus solar resol - by KoBra - 03.01.2023, 11:16
RE: communication vbus solar resol - by KoBra - 04.01.2023, 20:04
RE: communication vbus solar resol - by admin - 05.01.2023, 08:19
RE: communication vbus solar resol - by KoBra - 06.01.2023, 14:15
RE: communication vbus solar resol - by admin - 06.01.2023, 14:16
RE: communication vbus solar resol - by KoBra - 06.01.2023, 21:29
RE: communication vbus solar resol - by KoBra - 07.01.2023, 22:29
RE: communication vbus solar resol - by KoBra - 08.01.2023, 19:39
RE: communication vbus solar resol - by admin - 09.01.2023, 07:59
RE: communication vbus solar resol - by KoBra - 09.01.2023, 08:33
RE: communication vbus solar resol - by admin - 09.01.2023, 08:41
RE: communication vbus solar resol - by KoBra - 09.01.2023, 08:57
RE: communication vbus solar resol - by admin - 09.01.2023, 09:29
RE: communication vbus solar resol - by KoBra - 09.01.2023, 10:45
RE: communication vbus solar resol - by KoBra - 24.01.2023, 09:31
RE: communication vbus solar resol - by admin - 24.01.2023, 10:11
RE: communication vbus solar resol - by KoBra - 28.02.2026, 17:08

Forum Jump: