Skip to content

Commit

Permalink
Change Alexa device IDs to support latest Amazon software
Browse files Browse the repository at this point in the history
  • Loading branch information
greendog99 authored Oct 7, 2021
1 parent fe52088 commit 7b58a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/coachproxy/files/configurator/cp_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sub create_habridge_device {
my ($group_id, $device_id, $name, $cmd, $on, $off, $dim) = @_;

my $bridge_id = $group_id * 256 + $device_id;
my $unique_id = sprintf("00:17:88:5E:%02X:%02X-%02X", $group_id, $device_id, $device_id);
my $unique_id = sprintf("00:00:00:17:88:5E:%02X:%02X-%02X", $group_id, $device_id, $device_id);

my $item = "";
# Assume the panel lights (group 6 id 126) is always the first to be added to the list.
Expand Down

0 comments on commit 7b58a31

Please sign in to comment.