Hello,
I have a request on the openmqttgateway github.
Asking to be compatible with homie convention
I’m investigating time on this but before going further i would like to know the degree of compatibility with home assistant.
My main concern is about the fact that several mqtt payload must be sent in case one needs to send a rf signal with some particular parameters.
Currently if you want to send a signal with a special protocol or pulselength with the help of the OpenMQTTGatewat you set it into the topic:
home/MQTTto433/433_1/PLSL_360 123456
In one mqtt message we are able to send 123456 and other parameters.
With the homie convention we will have to publish 3 messages:
homie/openmqttgateway/rf-send/plsl/set 360
homie/openmqttgateway/rf-send/protocol/set 1
homie/openmqttgateway/rf-send/set 123456
I would like to have your thoughts on that, can this example be implemented easily into home assistant or do I need to gather the 3 parameters into one publish message like 360,1,123456?