BTT Knomi with Repetier Server?
Has someone tried the BTT Knomi with Repetier-Server?
It should work out of the box with moonraker / mainsail.
I was able to test it, could get a wifi connection but it always said that the printer is unoperational even if the printer works flawless from the RS GUI.
If I understand right, moonraker enables access to the underlying klipper data of my printer. Knomi looks for these data and displays them.
Therefore I have to provide the klipper IP address, the klipper port (80 unter moonraker) and the klipper tool ID of the extruder.
But what are these data on Repetier server? The standard port 3344 did not work. IMHO moonraker uses nginx for that, but what RS does?
Comments
In a later stage we plan also connection via Moonraker from other devices to solve the issue easier.
https://moonraker.readthedocs.io/en/latest/installation/#installing-moonraker
but in moonraker.conf you set socket to
klippy_uds_address: /var/lib/klipper/sockets/Sidewinder_X1_Klipper.api
here Sidewinder_X1_Klipper was the prionter slug name to reference it. It will tell you it can not access the configs correctly (because server has them at different place and you edit them in server) but it works quite simple.
sudo chown -r repetierserver /home/pi/moonraker-env
and eventually also home dir readable for anyone
sudo chmod a+rx /home/pi
then try restarting service.
Get Printer status
HTTP request:
Returns:
An object containing OctoPrint Printer status
[octoprint_compat]
to enable the octoprint api and your call will work. Was the same on my system.