Got it, I can reproduce it. It happens when a tilt has been sending data but then goes offline. With the lines above commented out, it doesn’t crash the script, but you get NAN for the temperatures from the tilt. If the line that calls an int() on HWVer isn’t commented out, then it will call int(null) which triggers the error. So @Thorrak is off the hook, as I think TiltBridge is going the right thing if a tilt goes offline. Let me see if I can find a fix.

