You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A library to use an Arduino as a master to control and communicate via modbus with the pressure and water level sensors produced by Keller International & [Keller America](https://www.kelleramerica.com).
4
4
@@ -7,43 +7,51 @@ The [EnviroDIY/ModularSensor](https://github.com/EnviroDIY/ModularSensors) libra
7
7
8
8
The library has been tested to work with a Keller Nanolevel and a Keller Acculevel, which is a Keller Series 30, Class 5, Group 20 sensor water level transmitter with a software/firmware version of 5.20-12.28 (i.e. made after the 2012 in the 28th week). The library should also work with all Keller sensors of the same Series/Class/Group with the same or a later software version.
9
9
10
-
[//]: #(@tableofcontents )
10
+
<!--! @tableofcontents -->
11
11
12
-
[//]: #(@m_footernavigation )
12
+
<!--! @m_footernavigation -->
13
13
14
-
[//]: #( Start GitHub Only )
14
+
<!--! @if GITHUB -->
15
15
16
16
-[KellerModbus](#kellermodbus)
17
17
-[Functions](#functions)
18
+
-[Library installation](#library-installation)
18
19
-[License](#license)
19
20
-[Acknowledgments](#acknowledgments)
20
21
21
-
[//]: #( End GitHub Only )
22
+
<!--! @endif -->
22
23
23
-
## Functions<!-- {#mainpage_functions} -->
24
+
## Functions<!--! {#mainpage_functions} -->
24
25
25
26
This library only implements the following small subset of functions from those described in the [Keller Series 30 Communication Protocol Manual](https://www.kelleramerica.com/manuals-and-software/manuals/series30%20comm_protocol_e.pdf). These are:
26
27
27
28
-`getSerialNumber`
28
-
-`getValues`, for presssure and temperature
29
+
-`getValues`, for pressure and temperature
29
30
30
31
This library also calculates water depth via the following function:
31
32
32
33
-`calcWaterDepthM`, based on water pressure and temperature-dependency on water density, following equation 6 from [JonesHarris1992-NIST-DensityWater.pdf](https://github.com/EnviroDIY/KellerModbus/blob/master/doc/JonesHarris1992-NIST-DensityWater.pdf).
33
34
34
-
## License<!-- {#mainpage_license} -->
35
+
## Library installation
36
+
37
+
This library is available through both the Arduino and PlatformIO library registries.
38
+
[Here is the PlatformIO registry page.](https://registry.platformio.org/libraries/envirodiy/KellerModbus)
39
+
Use the Arduino IDE to find the library in that registry.
40
+
The build and ingest logs for this library into the Arduino library registry are available [here](https://downloads.arduino.cc/libraries/logs/github.com/EnviroDIY/KellerModbus/).
41
+
42
+
## License<!--! {#mainpage_license} -->
35
43
36
44
Software sketches and code are released under the BSD 3-Clause License -- See [LICENSE.md](https://github.com/EnviroDIY/ModularSensors/blob/master/LICENSE.md) file for details.
37
45
38
46
Documentation is licensed as [Creative Commons Attribution-ShareAlike 4.0](https://creativecommons.org/licenses/by-sa/4.0/) (CC-BY-SA) copyright.
[EnviroDIY](http://envirodiy.org/)™ is presented by the Stroud Water Research Center, with contributions from a community of enthusiasts sharing do-it-yourself ideas for environmental science and monitoring.
43
51
44
-
[Anthony Aufdenakmpe](https://github.com/aufdenkampe) is the primary developer of this library.
52
+
[Anthony Aufdenkampe](https://github.com/aufdenkampe) is the primary developer of this library.
45
53
We are grateful for the helpful technical assistance from the staff at [Keller America](https://www.kelleramerica.com).
46
54
47
-
This library has benefited from the support from the following funders:
55
+
This library has benefited from the support from the following funding sources:
48
56
49
57
-[Winona State University](https://www.winona.edu), [Southeastern Minnesota Water Resources Center](https://www.winona.edu/geoscience/waterresource.asp)
0 commit comments