Replies: 1 comment 9 replies
-
Http is an overhead If you are using an ESP32, you can do that in Berry |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider a case of IR-receive.
The output is of the form:
If we want to send this to a logging server, we can use an mqtt broker.
Or we have to use rules snippets to concatenate the string, something like:
Instead, it would be easier if we could use
Of course, MQTT server is an option, but it is an overhead if your use case is limited.
(I tried searching if this suggestion is already covered, but did not find any.)
Beta Was this translation helpful? Give feedback.
All reactions