|
@@ -6,14 +6,30 @@ description: |
|
|
|
- Configurable Zwave to Mqtt Gateway
|
|
|
- Home Assistant integration (beta)
|
|
|
- Zwave Control Panel:
|
|
|
- - Nodes management: check all nodes discovered in the z-wave network, send/receive nodes values updates directly from the UI and send action to the nodes and controller for diagnostics and network heal Custom Node naming and Location: Starting from v1.3.0 nodes name and location are stored in a JSON file named nodes.json. This because not all nodes have native support for naming and location features (#45). This change is back compatible with older versions of this package: on startup it will get all nodes names and location from the zwcfg_homeHEX.xml file (if present) and create the new nodes.json file based on that. This file can be imported/exported from the UI control panel with the import/export buttons placed on the top of nodes table, on the right of controller actions select.
|
|
|
- - Firmware updates: You are able to send firmware updates to your devices using the UI, just select the controller action Begin Firmware Update
|
|
|
- - Groups associations: create associations between nodes (also supports multi-instance associations, need to use last version of zwave-js)
|
|
|
+ - Nodes management: check all nodes discovered in the z-wave network,
|
|
|
+ send/receive nodes values updates directly from the UI and send
|
|
|
+ action to the nodes and controller for diagnostics and network
|
|
|
+ heal Custom Node naming and Location: Starting from v1.3.0 nodes
|
|
|
+ name and location are stored in a JSON file named nodes.json.
|
|
|
+ This because not all nodes have native support for naming and
|
|
|
+ location features (#45). This change is back compatible with older
|
|
|
+ versions of this package: on startup it will get all nodes names
|
|
|
+ and location from the zwcfg_homeHEX.xml file (if present) and
|
|
|
+ create the new nodes.json file based on that. This file can be
|
|
|
+ imported/exported from the UI control panel with the import/export
|
|
|
+ buttons placed on the top of nodes table, on the right of controller
|
|
|
+ actions select.
|
|
|
+ - Firmware updates: You are able to send firmware updates to your
|
|
|
+ devices using the UI, just select the controller action Begin
|
|
|
+ Firmware Update
|
|
|
+ - Groups associations: create associations between nodes (also
|
|
|
+ supports multi-instance associations, need to use last version of
|
|
|
+ zwave-js).
|
|
|
- Custom scenes management
|
|
|
- Log debug in UI
|
|
|
- Mesh graph showing devices neighbors
|
|
|
-grade: stable # must be 'stable' to release into candidate/stable channels
|
|
|
-confinement: strict # use 'strict' once you have the right plugs and slots
|
|
|
+grade: stable
|
|
|
+confinement: strict
|
|
|
license: MIT
|
|
|
|
|
|
assumes:
|
|
@@ -86,11 +102,6 @@ parts:
|
|
|
- build-essential
|
|
|
override-build: |
|
|
|
set -x
|
|
|
- #sed -i 's/"zwave-js".*$/"zwave-js"\: "8.3.2-0-pr-3262-f5cdbca"/g' ${SNAPCRAFT_PART_BUILD}/package.json
|
|
|
- # if [ -n "${http_proxy-}" ]; then
|
|
|
- # export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
|
|
|
- # export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
|
|
|
- # fi
|
|
|
yarn install
|
|
|
yarn run build \
|
|
|
&& mkdir -p $SNAPCRAFT_PART_INSTALL/lib/node_modules \
|