Skip to content
Snippets Groups Projects
Commit 89d3863a authored by Wojciech Zmuda's avatar Wojciech Zmuda Committed by Bernhard Rosenkränzer
Browse files

allscenarios-linux-blueprint-dashboard.conf: Add MACs for Smart Panel blueprint


Smart Panel blueprint sensor and switch devices MAC addrsses have to be:
 - configured on devices so they communicate over BLE from known addresses
   that do not collide,
 - configured in Home Assistant so it knows where to connect to.

Addresses can be overriden in local.conf of Linux build or in command line.

Signed-off-by: default avatarWojciech Zmuda <wojciech.zmuda@huawei.com>
Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent f885b9ee
No related branches found
No related tags found
No related merge requests found
......@@ -33,3 +33,7 @@ EPIPHANY_SERVICE_ENABLED = "1"
WESTON_INI_BACKGROUND_IMAGE = "/usr/share/backgrounds/ostc-logo-small-loading.png"
WESTON_INI_BACKGROUND_COLOR = "0xffffffff"
WESTON_INI_BACKGROUND_TYPE = "centered"
# SmartHome IoT devices BLE interfaces MAC addresses
SMART_HOME_SENSORS_MAC ??= "C0:BA:DD:06:F0:0D"
SMART_HOME_SWITCH_MAC ??= "C0:BA:DD:06:F0:0E"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment