0.2.1 • Published 1 year ago

iobroker.my-muell v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Logo

ioBroker.my-muell

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

my-muell adapter for ioBroker

Calls API https://mymuell.jumomind.com/mmapp/api.php to read MyMüll waste schedule. The usage is decribed here.

The adapter will request and analyze the return waste schedule and creates states for:

  • the next waste collection with date and type
  • the next waste collection with date for each type of waste
  • optional a list of all dates provided

Information for setup the instance

The configuration is set with Dummy Values for the City and waste collection Area for the API Call, so that no states will be set when intantiating the adapter. Follow the steps described in the instance configuration to determine your correct values and restart the adapter.

The Adapter is scheduled by default to run every 12 hours. As the Adapter is also calculating the remaining days for the next date, it should at leadst run once a day, otherwise it might be possible that the countdown is calculated correctly.

Changelog

0.2.1 (2023-01-14)

  • minimum node version >16.x

0.2.0 (2022-12-25)

  • renamed states in different folders
  • numbered folders instead of date as folder name

0.1.2 (2022-12-16)

  • fixed deletion of old date channels
  • used date format from system config

0.1.1 (2022-12-04)

  • (Michael Ploch) initial release for testing

License

MIT License

Copyright (c) 2023 Michael Ploch miploch@gmail.com

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.