Allow publishing events from consumers #1
OlliMartin
started this conversation in
Ideas
Replies: 1 comment
-
|
Note: For an ioBroker implementation it seems it is not possible to establish/configure a mapping between the event/notification category and which server to send it to (which makes sense). |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the acaad.consumer framework only allows pushing state (i.e. component) changes to the C# service.
The C# service could be extended to host an /events (or such) API endpoint which will "inject" custom provided events into the event bus, which subsequently can be used in the configuration as a trigger.
ioBroker, for example, has a neat integration with the notification-manager adapter, that would make it very simple to integrate with HA systems.
Beta Was this translation helpful? Give feedback.
All reactions