You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
Hi, I tried to run code on ESP8266, but I'm having issue.
NodeMCU info:
NodeMCU custom build by frightanic.com
branch: master
commit: c8ac5cfb912ff206b03dd7c60ffbb2dafb83fe5e
SSL: false
modules: file,gpio,mqtt,net,node,pwm,tmr,uart,wifi
build built on: 2017-07-14 04:05
powered by Lua 5.1.4 on SDK 2.1.0(116b762)
> Press ENTER to abort startup ...
In startup
***** NodeRGB v1.0 startup *****
Warning, deprecated API! Argument style station configuration is replaced by table style station configuration. It will be removed in the next version. See documentation for details.
Wi-Fi: disconnected.
Wi-Fi: got IP 10.20.30.225
Warning, deprecated API! autoreconnect == 1 is deprecated. It will be removed in the next version. See documentation for details.
MQTT: connected to 10.20.30.228
LEDs: Set target=0,0,0, current=0,0,0
MQTT: published: livingroom/livingroom-rgb/light/status:OFF (1,1)
MQTT: published: livingroom/livingroom-rgb/brightness/status:100 (1,1)
MQTT: published: livingroom/livingroom-rgb/rgb/status:255,255,255 (1,1)
MQTT: published: livingroom/livingroom-rgb/fadetime/status:2000 (1,1)
MQTT: published: livingroom/livingroom-rgb/status:connected (1,1)
MQTT: subscribed to livingroom/livingroom-rgb
MQTT: message recieved: livingroom/livingroom-rgb/rgb/set:255,255,255
PANIC: unprotected error in call to Lua API (main.lua:89: attempt to concatenate global 'param' (a nil value))
Thanks !
The text was updated successfully, but these errors were encountered:
Hi, I tried to run code on ESP8266, but I'm having issue.
NodeMCU info:
Testing mqtt
Error output from NodeMCU:
Thanks !
The text was updated successfully, but these errors were encountered: