All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and its stricter, better defined, brother Common Changelog.
This project adheres to Semantic Versioning.
Add Y513 Blue Green Algae (BGA) and fix examples.
- 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.
- Support for the Y513 Blue Green Algae (BGA) sensor with wiper (773a3a0781a16b7ba6e9f49fadc73cedddce0fbc)
- Added explicit support for the Y521 Conductivity sensor, given that the Y520 has been discontinued.
- Successfully tested on new models of Y504, Y511, Y513.
- The
getValue.ino
example wouldn't work with AltSoftSerial (see d4204ebd1212608aaf05a7a65b763e432c59fe37 and https://github.com/EnviroDIY/SensorModbusMaster/commit/f1daa2fdd22c7ec991fc2ff50330aa41e4a7a53e) - Fixed broken links to YosemiTech product pages
- Modified example to apply to more processors.
- Added Doxygen documentation
- Switched to reusable workflows for CI
- Added example_dependencies.json with explicit list of dependencies need to run the examples.
0.4.1 2024-05-16
- Applied clang format.
- Fixed unused variable warning.
0.4.0 2022-10-27
Add Y700 Water Level; fix Y4000 Sonde; restore calibrators.
- Restored calibrator spreadsheets, which is partial reversal of commit f4b0de0, because we developed the offline calibrator spreadsheets to help the community calibrate YosemiTech sensors.
- Support for Y700 Pressure/Depth sensor #29
- Minor improvements to
GetValues.ino
example.
- Fixed issue with Y4000 not outputing Chl & BGA readings #13
- Specified python version for GitHub actions (used by PlatformIO)
0.3.2 2022-03-01
Version bump only for reindexing by PlatformIO and Arduino library managers.
0.3.1 2022-03-01
- Modified example to demonstrate use with Espressif processor
- Restored backward compatibility with Y550
- Added github actions to test code
- Created ChangeLog and Version files
0.3.0 2021-12-15
Add Y551 COD and Y560 Ammonium sensor support
- Added support for the Y551 COD Sensor, which makes a UV254 light absorption and translates it to estimates of Chemical Oxygen Demand (COD) (or Total Organic Carbon (TOC)) and Turbidity.
- NOTE that this upgrade removes the earlier Y550 from the library, as it was never tested and is no longer available form YosemiTech. If anyone has a Y550 sensor, the Y551 commands should work. Let us know if they don't.
- Added support for the Y560 Ammonium Probe, which is a mini sonde for three Ion Selective Electrode (ISE) sensors (pH, NH4+, K+) that together are used to provide a corrected estimate of total ammonium nitrogen (NH4_N) in mg/L.
- NOTE that this release only includes outputs for NH4_N, pH, and temperature. A future release will also include estimates of potassium (K) and raw potential values from each of the electrodes.
- Added User Manuals and Modbus Manuals for both new sensors
0.2.4 2021-07-01
Update version tags for PlatformIO Library Registry
- Update version numbers for proper release so it registers in the PlatformIO Library Registry at https://platformio.org/lib.
0.2.3 2021-07-01
Fix to Y533 ORP; updated manuals & software
- Separation of the Y533 ORP getValues from Y532 pH, fixing the issue raised with #19.
- The new getValues command for the Y533 now returns Electrical Potential (mV) as the primary parmValue.
- Replicated fix to startMeasurement return, which is required to get Y532/Y533 to work as a stand-alone sensors in ModularSensors.
- Updates to Windows software utilities and documentation
- new SmartPC v2.4 software
- Many updates to YosemiTech manuals
- Note that YosemiTech is now providing product manuals on their website under the Resources menu. See http://en.yosemitech.com/aspcms/downlist/list-23-1.html
- Several updates to calibration spreadsheets & protocols.
0.2.2 2020-01-02
Better Y532 pH support, updated manuals & software
- Fix to Y532 pH startMeasurement return, which is required to get Y532 pH to work as a stand-alone sensor in ModularSensors. Commit 574a31c.
- Updates to Windows software utilities and documentation
- ModbusRunner v2.5.1.5
- MulitSensor v1.9
- Updates to YosemiTech manuals
- Updates to calibration spreadsheets & protocols. Issues #14, #16.
0.2.1 2018-09-21
Fixed setCalibration
Fixed problem with setting calibration constants. Both values must be set in a single command.
0.2.0 2018-04-26
Added Y4000 sonde support
- Support for the Y4000 multi-parameter sonde added by Anthony Aufdenkampe.
0.1.9 2018-02-05
Newest Modbus Manuals
- Updates based on the newest Modbus manuals, acquired from Yosemitech Dec 2017.
0.1.6 2018-02-02
Initial release