Replies: 1 comment 1 reply
-
You could intercept the outgoing messages in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I know this might not be an openHASP topic but because I´m in need for a solution maybe you can help.
At the moment the mqtt broker or client from the used automation system seems not to be able to handle a payload from (toggle =true) switches or buttons.
So if only the event is published like this:
{"event" : "up"}
it works but if in addition an included value like this:
it does not work. I checked with tool MQTT Explorer and new seperate MQTT Broker (Mosquitto) which are working fully fine, but my used automation system is the problem.
Because it will need some time if hopefully a developer will fix this, I´m looking for a workaround.
Is it possible to publish a modified payload?
e.g. p1b5 is publich automatically by openHASP
Can you suggest a code to add and where to publish sth like this (only the value in the payload) in addition?
Thank you very much and sorry for this maybe a bit strange request....because I´m in need for a working display solution.
Beta Was this translation helpful? Give feedback.
All reactions