Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Node client-side PHAL Plugins #2

Open
NeonDaniel opened this issue Jan 26, 2024 · 0 comments
Open

[FEAT] Node client-side PHAL Plugins #2

NeonDaniel opened this issue Jan 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NeonDaniel
Copy link
Member

Objective

Define a module for loading PHAL plugins for node-specific hardware support. Messaging from core modules will also need to be forwarded to the local plugins for proper handling.

Initial Implementation Requirements

  • Define a method for loading configured plugins
  • Ensure local plugins function as expected (i.e. LED and System plugins could be used to start)
  • Define message forwarding from core to clients (likely requires a WS connection and not just HTTP)

Other Considerations

  • To keep things light, it may be worth writing very specific plugins for nodes rather than loading multiple generic plugins
  • The FakeBus instance used by the voice_loop should be shared with the PHAL service
  • This can probably implement neon-enclosure directly
  • Full support will require a Websocket connection to HANA and more events supported in the MQ/Messagebus connector
@NeonDaniel NeonDaniel added the enhancement New feature or request label Jan 26, 2024
@NeonDaniel NeonDaniel changed the title [FEAT] PHAL Plugins [FEAT] Node client-side PHAL Plugins Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant