ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
249 stars 36 forks source link

CometVisu Bridge Adapter #86

Open JackWolfskin42 opened 6 years ago

JackWolfskin42 commented 6 years ago

This might be a beautiful and powerful alternative to SmartVisu and Vis for more classic and professional UIs...

Apollon77 commented 6 years ago

https://github.com/CometVisu/CometVisu/issues/707

joltcoke commented 11 months ago

I'm currently working on this. Diagram support needs a bit more work on CometVisu end. I need some advice how to best possible integrate this in ioBroker. Current CV backend implementation needs a web service to serve the files and an ioBroker WebSocket for the backend connection.

Ideally I'd like to create a ioBroker adapter which is containing the latest CV release files, providing the web server and web socket port. So the user of the Visu just has to install this CV adapter and everything else is magically configured under the hood.

Of course I don't want to reinvent the wheel here. Wherever possible I'd like to reuse the existing iobroker Web and WS implementation. Is there any advice how to best achieve this? Maybe even a comparable adapter I can use as inspiration?

@Apollon77 / @GermanBluefox happy to hear your opinion on this!

Thanks!

PS: If anyone is willing to test this, drop me a note so I can help to get you started!

mcm1957 commented 11 months ago

@joltcoke

I would recomment to join our telegram cannels (german and english. You might get better / faster / more feedback there. You find the invote links at https://www.iobroker.dev. Discord is available too if you prefer.

Only few developers will read this issue here. So feedback here might be minimlistic.

Note: I did not see any repository at you github account.

joltcoke commented 11 months ago

Thanks for your feedback!

The current draft PR is here: https://github.com/CometVisu/CometVisu/pull/1379

My dev fork is here: https://github.com/joltcoke/CometVisu/tree/iobroker