Compare commits
3 Commits
8f128ac6b5
...
039e5e56b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
039e5e56b7 | ||
|
|
b679693203 | ||
|
|
c45ce32742 |
12
.github/workflows/validate_esphome.yml
vendored
12
.github/workflows/validate_esphome.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
|
run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml
|
||||||
|
|
||||||
build_core:
|
build_core:
|
||||||
name: Build core
|
name: Core
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- code_scan
|
- code_scan
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_core.yaml"
|
yaml_file: "./.test/esphome_core.yaml"
|
||||||
|
|
||||||
build_advanced:
|
build_advanced:
|
||||||
name: Build advanced
|
name: Advanced
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_core
|
- build_core
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_advanced.yaml"
|
yaml_file: "./.test/esphome_advanced.yaml"
|
||||||
|
|
||||||
build_climate_heat:
|
build_climate_heat:
|
||||||
name: Build climate (heat)
|
name: Climate (heat)
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_core
|
- build_core
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_climate_heat.yaml"
|
yaml_file: "./.test/esphome_climate_heat.yaml"
|
||||||
|
|
||||||
build_climate_cool:
|
build_climate_cool:
|
||||||
name: Build climate (cool)
|
name: Climate (cool)
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_core
|
- build_core
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_climate_cool.yaml"
|
yaml_file: "./.test/esphome_climate_cool.yaml"
|
||||||
|
|
||||||
build_climate_heat_advanced:
|
build_climate_heat_advanced:
|
||||||
name: Build advanced climate (heat)
|
name: Advanced+climate (heat)
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_climate_heat
|
- build_climate_heat
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
||||||
|
|
||||||
build_climate_heat_advanced_arduino:
|
build_climate_heat_advanced_arduino:
|
||||||
name: Build arduino
|
name: Arduino
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
needs:
|
needs:
|
||||||
- build_climate_heat
|
- build_climate_heat
|
||||||
|
|||||||
@@ -42,6 +42,8 @@ Scan through our [existing issues](https://github.com/Blackymas/NSPanel_HA_Bluep
|
|||||||
|
|
||||||
Commit the changes once you are happy with them. Don't forget to self review to speed up the review process:zap:.
|
Commit the changes once you are happy with them. Don't forget to self review to speed up the review process:zap:.
|
||||||
|
|
||||||
|
After a commit, GitHub will run the validation actions, which could take a while. Please take a look at [Actions](https://github.com/Blackymas/NSPanel_HA_Blueprint/actions) tab and follow the test results. If any test fails, please click on the action instance to open it's details, take a look at the report and fix the issues.
|
||||||
|
|
||||||
### Pull Request
|
### Pull Request
|
||||||
|
|
||||||
When you're finished with the changes, create a pull request, also known as a PR.
|
When you're finished with the changes, create a pull request, also known as a PR.
|
||||||
|
|||||||
BIN
nspanel_eu.HMI
BIN
nspanel_eu.HMI
Binary file not shown.
BIN
nspanel_eu.tft
BIN
nspanel_eu.tft
Binary file not shown.
@@ -9,7 +9,7 @@ Program.s
|
|||||||
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
|
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
|
||||||
int brightness=100,brightness_dim=40
|
int brightness=100,brightness_dim=40
|
||||||
int display_mode=1 // 1 = EU, 2 = US, 3 = US landscape
|
int display_mode=1 // 1 = EU, 2 = US, 3 = US landscape
|
||||||
bauds=115200//Configure baudrate
|
//bauds=115200//Configure baudrate
|
||||||
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
|
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
|
||||||
randset 0,65535//used for touchevent sensor
|
randset 0,65535//used for touchevent sensor
|
||||||
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
||||||
|
|||||||
BIN
nspanel_us.HMI
BIN
nspanel_us.HMI
Binary file not shown.
BIN
nspanel_us.tft
BIN
nspanel_us.tft
Binary file not shown.
@@ -9,7 +9,7 @@ Program.s
|
|||||||
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
|
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
|
||||||
int brightness=100,brightness_dim=40
|
int brightness=100,brightness_dim=40
|
||||||
int display_mode=2 // 1 = EU, 2 = US, 3 = US landscape
|
int display_mode=2 // 1 = EU, 2 = US, 3 = US landscape
|
||||||
bauds=115200//Configure baudrate
|
//bauds=115200//Configure baudrate
|
||||||
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
|
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
|
||||||
randset 0,65535//used for touchevent sensor
|
randset 0,65535//used for touchevent sensor
|
||||||
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,7 @@ Program.s
|
|||||||
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
|
int is_alarm=0,is_entities=0,is_qrcode=0,is_notification=0
|
||||||
int brightness=100,brightness_dim=40
|
int brightness=100,brightness_dim=40
|
||||||
int display_mode=3 // 1 = EU, 2 = US, 3 = US landscape
|
int display_mode=3 // 1 = EU, 2 = US, 3 = US landscape
|
||||||
bauds=115200//Configure baudrate
|
//bauds=115200//Configure baudrate
|
||||||
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
|
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
|
||||||
randset 0,65535//used for touchevent sensor
|
randset 0,65535//used for touchevent sensor
|
||||||
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
||||||
|
|||||||
Reference in New Issue
Block a user