mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Update to 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24198 and/or UPDATING entry for details.
28 lines
965 B
Text
28 lines
965 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
zigbee2mqtt file locations are as following:
|
|
- configuration file is %%Z2M_DATADIR%%/configuration.yaml
|
|
- log directory is %%Z2M_LOGDIR%%
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
minimum_version: "1.42.0"
|
|
message: <<EOM
|
|
There are some breaking changes:
|
|
|
|
- Improved adapter discovery; when upgrading from Zigbee2MQTT 1.x.x, this might
|
|
result in USB adapter discovery error (No valid USB adapter found), see
|
|
https://github.com/Koenkk/zigbee2mqtt/discussions/24198 for details.
|
|
|
|
- zstack is no longer the default for adapter setting. If Zigbee2MQTT fails to
|
|
start saying the adapter could not be discovered, it means your adapter uses
|
|
an identification not currently recognized by Zigbee2MQTT, make sure to
|
|
specify the adapter setting if that's the case.
|
|
|
|
See https://github.com/Koenkk/zigbee2mqtt/discussions/24198 for full details
|
|
on (possibly) breaking changes.
|
|
|
|
Take a backup of %%Z2M_DATADIR%% before restarting the service!
|
|
}
|
|
]
|