
ioBroker.vis-2-widgets-weather-and-heating





If you like it, please consider a donation:

This vis-2-widget shows weather forecast data from DasWetter.com or weatherunderground.
You need DasWetter-Adapter or weatherunderground-Adapter running on your system.

- OID's are automatically set based on general settings
- x axis labels can be configured according momentjs docu

- OID's are automatically set based on general settings
- icon sets are changeable
see METEORED for more information.
You must create your widget on METEORED and get the ID for the widget. This ID must be set in the widget settings here.
Do not forget to whitelist your domain in METEORED settings. In my case I had to whitelist https://192.168.xxx.xxx:8082 to get the widget running.


input data for general chart
- "OID data serie" should point to data point like
sbfspot.0.xxxxxxxx.history.years
- data point should contain key / value pairs like
[{"year":"2008","value":7000},{"year":"2009","value":2309000},{"year":"2010","value":4445000},{"year":"2011","value":7019000},{"year":"2012","value":9371000},{"year":"2013","value":11393000},{"year":"2014","value":13666000},{"year":"2015","value":16034000},{"year":"2016","value":17826790}]
-
it's possible to auto calculate and show differences of values. Just tick "difference calculation" in settings.
-
it supports adapter sbfspot and ebus: just select instance, and basic adjustments are done automatically
heating (widgets for HeatingControl adapter)
Based on Pittini's project for old VIS there are similar widgets available for VIS-2 now.






- (René) dependencies updated
- (René) update echarts@6.0.
- (H5N1v2) 41 icons for DasWetter@4.x (galeria7)
- (René) optimisations based on mui@7.x in WeatherDay-widget
- (René) weather widget shows now min and max temperature (if values available)
- (René) bug fix deployment and dependencies updated
- (René) update to support DasWetter@4.x
known issue: Icons are not updated yet.
- (René, copilot) fixes based on Lint recommendation
- (René) dependencies updated and bug fix based on adapter checker and linter
- (René) dependencies updated and bug fix based on adapter checker
- (René) SourceAnalytics widget: min / max calculation optimisation
- (René) SourceAnalytics widget: bug fix min / max calculation
- (René) new widget SourceAnalytics two weeks bar chart added
- (René) overworked with TypeScript and vite -> code review desired
- (René) Meteored widget: reload once per hour as an option
- (René) Heating Room widget: some translations
- (René) Meteored widget: make reload of widget possible
- (René) Heating Room widget: support of more then one thermostat. ATTENTIOM: Please check your configuration!
- (René) Heating Room widget: smaller optimizations
- (René) widget from Meteored (DasWetter.com) added, no further adapter needed, but only display of data from Meteored possible
- (René) changes requested by adapter checker
- (René) dependencies updated
- (René) bug fix: support darkmode for time picker
- (René) see issue #66: Heating Time Schedule and Profile Params widget - option to use select box for temperature adjustment like Pittini vis
- (René) see issue #66: Heating Time Schedule and Profile Paramswidget - option to use time picker for time adjustments
- (René) update dependencies
- (René) see issue #66: Heating Time Schedule widget - uses minimum temperature from adapter for input value range
- (René) see issue #66: Heating Time Schedule widget - step width for temperature adjustable (1°C or 0.5°C)
- (René) translations
- (René) see issue #60: add missing module
- (René) show absolute / relative as info in Heating Room Profile Params widget
- (René) Heating Time Schedule: copy periods added
- (René) added missing svg's
- (René) see issue #55 and #50: in some widgets color configuration added (text and background)
- (René) see issue #55: bug fix to show icon in Heating Window Status widget
- (René) see issue #55: in weather widget position of y axis (left or right) adjustable
- (René) see issue #51: weather widget: title not shown at all, if no string available or no OID set
- (René) see issue #51: weather widget: color for title and axis lables adjustable
- (René) see issue #53: wrong icon (weather and wind) shown in WeatherDayWidget fixed
- (René) add missing translations
- (René) bug fix to show widgets in runtime too
- (René) bug fix images
- (René) Icons and translations
- (René) Heating General Parameter: show paramter only if OID is set
- (René) Heating Room Profile Parameter: show paramter only if OID is set
- (Bluefox) Typos, Refactoring, Formating
- (René) widget set renamed again because adapter checker doesn't accept the name
- (René) Icons and translations
- (René) readme update
- (René) heating time schedule widget overworked
- (René) widget Heating Room Status overview overworked (works only with HeatingControl@1.12.9)
- (René) show number of open windows in Heating Window Status Overview
- (René) widget Heating Room overworked
- (René) widget set renamed to weather and heating, because two widget sets are available
- (René) bug fix icon in weather day widget
- (René) heating and weather widgets sets are separeted
- (René) Heating General Params Widget get and set values fixed
- (René) Heating Room Profile Params Widget get and set values fixed
- (René) Heating Rooms Overview widget completed
- (René) Heating Windows Status Overview widget completed
- (René) Heating Room widget completed
- (René) Heating General Params widget added
- (René) Heating Room widget adde
- (René) Heating Rooms Overview widget added
- (René) Heating Room Profile Params widget added
- (René) Heating Windows Status Overview widget added
- (René) Heating TimeSchedule widget added
- (René) general diagram widget: support ebus (needs ebus version 3.3.0)
- (René) general diagram widget: auto unit calculation as an option
- (René) general diagram widget: x axis label format adjustable
- (René) general diagram widget: support sbfspot (needs sbfspot version 4.3.1)
- (René) X axis label format adjustable
- (René) adaption for weatherunderground
- (René) bug fix: show legend in graph again, was missing after translations
- (René) smaller bug fixes
- (René) dependencies updated
- (René) ready for first deployment
- (René) translations and icons
Older changelogs can be found there
The MIT License (MIT)
Copyright (c) 2024-2026 rg-engineering info@rg-engineering.eu
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.