tobof / openhab-addons

The next-generation open Home Automation Bus (openHAB)
Eclipse Public License 2.0
39 stars 30 forks source link

[MySensors] Expanding sensor and variable types? #134

Open nikolac opened 4 years ago

nikolac commented 4 years ago

I am migrating from MyController to Openhab 2.4. I have a weather station node that has wind speed, wind direction (angle), rain amount, light level.

I do not believe the MySensors binding currently supports WIND -> V_DIRECTION.

This lead me to the bigger question. Is it possible for me to expand the MySensors things and channels by updating https://github.com/tobof/openhab2-addons/blob/MySensors/addons/binding/org.openhab.binding.mysensors/ESH-INF/thing/thing-types.xml and the supporting configs?

Possible to do at runtime?

Thank you,

tobof commented 4 years ago

Hey @nikolac!

This is possible of course. The binding needs to be recompiled to contain these changes. I'm currently implementing the changed build system from OpenHab and will implement it after that.

nikolac commented 4 years ago

Great, thank you!