openhab-addons icon indicating copy to clipboard operation
openhab-addons copied to clipboard

[MySensors] Expanding sensor and variable types?

Open nikolac opened this issue 6 years ago • 2 comments
trafficstars

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,

nikolac avatar Oct 02 '19 18:10 nikolac

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.

tobof avatar Oct 14 '19 10:10 tobof

Great, thank you!

nikolac avatar Oct 19 '19 01:10 nikolac