Post your best Lua script examples here

User avatar
By boolie
#69033 Nice example to get going with 1-wire, thanks!

I found that this doesn't work, though... the reason is, ow.reset_search always returns nil; that's its normal behaviour. What you need is ow.reset_search() and then addr = ow.search() - that combination works perfectly.