Skip to content
/ rrf-go Public

RepRapFirmware API with Home Assistant MQTT discovery

License

Notifications You must be signed in to change notification settings

beanz/rrf-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rrf-go

RepRapFirmware API with Home Assistant MQTT discovery

Running home assistant integration

$ docker run mhindess/rrf2mqtt:latest ha -p <duet-password> \
      --broker tcp://<mqtt-broker-ip>:1883 \
      <hostname-of-printer/cnc>

Running the mock printer for testing

$ docker run -p 8888:8888 mhindess/rrf2mqtt:latest \
      mock --bind 0.0.0.0:8888 &
$ docker run mhindess/rrf2mqtt:latest ha -p reprap \
      --broker tcp://<mqtt-broker-ip>:1883 \
      <host-ip>:8888

Help for commands and options

$ docker run mhindess/rrf2mqtt:latest --help
$ docker run mhindess/rrf2mqtt:latest ha --help
$ docker run mhindess/rrf2mqtt:latest mock --help

About

RepRapFirmware API with Home Assistant MQTT discovery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published