Bryan Mayland
TVWBB Hall of Fame
Except because the thermistor is on the "FOOD3" line, you want the set to start with pc3=Originally posted by D Peart:
pc0=1.14042e-3,2.32174e-4,9.61382e-8,0,2
For debugging, you may want to telnet/ssh into the router and run:
lua /usr/lib/lua/lmclient.lua
If you see "nil connect", the linkmeterd isn't running. Verify your /etc/config/lucid has the lines from the wiki and restart it.
If you see "{}", linkmeterd hasn't received any data from HeaterMeter, verify your physical connections and that `stty -F /dev/ttyS1` reports speed=115200
If you see data like
{"time":1322078848,"set":73,"lid":0,"fan":{"c":0,"a":0},"temps":[{"n":"Pit","c":75.4},{"n":"Food Probe1","c":null},{"n":"Food Probe2","c":null},{"n":"Food Probe3","c":null}]}
I dunno what's up but that's a place to start.