Australian Bureau of Meteorology integration with OpenHAB

Really great work on this @tomitan. Thank you for your efforts

The binding works quite well and I look forward to creating a nice habpanel for the data.

I did want to bring to your attention a number of WARNings I experienced in the logs (a snippet is below):

11:41:09.077 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#dewPoint although the handler was already disposed.
11:41:09.079 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#relativeHumidity although the handler was already disposed.
11:41:09.081 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#pressure although the handler was already disposed.
11:41:09.082 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#windDirection although the handler was already disposed.
11:41:09.084 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#windDirectionDegrees although the handler was already disposed.
11:41:09.085 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#windSpeedKmh although the handler was already disposed.
11:41:09.087 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#windSpeedKnots although the handler was already disposed.
11:41:09.088 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler of thing bom:weather:884f09fe tried updating channel day1#rainfall although the handler was already disposed.
11:41:09.089 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler BomHandler tried updating the thing status although the handler was already disposed.

This did not occur initially and only occurred after I had started to add items (by text file). A search of the forums produced the link below. I admit I did disable/enable the binding several times within a few minutes via Paper UI which may have caused the issue.
https://community.openhab.org/t/handler-disposed/49168/13

Not sure if that helps any.

Just wanted to say thanks again for taking the time to produce something like this. It is really appreciated.