This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: 'CWOP Upload' | |
| description: > | |
| Upload data from Home Assistant to the CWOP. | |
| Config: | |
| The sensor_* variables are the sensors whos data will be uploaded. | |
| The trigger_entities variable specifies the entries to trigger state changes on (this could be a list). | |
| The script "/config/blueprints/automation/sean6541/send_tcp.sh" must be executable and contain the following: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file contains pin mappings for the Creality Ender 5 Plus. | |
| # Ender 5 Plus stock uses a Creality v2.2 board, similar to CR-20 Pro. | |
| # To use this config, the firmware should be compiled for the AVR atmega2560. | |
| # See the example.cfg file for a description of available parameters. | |
| [stepper_x] | |
| step_pin: PF0 | |
| dir_pin: PF1 | |
| enable_pin: !PD7 |