Releases: giloser/OctoPrint-Telegram
Version 1.6.92
Change the way we take image . We now ask the designed plugin to get us the info of the camera and also to take the picture for us in the case of snapshot.
In this specific version the creation of gif should also work with the new camera stack but in the gif case we still ask the designed plugin for the URL of the stream and then call ffmpg to create the video.
Version 1.6.91
update number version
Version 1.6.9
try to fix the image problem and work better with new camera stack
Version 1.6.3
add function to send gcode from telegram /gcode_XXX where XXX is the gcode command (will not check or send text in return)
add {currentLayer}, {totalLayer} - the current and total layers number (need the plugin DisplayLayerProgress)
add function to Turns on and off the Printer power.
Requires the PSU Control plugin or the tasmota_mqtt or tplinksmartplug or TuyaSmartplug (this one still need to accept the push request)
add possibility to call gcode or system command before and after taking image.
add notification wait for user directly on the telegram plugin without need of a other plugin
add notification on M600 gcode
add notification on Error
add send of thumbnail on start printing (send by prusa slicer or cura when ufp) need external plugin
change the way we upload file to avoid problem with prepossessed hook
TestCameraDown
Correct the problem that not receiving any message if camera is down.
TestCameraDown
Test if this fix the notification problem when camera is down