-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better logging, unit offline handeling and allow IP changes. Fixes #4
- Loading branch information
Showing
17 changed files
with
385 additions
and
165 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"type": "group", | ||
"label": { | ||
"en": "Unit information" | ||
}, | ||
"children": [ | ||
{ | ||
"id": "mac", | ||
"type": "label", | ||
"label": { | ||
"en": "MAC Address" | ||
}, | ||
"value": "", | ||
"hint": { | ||
"en": "The MAC Address of your ESP Easy unit. This is the identifier Homey uses for your unit. Any incoming messages will be matched by MAC addres so if the IP address does not match, it is updated on Homey's end." | ||
} | ||
}, | ||
{ | ||
"id": "host", | ||
"type": "label", | ||
"label": { | ||
"en": "Unit host" | ||
}, | ||
"value": "", | ||
"hint": { | ||
"en": "The IP address can be changed in the unit settings or it will change automagically when Homey receives an event from another IP with the same MAC address" | ||
} | ||
}, | ||
{ | ||
"id": "idx", | ||
"type": "label", | ||
"label": { | ||
"en": "Unit ID" | ||
}, | ||
"value": "", | ||
"hint": { | ||
"en": "As defined on the ESP Easy settings page. Is currently not used to identify a unit, we use the MAC address for that" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.