The MEX is a heating oil level measuring device. This adapter reads the MEX data from the Heizoel24 server.
See: https://www.heizoel24.de/mex
Simply enter the login data from your Heizoel24 account (e-mail and password). The MEX data is stored in the data point heizoel24-mex. The adapter starts by default every 3 hours. This is completely sufficient, as the MEX only sends data once a day. The data point CalculatedRemaining/JsonForEcharts (calculated remaining quantity) can be opened directly with eCharts.
js-controller dependency updated
Fix: no error if CalculatedRemaining is empty and mqtt is active
Error intercepted for:
- RemainsUntilCombined no data found
- CalculatedRemaining is empty
- CalculatedRemaining json data point for eCharts added
- New README.md
- CalculatedRemaining data points removed
- CalculatedRemaining data points renamed to "Today+XXXX Days"
- Limited to 52 data points
- Option for save CalculatedRemaining json
- Superfluous logging function removed
- Repo new triggering
- Initial release for tests
MIT License
Copyright (c) 2024 Daniel Luginbühl webmaster@ltspiceusers.ch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.