alexf2015 / openhab-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
7 stars 5 forks source link

Add fix for additional invalid unit formats #6

Closed pacive closed 3 weeks ago

pacive commented 3 weeks ago

The myUplink api returns some units in the wrong format. This PR adds conversions for 'days' -> 'd' and 'm3/h' -> 'm³/h', so the OH unit parser can understand them.

pacive commented 3 weeks ago

Wrong branch