Skip to content

Commit

Permalink
v119
Browse files Browse the repository at this point in the history
## v119:
* Correct invertion of IA/IB pin between hardware v58 and v61
  • Loading branch information
nliaudat authored Dec 15, 2024
1 parent 6fe8105 commit 3314da5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# change log
## v119:
* Correct invertion of IA/IB pin between hardware v58 and v61
## v118:
* Add adc_zero_calibration : depend on board an motor
* change BEMF max value to 1.5V
Expand Down
8 changes: 4 additions & 4 deletions heating_channel_PID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ cover:
name: CH${channel_number}
device_class: shutter
open_action:
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
open_duration: 60s
open_endstop: BEMF_${channel_number}_sensor
close_action:
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
close_duration: 60s
close_endstop: BEMF_${channel_number}_sensor
stop_action:
Expand Down
8 changes: 4 additions & 4 deletions heating_channel_linear.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ cover:
name: CH${channel_number}
device_class: shutter
open_action:
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
open_duration: 60s
open_endstop: BEMF_${channel_number}_sensor
close_action:
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
close_duration: 60s
close_endstop: BEMF_${channel_number}_sensor
stop_action:
Expand Down
8 changes: 4 additions & 4 deletions heating_channel_remote_controlled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ cover:
name: CH${channel_number}
device_class: shutter
open_action:
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
open_duration: 60s
open_endstop: BEMF_${channel_number}_sensor
close_action:
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
close_duration: 60s
close_endstop: BEMF_${channel_number}_sensor
stop_action:
Expand Down
8 changes: 4 additions & 4 deletions heating_channel_tanh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ cover:
name: CH${channel_number}
device_class: shutter
open_action:
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
open_duration: 60s
open_endstop: BEMF_${channel_number}_sensor
close_action:
- switch.turn_on: CH${channel_number}_IA_pin
- switch.turn_off: CH${channel_number}_IB_pin
- switch.turn_on: CH${channel_number}_IB_pin
- switch.turn_off: CH${channel_number}_IA_pin
close_duration: 60s
close_endstop: BEMF_${channel_number}_sensor
stop_action:
Expand Down

0 comments on commit 3314da5

Please sign in to comment.