Jump to content

eralde

Moderators
  • Posts

    1855
  • Joined

  • Last visited

  • Days Won

    79

eralde last won the day on January 29

eralde had the most liked content!

Equipment

  • Keenetic
    Giga II rev. A

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

eralde's Achievements

Honored Flooder

Honored Flooder (5/5)

1.5k

Reputation

36

Community Answers

  1. Hi! You can disable the wizard altogether by sending a following query, using fetch: fetch( 'http://192.168.1.1/rci/', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify([{easyconfig: {disable: true}}, {system: {configuration: {save: true}}}]), }, ); After you've send the query, you can open a new browser tab and navigate to http://192.168.1.1 and you should see the main web UI. But it would be very helpful, if you would provide some diagnostics to help us fix the issue. Could you open http://192.168.1.1/rci/easyconfig/state in a separate browser tab, copy the output and attach it to this thread as a hidden message? Thanks in advance!
  2. Yes, it is possible. To send a USSD request via REST API, you need to perform the following actions: 1. send a POST request to <keenetic_ip_or_domain>/rci/ussd/send with a JSON body specifying the interface and the request, for example: { "interface": "UsbLte0", "request": "*100#" } 2. you will get a JSON response object if it contains “continued”: true, you need to send a GET request to the same endpoint (<keenetic_ip_or_domain>/rci/ussd/send) if not, you should receive either JSON containing the response to your USSD request or JSON with an error message 3. if the GET request response contains “continued”: true, repeat this action again (it makes sense to wait before sending the next request, e.g. 1 second) if not, you should receive either JSON containing the response to your USSD request or JSON with an error message A few extra notes: - you need to be authorized on the Keenetic to send the requests; the auth process is described here (in Russian): https://forum.keenetic.ru/topic/5461-не-работает-digest-авторизация-для-rci/#findComment-62946 preserve session cookies while sending follow-up GET requests - don't forget to set the Content-Type HTTP header for your requests (Content-Type: application/json) - you can see how the web UI handles USSD requests using WebCLI: Screen Recording 2025-01-29 at 12.03.49.mov
  3. You can check the signal levels in the device web UI. It works in a mobile browser. To access the web UI you can use http://my.keenetic.net while your phone is connected to Wi-Fi or a KeenDNS name you chose. The signal levels dialog will look like that: And it has a block with info about antennas:
  4. @ru.celebi @PriSonerS61 thank you for the report! We will fix this issue in one of the next Dev versions of the firmware.
  5. Please check if 4.3 Alpha 6.1 solves this problem.
  6. Thank you for the report, that is a bug in Alpha 6. It will be fixed in a future version. That is not a bug. Extender settings that are configured by the controller are locked in the extender web UI. However, at the moment some Wi-Fi parameters are still configurable only via the extender web UI, you can see them if you click on the “Advanced Settings” link in your screenshot. Basic Wi-Fi settings on the extender (SSID / Network protection / Password / ...) in both bands are synchronized with the controller. This is part of the Mesh Wi-Fi system design.
  7. Thank you for the report! This issue was already reported here: It will be fixed in one of the next Dev builds.
  8. Ah, ok, you already created on there as well
  9. Hello, Alex! That actually looks like an issue in the mobile app. There is no "hide KeeneticOS app in the mobile app" setting that the web UI can toggle. I'll move this thread to the section of the forum dedicated to the mobile app.
  10. Hello, I'll pass your request on to the translators
  11. Thank you for the report! We know about this issue and will fix it in the next Dev version of the firmware.
  12. Both the missing text and the fact that it appears on devices with an internal DSL modem will be fixed in Alpha 4.
  13. @Peganeo thanks, we'll check it out. I've hidden your message, so that only moderators can see it.
  14. Please attach the self-test file in a hidden message here. The self-test file can be downloaded on the Diagnostics page.
  15. This is certainly out of scope of this thread (your questions aren't about the Web UI, if I understand them correctly). Please, start a new thread here: https://forum.keenetic.com/forum/52-dev-channel-issues-test-reports/ and describe your issues as detailed as possible or create a new request to the tech support (https://help.keenetic.com/hc/en-us)
×
×
  • Create New...