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
- The
getValue.ino
example wouldn't work with AltSoftSerial (see d4204ebd1212608aaf05a7a65b763e432c59fe37 and EnviroDIY/SensorModbusMaster@f1daa2f) - Fixed broken links to YosemiTech product pages
Full Changelog: v0.4.2...v0.5.0