Skip to content

runningtoy/Filament-Scale-Enhanced-mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

OctoPrint Filament Scale Enhanced MQTT

This plugin shows the FilamentWeight of an mqtt connected scale. Spool weight settings are in settings. Tare can requested via ui

##HW use PCB of jousis9 [https://github.com/jousis9/ESPresso-Scale]

##Firmware see firmaware folder

Configuration

in filament_scale_enhanced\_init_.py adapate the line self._mqtt.connect_async("192.168.XXX.XXX", port=1883, keepalive=60) to your mqtt broker

Topics

Base MQTT Topic filament/scale/

input (subscribed topics)

send weight to plugin : MQTT Topic filament/scale/weight payload weight from scale

output (published topics)

get filament weight : MQTT Topic filament/scale/filamentweight
request tare of scale : MQTT Topic filament/scale/tare
request calibration of scale : MQTT Topic filament/scale/filamentweight payload calibration weight

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.5%
  • Python 16.9%
  • C 9.3%
  • JavaScript 4.3%
  • Jinja 2.5%
  • CSS 0.4%
  • Less 0.1%