Dear OpenEMS community,
I need to subscribe to channels distributed across multiple Edges from a custom UI, and have three questions:
-
Why is
SubscribeEdgesChannels
(supports multiple Edges) restricted to B2B WebSockets? -
SubscribeChannels
(an edgeRpc method) works in UI WebSockets, but doesn’t support multi-Edge subscriptions. Is there a reason this limitation exists? -
Can moving
SubscribeEdgesChannelsRequest
/SubscribeEdgesChannelsNotification
tobackend.common
enable UI WebSocket support?→ If yes, could you provide guidance on the implementation steps?
Thank you in advance.