ioBroker / Community

List and progress of community projects/initiatives
2 stars 0 forks source link

python Script-type for JavaScript Adapter #15

Open Apollon77 opened 3 years ago

Apollon77 commented 3 years ago

Status: Idea Owner: TBD Link: TBD Documentation: TBD

Description: This feature should add a way to allow to write python based javascript scripts - ideally start as own process and use inter process communication. also installing python packages should be part of it

Next steps: ...

foxriver76 commented 2 years ago

If someone wants to do that, some time ago I have created a small basis which can be used to interact with the database https://github.com/foxriver76/ioBroker.adapter-core-py

However, many pitfalls, like aliases are not yet compatible

Apollon77 commented 2 years ago

For the future and with the complexity we added to the redis protocol I would more see e.g. a websocket interface or rpc style interface or such for script or adapters as the better approach then directly redis