https://github.com/hglab01/iobroker.fuelpricemonitor
Fuel Price Monitor Austria
https://github.com/hglab01/iobroker.fuelpricemonitor
diesel fuel fuel-price-monitor gas iobroker super
Last synced: 11 months ago
JSON representation
Fuel Price Monitor Austria
- Host: GitHub
- URL: https://github.com/hglab01/iobroker.fuelpricemonitor
- Owner: HGlab01
- License: mit
- Created: 2021-01-03T11:06:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T03:07:48.000Z (12 months ago)
- Last Synced: 2025-07-14T06:02:15.560Z (12 months ago)
- Topics: diesel, fuel, fuel-price-monitor, gas, iobroker, super
- Language: JavaScript
- Homepage:
- Size: 1.97 MB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

# ioBroker.fuelpricemonitor
[](https://www.npmjs.com/package/iobroker.fuelpricemonitor)

[](https://www.npmjs.com/package/iobroker.fuelpricemonitor)

[](https://libraries.io/npm/iobroker.fuelpricemonitor)
[](https://snyk.io/test/github/HGlab01/ioBroker.fuelpricemonitor)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FHGlab01%2FioBroker.fuelpricemonitor?ref=badge_shield)

[](https://nodei.co/npm/iobroker.fuelpricemonitor/)
## fuelpricemonitor adapter for ioBroker
This adapter retrieves the fuel (Diesel, Super95 and CNG) prices from the offical Austria database based on your configered geo-position. The API delivers the prices only for the first 5 station. For the other 5 stations the prices are not available. Additional locations can be added.
Default schedule is done every 20 minutes as cron job in the instance tab.
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!
## Requires
* Node.js 20 or higher
* ioBroker host (js-controller) 5.0 or higher
## Changelog
### __WORK IN PROGRESS__
* (HGlab01) some small improvements
### 0.4.2 (2025-03-12)
* (HGlab01) Bump axios to 1.8.3
### 0.4.1 (2024-07-04)
* (HGlab01) fix "Method "deleteDevice" is deprecated" (#692)
* (HGlab01) Bump axios to 1.7.2
* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.16
### 0.4.0 (2023-12-05)
* (HGlab01) Breaking changes
- Node.js 18.0 or higher
- ioBroker host (js-controller) 5.0 or higher
* (HGlab01) Bump axios to 1.6.2
### 0.3.6 (2023-08-10)
* (HGlab01) switch to Admin5 UI for configuration
### 0.3.5 (2023-07-07)
* (HGlab01) Spread API calls
* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.12
## License
MIT License
Copyright (c) 2025 HGlab01
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.
[](https://app.fossa.com/projects/git%2Bgithub.com%2FHGlab01%2FioBroker.fuelpricemonitor?ref=badge_large)