include device ID in POST message #120
requireiot
started this conversation in
Ideas
Replies: 1 comment
-
We have begun implementing a broad approach to this that comes in two forms:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use multiple Willow boxes, so my home automation engine needs to know which device sent a message. (I am using 2x ESP32-S3-Box-mini, with Multinet local speech recognition enabled, and the generic REST endpoint).
My current solution: in
main/main.c
, ca. line 179, change fromto
and then, before I flash each box, I change the CONFIG_LWIP_LOCAL_HOSTNAME parameter via
utils.sh config
Beta Was this translation helpful? Give feedback.
All reactions