Skip to content

Python Protocol Gateway v1.1.10

Latest
Compare
Choose a tag to compare
@HotNoob HotNoob released this 13 Aug 01:37
8cb2048

just like with v1.1.9, lots of little fixes and features have been pilling up waiting for release!

We have several new additions from @jaredmauch

trying out gpt for these release notes... i've edited it a bunch; doesnt seem to save much time :S


🚀 Features

  • Simulate Modbus from registry dumps for testing purposes.
    9c2aa14
  • CAN bus simulator — introduced simulator for testing without hardware.
    5ab463e, 84112b4
  • Add SRNE PV statistics and refactoring of related code.
    b8c92b5, db0eabf @gorbyo
  • Add protocol alias script ppg.py for easier command-line access.
    fedddd9
  • Add byte order suffixes (_LE / _BE) to data types for endian handling.
    8d3e784, be2c3ea
  • Add InfluxDB transport & JSON file output transport #92
    71e8304, b6d7f19, 44db2f3 @jaredmauch

🛠 Fixes

📚 Documentation

🧹 Refactoring / Cleanup

Performance

  • Reduced main loop delay for performance tuning.
    8535bab

New Contributors

Full Changelog: v1.1.9...v1.1.10