S-200 Beta 4.7.0-0500 Release Notes?

Hello,

It has been a while since an update has been released for the S-200. I was hoping to see some progress on some of the most requested features. :slight_smile:

I looked today and saw the new beta version ... but the Release Notes are empty.

https://dl.gl-inet.com/release/iot/beta/s200/4.7.0-0500

Can you please add to these to give us some idea of what is coming or new in this release?

1 Like

Hello @lancer do you have any ideas about this?

Who can update the release notes on the beta to share what we're going to see with this version?

Hi @Humancell
We are processing the beta2 bug list and preparing to test beta3 this week. We will update the beta3 release notes at that same time.

Hi @lancer,

I have just installed the beta3 firmware but there is no way to activate the thread menu.
When I click on thread appear this error:

Operation timed out. Please check the network environment or reboot the device.

I also tried using the LUCI gui and the wpan interface is not available:

**Protocol:** Unmanaged
**Error:** Network device is not present

I already tried to reset the router and reboot many times but neither the Bluetooth or Thread works anymore.
If I re-install the previous firmware release, both the Thread and Bluetooth reprise to work.

There is something I miss?

Thank you

Hi @lumiere
Which version did you upgrade from? And do you keep the configuration upgrade?

I installed this version you have uploaded on the beta channel:

v4.7.0-0500

I'm coming from:

v4.1.5-0400

No, I didn't keep the settings. I have also tried to reset the GL-S200 using the pinhole.

Thank you

Hi @lumiere
I double-checked the upgrade from v4.1.5-0400 to v4.7.0-0500 and did not find the issue you reported.
I can enable Thread Network just fine by clicking the Enable button on the Admin Panel/THREAD MESH/Thread Network page.
Can you describe your steps?


it is also possible to include PRIVATE VPN in the list

I was able to restore the Thread with a power cycle.
I don't know what happen.

Thank you

Hello,

I finally upgraded my first S200 for testing and it seems that the update has broken the "Code" examples, and all of my code. The RPC mechanism seems to be broken?

root@GL-S200:/usr/bin# curl -s localhost/rpc -d '{"jsonrpc":"2.0","id":"0","method":"call","params":["","gw","get_device_list",{}]}'
{"id":"0","jsonrpc":"2.0","error":{"message":"Access denied","code":-32000}}

The curl that you provided in the examples, and that I use in all of my code, is now failing with an Access denied" error?

@lancer Any ideas on what is occurring here, and what the fix is?

I realize that I should have started a new topic and did: GL-S200 Code Example - Access Denied