You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that the API has provided a function for setting the pan ID once during runtime and a function for changing the network key. But I would like to persist the change so that I don't have to call those functions during runtime.
The situation is that we are providing home automation solutions to residential projects. Our technicians will grab a new gateway, form a network and then join all required devices to the network at our warehouse. And then the installers will go to the site and install everything without configuration.
One of the unit requires additional devices to be joined to the network but during the process we realized the pan ID and the network key the new devices using are different from the previous ones. So we use the functions to set it to the previous pan ID and network key as a temporary solution.
Now we want to eliminate those lines in the source code to prevent applying the parameters to other gateways. And also we don't want an OTA to accidentally switch our "special" gateway to use the wrong pan ID and network key some day.
Additional context.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Modifying pan ID, channel, and network key in zb_storage
Modifying pan ID, channel, and network key in zb_storage (TZ-1287)
Nov 12, 2024
If additional devices are expected to join the network created by the gateway, why not have the new devices leave their previous network and then join the current one?
@xieqinan
The previously commissioned devices are installed above the false ceiling. And some of them are not easily reachable. That would be the last resort but we would like to see if there's a software solution to it.
Question
I know that the API has provided a function for setting the pan ID once during runtime and a function for changing the network key. But I would like to persist the change so that I don't have to call those functions during runtime.
The situation is that we are providing home automation solutions to residential projects. Our technicians will grab a new gateway, form a network and then join all required devices to the network at our warehouse. And then the installers will go to the site and install everything without configuration.
One of the unit requires additional devices to be joined to the network but during the process we realized the pan ID and the network key the new devices using are different from the previous ones. So we use the functions to set it to the previous pan ID and network key as a temporary solution.
Now we want to eliminate those lines in the source code to prevent applying the parameters to other gateways. And also we don't want an OTA to accidentally switch our "special" gateway to use the wrong pan ID and network key some day.
Additional context.
No response
The text was updated successfully, but these errors were encountered: