Releases: Buzze11/ioBroker.atlas-scientific-ezo-i2c
Releases · Buzze11/ioBroker.atlas-scientific-ezo-i2c
Release v2.3.0
- NPM Package updates
Release v2.2.3
- Added support for EZO PRS Sensor
- Added help for PRS in readme.md
Release v2.2.2
- Bugfixings: Fixed wrong order of delay initialization and delay values for some drivers
- Added backend hardware driver for embedded EZO PRS (not functional right now)
Release v2.2.1
- Added support for EC Electrical conductivity sensors
- Extended Help with new implementation
Release v2.2.0
- Several Bugfixes in Pump implementation
- adjusted readme.md
Release v2.1.0
- Added example Grafana Dashboard code and documentation
- Added example Scripts and documentation for helpful Javascript Adapter
Release v2.0.0
- Feature request: add the "active" Switch to objects #10 Part I -> Added State including state change listeners "IsPaused" to pause measure per sensor during runtime
- Feature request: add the "calibration" switches to objects #10 Part II -> Added calibration state objects
- Adjusted Readme with Help for new Features
- Added state translations for alphanumeric and boolean states to clear text
Release v1.2.4
- Finished first Pump implementation (UI and Pump control) untested due to missing device
- extended README.md
- Further translations
Release v1.2.3
- implemented delay after each polling cycle to decouple memory race conditions on device for I2C
- First steps in base implementation for peristaltic pump
- added translations for new values
Release v1.2.2
- Removed forbidden characters from sensor state objects
- added state roles where possible
- added state units where senseful
- adjusted Readme according changes