Closed derabbink closed 8 years ago
I am able to chart groups of persisted Number items in openHAB 1.8.0 as you are attempting. Could you try
http://host:port/chart?groups=gWeather_Chart&period=W&random=1&h=800&w=1200
Please continue this, including your openhab.cfg contents and results of examining your MySQL database directly, at https://community.openhab.org, and if there it's discovered to be a bug, please reopen this issue.
OK. In case anyone wants to read the follow-up, this is where I posted: https://community.openhab.org/t/always-unable-to-find-table-for-query-when-viewing-chart/6329
I am running a minimal install of OpenHAB 1.8.0. I have configured the Weather Binding to use Wunderground.com, but I also want OpenHAB to be able to render e.g. a chart for the temperature and humidity.
However, whenever I attempt to load such a chart (by opening my "Dublin Weather" frame), I will see an empty one, and in the logs the following appears:
The only explanation I have seen so far is that this can happen if no data has been persisted yet. However, I have kept my OpenHAB running for many hours now (and weather data is being fetched every 15 minutes).
How can I make this work?
Below, I have added my configurations:
I have a
weather.items
containing the following:The group
gWeather_Chart
exists solely to be able to create persistence rules for theWeather_Temperature
andWeather_Humidity
items, which brings me to myweather-mysql.persist
file:And finally, this is my
default.sitemap
; It defines a "Weather" section, underneath which I declared a chart for thegWeather_Chart
group:I enabled logging for the mysql persistence and weather bindings: