Ради вашего удобства наш сайт использует cookies! Узнать больше! Мы используем cookies

Lua Heater Controller

[url=https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fgithub.com%2FThatGuyDom00] Github Link [/url][github.com] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=3591163288] Microcontroller Workshop Collection [/url] Thanks to SentyFunBall for all their help with my lua journey. Based on the logic from [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1960529079] Heater Controller [/url] by sengir_vampire but entirely transformative. (New math and boolean logic as well as written in lua) Uses a keypad with a target temperature in the units specified by the controller (Fahrenheit or Celsius) and checks against the current temperature from a temperature sensor. Turns on the heater if below the target, no PID or tuning just simple on/off logic. Composite input and output is labelled by what the lua script reads, if you decide to use other channels you will need to edit the code accordingly.