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.

[OLD] LogicMachine firmware 2019.10
#20
(23.11.2019, 09:19)admin Wrote: Add logging to your script:
Code:
mclient.ON_CONNECT = function(...)   log('on_connect', ...)

Code:
  function mconnect()     local fd     log('connect', mclient:connect(broker))     fd = mclient:socket()     -- fd ref is valid     if fd then       mclientfd = fd     end   end

I add log and when I reset Mqtt scritp this is the result:
   
   

When I send object to Mqtt don´t log anything.


Messages In This Thread
RE: [PRE-RELEASE 1] LogicMachine firmware 2019.10 - by DGrandes - 24.11.2019, 16:30

Forum Jump: