DanJunior78
Working on the telegram bot for the Repetier-Server
About
- Username
- DanJunior78
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
Found finally the problem. There seems to be an issue, i believe somewhere in programming design specs, between Marlin and Repetier Server. I´ve specified in Marlin a Tx buffer of 128 bytes. In RS there was a buffer suggested setting of 127 bytes, w…
-
Yes, I am on 1.0.1. and this 1769 chip is indeed a direct serial connection. Sometimes it's even getting little bit crazy and refusing some attempts to connect. But somehow now it's also running on 115k in RS and 250k on the chipset. I did modify so…
-
Yes, Printer Configuration->Connection->USB Reconnect on Timeout is set to "conservative", whatever this means, lol. Good, i´ll try a few things. The printers will be offline for a few days and i will play around with these settings, before re…
-
Yes, it was remaining green. I was switching on and off the printer several times (i mean the power supply). It was staying green. No reaction. Same like i saw on my other printer, when it started to freeze after a few days (from the other Discussi…
-
I´ve placed the files on my Dropbox: https://www.dropbox.com/sh/8a618hchakwc7yn/AACHA8e9sAFSl9wd3VhxLYDGa?dl=0
-
I´ve checked the card on the PC, via fsck and via badblocks. All seems to be in good shape. sudo badblocks -sv /dev/mmcblk0p1 -o mmcblk0p1.logChecking blocks 0 to 94207Checking for bad blocks (read-only test): done …
-
And another information: swap file size was already at 0. I was checking it to modify as you recommended.
-
Temperature was fine...the Pi is properly cooled with a fan and a big heat sink.
-
i am not sure, why i don´t see the added files
-
-
Hello, after finishing the print i´ve seen that my repetier server is hanging somewhere. Even both printers are not responsive. On the webpage the one printer is showing it´s on but it switched of at the possible crash time. Please find attached the…
-
Ok, my fault,yes, it was from the server log. But the first I've copied from the console (manually). Next time I'll check this Logfile.
-
Good morning. This was a log file from the RPi server. There is a possibility to add ack and commands to the Logfile? Yes, it's a RPi but with a 3A power supply.The power supply via USB is off, because I removed the pin1 of the USB cable (older bo…
-
But i was wondering it blocks completely the port. It´s dead and not waking up again. Even it gets crazy and won´t reboot. I needed to disconnect the power supply
-
2020-12-02 14:03:18: error: Reading serial conection failed: End of file. Closing connection.2020-12-02 14:03:18: Port closed for Anycubic i3 Mega S2020-12-02 14:03:18: Connection closed: Anycubic i3 Mega S2020-12-02 14:03:33: Connection started: An…
-
Yes, that's what I mean... it's like connecting, disconnecting and connecting again. I'll anyway change the board soon. But thanks, I'll check it out and give a feedback.
-
then it is getting to the point of my last Discussion: https://forum.repetier.com/discussion/8273/raspberry-pi-4-long-term-issue#latest it´s not rebooting and i have to power off the RPi. And sorry, i forget to check the values. which i promise che…
-
@Hunter über Telegram: https://t.me/Repetier_Server_Telegram
-
Ok, thanks. I´ve freshly rebooted today as prevention. Will come back here, when i´ve the feeling that it might be interesting. Parallel i would give it a chance to disable swap file.
-
Es ist noch in den Kinderschuhen, aber schau es Dir einfach mal an.... https://github.com/DanJunior78/Repetier-Server-Telegram-Bot
-
Ok, many thanks for your help...
-
It still failed...but i think we get closer. Could it be, that it will be only send through the same websocket? Because i´ve one thread opening and closing the websocket to get single requests, like you see the output below...but i´ve another threa…
-
Yes, my program is checking for multiple informations in the data{}. This l have found out when I didn't get the jobstarted action, which usually comes with 3 to 5 others in one dataset. So I do loop through each data array. I even only print to the…
-
That means I'll get only on my send G1s a event back? I thought it's to get a printed file G1s which I get back. Or I'm wrong. Both printers have been printing during the test.
-
Ok, thanks, i was trying to get it then even for 2...i know stateList would be another possibility...but even for one i didn´t get anything.
-
Hello, i need some support for the latest version 0.94.3. i´ve 2 printers and I am sending the activePrinter ( action:"activePrinter", printer:"slug") ) and next the sendMoves (action: "sendMoves" ) for both but nothing happens. Is there something w…
-
sorry...smilies should be this one
-
Hello, thanks a lot for your really quick answer (i am always impressed for you guys, like supporting 24/7 ) ). Yes, i found out that somehow the data: .... is not a fixed thing, somehow hard to program via debbuging ), but nevertheless, i am not a …
-
ok, thanks for your support. I´m going with the Web API. I have already some part of my bot running, like states of all printers and the extcommand part. Have a nice sunday...
-
and some of the events are not documented...but the server sends them...