Hi
Im using AMPIO as a house automation. It uses wierd raw MQTT topic to control % of shutter closing.
eg: 0001010065
000101 - this is id number of shutter on that device
00 i its a HEX value from 0 to 100
65 - not usable in my instalation
So I need to change value that shutter-card passed to position_topic from like:
67 to 0001014365
How can I do that?