Skip to content

v0.5.0: Add Y513 Blue Green Algae, improves getSlaveID() and examples

Latest
Compare
Choose a tag to compare
@aufdenkampe aufdenkampe released this 17 Sep 20:05
· 2 commits to master since this release

DOI

The YosemitechModbus library enables use of an Arduino-framework board as a Modbus RTU master to control and communicate with the sensors produced by Yosemitech via over RS-485.

This minor release adds the Y513 Blue Green Algae (BGA), improves getSlaveID() and examples.

Changed

  • Updated Y504 to first try to get thridvalue for DOmgL before calculating it.
  • The getValue.ino example has better formatted outputs.
  • The getSlaveID() command now works better with broadcast address 0xFF.
    • NOTE that old YosemiTech sensors (before 2020??) don't have a functioning broadcast address
  • Update SensorModbusMaster dependency to v0.7.3.

Added

  • Support for the Y513 Blue Green Algae (BGA) sensor with wiper (773a3a0)
  • Added explicit support for the Y521 Conductivity sensor, given that the Y520 has been discontinued.
  • Successfully tested on new models of Y504, Y511, Y513.

Fixed