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
#38
(09.01.2023, 08:41)admin Wrote: Replace the top part of the user.vbus with this. Then restart the resident script via disable/enable. It will produce an error if your user libraries are not named in all lowercase (vbusprofiles and luavbuspacket).
Code:
local luavbus = {}

socket = require ("socket")
cjson = require("json")
vbusprofiles = require("user.vbusprofiles")
luavbuspacket = require("user.luavbuspacket")

local SERIAL, TCPIP = 0, 1

The response: 
Code:
User library vbus:15: module 'user.vbusprofiles' not found:
no field package.preload['user.vbusprofiles']
no file './user/vbusprofiles'
no file 'Library user/vbusprofiles'
no file 'User library vbusprofiles'
no file 'Library user/vbusprofiles.so'
no file 'Library user.so'
stack traceback:
[C]: in function 'require'
User library vbus:15: in main chunk
[C]: in function 'require'
so i changed name from vbusprofile > vbusprofiles
Code:
User library vbus:16: module 'uservbuspacket' not found:
no field package.preload['uservbuspacket']
no file './user/luavbuspacket'
no file 'Library user/luavbuspacket'
no file 'User library luavbuspacket'
no file 'Library user/luavbuspacket.so'
no file 'Library user.so'
stack traceback:
[C]: in function 'require'
User library vbus:16: in main chunk
[C]: in function 'require'
so i changed vbuspacket to luavbuspacket

now the error is:
Code:
User library vbus:725: attempt to index global 'cjson' (a boolean value)
stack traceback:
User library vbus:725: in function 'readDevicesProfiles'
User library vbus:240: in function 'waitData'
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

Forum Jump: