Replies: 5 comments
-
The API endpoints are fully documented and can be tested interactively as described here. The existing endpoints are all |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick answer. If the wifi password of the repeater SSID can be found on the local file system, that's also OK for me. Then I'd update it over ssh commands instead of REST API. |
Beta Was this translation helpful? Give feedback.
-
Yes, the passphrase is included in the
|
Beta Was this translation helpful? Give feedback.
-
The wpa_passphrase can be found and set in the docker-compose.yaml (RASPAP_SSID_PASS) so it would work to stop the container, reset the RASPAP_SSID_PASS and rebuild and start the container. Now I only have to make the Wifi Repeater working. Currently the Wifi client is not connecting. Not throwing errors, but the TP-Link Guest wifi SSID remains in the |
Beta Was this translation helpful? Give feedback.
-
@billz thanks for your help and this amazing tool. I managed to implement the solution: dropped using the docker image and installed RaspAP manually. After configuring everything the repeater works like a charm. On the RaspAP UI the new password is not reflected yet, but since the solution works without the need of UI, finding a solution for fixing this has lower priority. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for a solution to repeat my guest wifi from a TP-Link router that does not support dynamic guest wifi password setting with the use of RaspAP's REST API.
Unfortunately I could not find documentation on all available REST API endpoints that RaspAP supports.
Can RaspAP be set up for the above use case?
(on a higher level Home Assistant would trigger changing the guest wifi password via a REST API call on a daily basis generating and displaying a related QR-code on its dashboard)
Beta Was this translation helpful? Give feedback.
All reactions