That's more likely than storing it on the HeaterMeter, but there'd still be no menu option on the device for switching to another profile. The HeaterMeter doesn't really talk to the rPi, it just talks at it. It wouldn't be able to say 'tell me about all the configuration profiles you know about' or 'send me configuration profile X'. The amount of work to do it isn't justified by what you'd get for it. The "Reset Config" just reloads the EEPROM from program memory, which is hard-coded to those values. It actually doesn't even contain a full set of config, just enough to get you going.I was kinda thinking the configs could be stored and loaded from the SD card???
Yeahhhhhh, I agree on this point. There really shouldn't be a servo mode vs blower mode. It should just have two outputs with two sets of the 3 parameters. I probably should do something about that but knowing the internals of the code I'm sort of hesitant to make the change.On the blower and servo setup, if the blower could just be set to blow full speed that would work, though I guess that cant be done if the same control line is used for the blower and the servo. I had been thinking of using a separate power supply to power the fan so I can connect it to the servo damper and use the forced air to help stoke the fire when first lit, I would then unplug and remove the fan when the fire was stoked up to temp. This made me think, "Boy, it sure would be nice if I could just plug the fan into the HM instead and it would blow".
Aha! I finally found this post I wanted to reply to.....I'm not sure why you'd have to disconnect the HeaterMeter and bring it inside to make configuration changes......
.....noticed the servo opening and closing every about ever 30 seconds or so, and the smoker sending up smoke signals looked so coo!!! . I found the servo setting instead of 110 and 220 which i did my fist cook, was at 110 and 100. looking at the graph it never shows the servo more than a few percent open but I was watching it go 100 percent open and closed.
It held temp well but I dont understand why it was doing it or if it will wear out the servo quickly. worked great.
Yeah, if the calculated percentage is less than the minimum it just runs proportionally the min speed. In your example, 10% / 30% min means run 1/3rd of the time at 30% speed.With my new approach I use the fan, and have to set the minimum speed to 30%. I notice the HM saying the fan is running at speeds lower than 30% while the fan isn't blowing at all, then there is a short burst of what seems like the fan running at about 30%, then it goes off again . I figured it was doing short 30% bursts in place of longer periods of 10-11% as it is showing on the HM display?
HeaterMeter can't load stuff from an SD card, especially not an SD card that's connected to another host operating system. Besides, you'd still need a web front-end "profile manager" and I'm just not very excited about writing that.