Skip to content

Commit

Permalink
prepare Alarm Panel Pro v1.8 firmware for ESPHome 2024.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Jun 15, 2024
1 parent b66a407 commit 6c2edfa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion alarm-panel-pro-v1.8-ethernet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ substitutions:
name: konnected
friendly_name: Alarm Panel Pro
project_name: konnected.alarm-panel-pro-ethernet
project_version: "1.1.2"
project_version: "1.1.3"

# ETHERNET CONFIG
# On the Alarm Panel Pro v1.5, v1.6 and v1.7 use LAN8720. On the v1.8 set this variable to RTL8201.
Expand Down Expand Up @@ -135,6 +135,16 @@ dashboard_import:
package_import_url: github://konnected-io/konnected-esphome/alarm-panel-pro-v1.8-ethernet.yaml@master
import_full_config: false

# Update for Ethernet issue on v1.8 and v1.9 (batch 2406)
# requires ESPHome 2024.6.0 and newer
esphome:
min_version: '2024.6.0'
ethernet:
phy_registers:
- address: 0x10
value: 0x1FFA
page_id: 0x07

####
# WEB SEVER
# Enables the built-in web server for viewing the device state, internals and controls via web browser
Expand Down

0 comments on commit 6c2edfa

Please sign in to comment.