What the hell are these things drawing, 100W while not in use?
I thought there was some kind of legislated push to have lower standby power consumption on this kind of device? A lot of devices like this spend a majority of their time sitting around waiting for inputs. Standby power use can't be that difficult to minimize. My air conditioner draws so little power when it's off that my cheap little multimeter can't even detect the current draw on the 120V side, and its circuitry continuously runs an internal oscillator, and the microcontroller always has to be ready to accept inputs from the buttons, the remote, or from its own timer interrupt.
Options:
- Flash memory is dirt-cheap, at least for small amounts of it. I can't imagine that these settings files would require very much space, especially with a bit of basic compression.
- Supercapacitor for memory retention. These aren't terribly expensive either.
...