nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
245 stars 64 forks source link

Creality K1 max support vi guilouz installer script #322

Open balthus opened 1 month ago

balthus commented 1 month ago

What would you like to see added?

Hello, I wonder why such wonderful telegram bot is not available for Creality K1 running Klipper. I recently acquired a K1 max and wanted to install this plug-in. Unfortunately, it doesn't seem straightforward. Bash is not existent, systemctl is a mocked script... I just wonder if it would be possible to port this plug-in to guilouz installer script (https://guilouz.github.io/Creality-Helper-Script-Wiki/helper-script/helper-script-installation/)

Do you know if someone tried to port this to rooted creality K1 running Klipper? Are you aware of some issue to try to port/run your code on a rooted K1 with Klipper?

There is a similar telegram plugin but it seems to comes with octoprint which is a third party cloud app... I don't want to rely/depend on external service, so running a telegram bot directly on the printer is a must.

I used an ender3 with octopi and telegram addon, so I really wish to find a similar functionality with the K1.

Thanks for any help/hint/advices

nlef commented 2 weeks ago

Hello, The main problem is cross-compilation of venv for the bot, because on the creative k1 there is a motherboard with the architecture mips32p2, for which there are no assembled packages. If someone helps with the implementation of the C job for assembling venv, I will gladly add this feature)