github openhop-dev/openhop_modem v1.3.0
v1.3.0 — Better Wi-Fi Control, Expanded Power Telemetry, and WebUI Fixes

20 days ago

This release improves modem management, telemetry, and Wi-Fi behavior across several supported boards.

Important upgrade note

If your modem is still using the original default WebUI password, password, updating to v1.3.0 will automatically change it to the new default, openhop. This also applies to OTA updates; a full reflash or factory reset is not required for the change to occur.

Custom WebUI passwords are preserved. This migration only affects devices that were left on the old default credentials.

After updating, sign in with:

  • Username: admin
  • Password: openhop

For security, change the WebUI password and configure an openHop TCP token after updating.

What’s new:

• Added a configurable Wi-Fi power-save option to the WebUI and API on all Wi-Fi-capable modems. Power save remains enabled by default, but it can now be disabled for lower latency and more reliable long-idle connections at the cost of higher power use.

• Added LilyGO T3-S3 battery-voltage monitoring using its onboard voltage-divider input.

• Expanded Station G3 telemetry with INA219 bus voltage, current, and power readings in the stats API, including safer handling of failed or negative readings.

• Fixed WebUI configuration saves on the RAK4631 WisMesh Ethernet gateway by explicitly sending the correct form content type.

• Changed the default WebUI password from password to openhop, including an automatic migration for devices still using the old default.

As usual, change the default WebUI password and configure an openHop TCP token before placing a modem on a shared network.

What's Changed

  • fix(rak4631): set form content type for WebUI saves by @yellowcooln in #66
  • fix(firmware): change default HTTP password from 'password' to 'openhop' by @jhuebert in #67
  • feat(firmware): add battery stats for LilyGo T3 S3 by @roens in #68
  • fix(firmware): expose Station G3 power telemetry by @mchoff in #69
  • feat(wifi): add web UI toggle for Wi-Fi power-save (default on) by @jhuebert in #70
  • Promote dev to main by @yellowcooln in #71
  • chore: bump firmware version to v1.3.0 by @yellowcooln in #72
  • firmware: update generated firmware assets [skip ci] by @yellowcooln in #73

New Contributors

Full Changelog: v1.2.0...v1.3.0

Don't miss a new openhop_modem release

NewReleases is sending notifications on new releases.