Post your best Lua script examples here

User avatar
By brutzler
#5686 Hi,

thx for the script.
Tested it with my ESP8266-01.
Changed the OW-Pin to 4 / GPIO2 (New Table for 0.9.4 build 20141222)
Because of getting a coherent value from the DS18B20, this should be OK.

But I have problems with the integrated web-server.
I only see the first line in the browser -> conn:send("<h1> DS18B20</h1>")
The line with the temperature is not sent. (checked the traffic with wireshark)
Masking out the first line, the ESP sends me the second line with the right temperature. Looks like he can send only one telegram???