Hi,
I have a requirement to fetch state changes from multiple home assistant instances available in different homes and store the status. First, i tried server sent events, this works fine but i find the parent_id and user id are null to identify the home assistant. Also, there is mqtt eventstream which i haven’t tried but i guess it works same way as sse. So, my question is, can someone help me out by telling on how i can do this i.e fetching streams from different HA and identifying the message ? what is the difference between sse and mqtt? thank you