Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add secplus v1 with smart panel protocol. #60

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/secplus_gdo/select/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

GDOSelect = secplus_gdo_ns.class_("GDOSelect", select.Select, cg.Component)

CONF_PROTOCOL_SELECT_OPTIONS = ["auto", "security+1.0", "security+2.0"]
CONF_PROTOCOL_SELECT_OPTIONS = ["auto", "security+1.0", "security+2.0", "security+1.0 with smart panel"]

CONFIG_SCHEMA = (
select.select_schema(GDOSelect)
Expand Down
10 changes: 5 additions & 5 deletions garage-door-GDOv2-Q.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ substitutions:
name: konnected
friendly_name: GDO blaQ
project_name: konnected.garage-door-gdov2-q
project_version: "1.1.1"
project_version: "1.2.0"
garage_door_cover_name: Garage Door
garage_light_name: Garage Light
garage_openings_name: Garage Openings
Expand Down Expand Up @@ -89,7 +89,7 @@ substitutions:
status_led: GPIO18

external_components:
- source: github://konnected-io/konnected-esphome@door-op-fixes
- source: github://konnected-io/konnected-esphome@dev
components: [ mdns, secplus_gdo ]

# Un-comment below and comment above for local modification
Expand All @@ -106,7 +106,7 @@ packages:

remote_package:
url: https://github.com/konnected-io/konnected-esphome
ref: door-op-fixes
ref: dev
refresh: 5min
files:

Expand Down Expand Up @@ -155,7 +155,7 @@ packages:
# Enables automatic discovery and upgrades via ESPHome Dashboard
# more: https://esphome.io/guides/getting_started_hassio.html
dashboard_import:
package_import_url: github://konnected-io/konnected-esphome/garage-door-GDOv2-Q.yaml@door-op-fixes
package_import_url: github://konnected-io/konnected-esphome/garage-door-GDOv2-Q.yaml@dev
import_full_config: false

####
Expand Down Expand Up @@ -193,6 +193,6 @@ web_server:
esphome:
platformio_options:
lib_deps:
- https://github.com/konnected-io/gdolib#command-delay-rx-fix
- https://github.com/konnected-io/gdolib#dev
build_flags:
- -DUART_SCLK_DEFAULT=UART_SCLK_APB
Loading