Feeds and group name/structure confusion
Posted: Sat Mar 18, 2023 5:55 pm
Hello,
This may be a silly question, but I can't seem to get this going correctly.
I have an ESP32 device manually publishing to the following, which works great:
myusername/feeds/temperature_f
But there are multiple of these devices and what I ultimately want is the following:
myusername/feeds/clock/neonixie/1234/temperature_f
I can publish to a different MQTT server and all is well, but IO does not seem to like the nested names. I tried creating a "clock/neonixie/1234/" group and later a "clock/neonixie/1234/temperature_f" feed, and many variations of similar... but I could not get it to work. I'm likely not doing something correctly. Maybe I have to nest multiple groups? Like create a "clock" then a "neonixie" then a "1234" ? or ?
I guess the "groups" and "feeds" are a bit foreign to me. Can someone explain in simple terms what I would need to get IO to property store... "myusername/feeds/clock/neonixie/1234/temperature_f" ?
Thank you!
Regards,
-Moses
This may be a silly question, but I can't seem to get this going correctly.
I have an ESP32 device manually publishing to the following, which works great:
myusername/feeds/temperature_f
But there are multiple of these devices and what I ultimately want is the following:
myusername/feeds/clock/neonixie/1234/temperature_f
I can publish to a different MQTT server and all is well, but IO does not seem to like the nested names. I tried creating a "clock/neonixie/1234/" group and later a "clock/neonixie/1234/temperature_f" feed, and many variations of similar... but I could not get it to work. I'm likely not doing something correctly. Maybe I have to nest multiple groups? Like create a "clock" then a "neonixie" then a "1234" ? or ?
I guess the "groups" and "feeds" are a bit foreign to me. Can someone explain in simple terms what I would need to get IO to property store... "myusername/feeds/clock/neonixie/1234/temperature_f" ?
Thank you!
Regards,
-Moses