• Joined on 2023-07-05
atse created branch readme-clamped-pwm-units in atse/thermostat 2024-10-14 10:29:19 +08:00
atse pushed to readme-clamped-pwm-units at atse/thermostat 2024-10-14 10:29:19 +08:00
d0067ff770 README: Document units in clamped PWM value
atse created pull request M-Labs/thermostat#139 2024-10-14 10:18:44 +08:00
Add command parser test for polarity command
atse pushed to add-polarity-test at atse/thermostat 2024-10-14 10:15:10 +08:00
72aee5d283 Add command parser test for polarity command
atse created branch add-polarity-test in atse/thermostat 2024-10-14 10:15:10 +08:00
atse created pull request M-Labs/thermostat#138 2024-10-14 10:13:18 +08:00
README: Improve description of report command
atse created pull request M-Labs/thermostat#137 2024-10-14 10:10:16 +08:00
README: Purge all traces of report mode
atse pushed to readme-purge-report-mode at atse/thermostat 2024-10-14 10:08:35 +08:00
d517087e10 README: Purge all traces of report mode
atse created branch readme-improve-report-command-desc in atse/thermostat 2024-10-14 10:07:50 +08:00
atse pushed to readme-improve-report-command-desc at atse/thermostat 2024-10-14 10:07:50 +08:00
d744666162 README: Improve description of report command
atse created branch readme-purge-report-mode in atse/thermostat 2024-10-14 09:54:44 +08:00
atse pushed to readme-purge-report-mode at atse/thermostat 2024-10-14 09:54:44 +08:00
640a0a18a4 REAME: Purge all traces of report mode
atse pushed to master at atse/thermostat 2024-10-14 09:52:37 +08:00
798b400aa5 Show and save set value for PWM limits
93dc39e943 README: Document PWM value clamping
5c3b759d0c PwmSummary: Don't show max PWM values
Compare 3 commits »
atse pushed to readme_clamped_pwm_units at atse/thermostat 2024-10-14 09:52:28 +08:00
a650b43771 README: Document units in clamped PWM value
798b400aa5 Show and save set value for PWM limits
93dc39e943 README: Document PWM value clamping
5c3b759d0c PwmSummary: Don't show max PWM values
Compare 4 commits »
atse created branch readme_clamped_pwm_units in atse/thermostat 2024-10-14 09:52:28 +08:00
atse deleted branch pwm_store_user_value from atse/thermostat 2024-10-14 09:51:45 +08:00
atse pushed to pwm_store_user_value at atse/thermostat 2024-10-07 18:29:53 +08:00
792342f9b2 Show and save set value for PWM limits
ae109c5a47 README: Document PWM value clamping
Compare 2 commits »
atse commented on pull request M-Labs/thermostat#127 2024-10-07 18:18:04 +08:00
Show and save the set values of PWM limits into flash store instead of machine value

Rebased and simplified the PWM limits. The pwm command now returns something like:

[{"channel":0,"center":"vref","i_set":1e0,"max_v":4e0,"max_i_pos":9e-1,"max_i_neg":1.4e0,"polarity":
atse pushed to pwm_store_user_value at atse/thermostat 2024-10-07 18:16:16 +08:00
798b400aa5 Show and save set value for PWM limits
93dc39e943 README: Document PWM value clamping
5c3b759d0c PwmSummary: Don't show max PWM values
6224486662 Show polarity in pwm command
32bd49b258 Add a command to reverse the output polarity
Compare 5 commits »
atse closed pull request M-Labs/thermostat#124 2024-10-07 18:08:06 +08:00
channels: Show i_set machine value in PWM command