MQTT issue on firmware version 4.4.5
-
Im using this script https://github.com/50ButtonsEach/flic-hub-sdk-mqtt-js to integrate MQTT with Flic HUB
but after the Flic HUB upgraded it self to 4.4.5
it keep throwing following errorTypeError: Invalid type at invoke (native) at connectWithHostAndPort (core.js:1273) at <anonymous> (core.js:1332) at func (core.js:2325) at nextTickHandler (core.js:2334)
after calling the following in MQTT without getting a callback
client = require("net").connect({ host: mqo.server, port: mqo.port }, onConnect);
Is the 'net' module interface have been updated?
are there anyway i can stop the flic hub from auto updating and do manual update whenever i need -
pico
-
Please upgrade to firmware 4.4.6 which does not have this problem.
If you use the device manager, you can manually assign a specific firmware version.
-
Just replying I'm having the exact same issue. All my flows are broken, so hoping for a fix soon!