Hello,
i am using the homeassistant mqtt plugin to get the values from my esp-ems Gateway. i only use a little selection of mqtt channels. But my log is flooded with warnings like this:
Command ‘aus’ from channel ‘mqtt:homeassistant_ems_2Desp_2Dthermostat:901628e3:ems_2Desp_2Dthermostat:thermostat_5Fhc1_5Fswitch_2Don_5Foptimization#switch’ not supported by type ‘OnOffValue’: No enum constant org.openhab.core.library.types.OnOffType.aus
fo the items i use, i created a map. But all the warnings will be generated by cahnnels that i dont use/created. its created by the homeassistan automatism. is it possible to create a gloabl mapping of
an->ON
aus->OFF
Thanks