(11.10.2024, 10:52)admin Wrote: [*]Added 1-bit Boolean to on/off string conversion[*]
Thank you for keeping improving the application and also adding sorting to the table that makes it easier to manage mappings.
I have few questions:
1) why you decided to make conversion incompatible with json path? Conversion allowed to simplify /SET topics for relays, but STATUS topics still need to take variable from json path and convert from on/off to boolean using script. I'm not sure why they can't work together.
2) why conversion values are case sensitive? AFAIK /SET commands for zigbee devices are case insensitive, and for STATUS values some send upper case, some send lower case. Of course one can first capture what end-device is sending and put exact value, but i don't see any breaking cases when upper/lower case actually matters.
also little fix needed: for "In" mappings, it needs to be called "String to boolean conversion", as we're getting string from MQTT and need to write boolean value