OpenMQTTGateway icon indicating copy to clipboard operation
OpenMQTTGateway copied to clipboard

Ability to set device name without suffix

Open nmaupu opened this issue 1 month ago • 0 comments

Description:

Add the ability to ForceDeviceName without suffixing the last 6 digits' mac address. Simply compile with -DForceDeviceNameNoSuffix to do so.

Need to be careful that each device has a distinct name so that there is no collision during discovery.

Also added :

  • missing "tempc" and "tempf" (keeping "temp" which is celcius for backward compat).
  • rssi diagnostic value for all connectable devices.

Checklist:

  • [x] The pull request is done against the latest development branch
  • [x] Only one feature/fix was added per PR and the code change compiles without warnings
  • [x] I accept the DCO.

nmaupu avatar Nov 30 '25 00:11 nmaupu