<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Anyone here doing NodeMCU with LUA?</div><div><br data-mce-bogus="1"></div><div>I'm trying to write a config module to use on the devices I want to put around the home, but I'm struggling with the language, what I should do on NodeMCU, and what is available.</div><div><br data-mce-bogus="1"></div><div>My goal is to abstract config variables in tables where '/' is the path of the variable.</div><div><br data-mce-bogus="1"></div><div>cfg.getV("wifi/sta/1/ap")</div><div><br data-mce-bogus="1"></div><div>I came up with this idea so that my startup program could try up to 4 different APs. &nbsp;</div><div><br data-mce-bogus="1"></div><div>Power control Relay #1 would be 'po/1'</div><div><br data-mce-bogus="1"></div><div>I use RGB LED for notification on some devices. That is 'rgb/1' &nbsp;The pin for the red LED in the RGB housing is 'rgb/1/r'</div><div><br data-mce-bogus="1"></div><div>My show method is broken. &nbsp;It may be that my idea is just too heavy for the ESP-12E.</div><div><br data-mce-bogus="1"></div><div>If someone wants to take a look I'd appreciate it. &nbsp;Use this module too if you want. &nbsp;Nothing proprietary about it. &nbsp;I've just started ordering these boards and am putting them to use.</div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>https://github.com/linxdev01/nodemcu/blob/master/src/cfg.lua</div><div><br data-mce-bogus="1"></div></div></body></html>