Matt White
e3bcfb5ea0
mqtt: add option to publish states to individual mqtt topics
...
This change allows the user to choose the strategy for publishing
klipper states to MQTT. The original strategy where all state
updates are published to a common topic is still the default, but
can be turned off using the "publish_combined_status" config option.
The newly added strategy is publishing individual state updates to
separate mqtt topics. It is disabled by default, and can be enabled
with the "publish_split_status" config option.
Signed-off-by: Matt White <m.w.white@gmail.com>
2022-12-30 06:13:25 -05:00
Eric Callahan
358aee956b
docs: clarify power on start usage
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-12-27 10:37:10 -05:00
Eric Callahan
1999b82a86
docs: update power documentation
...
Note how to override SDCARD_PRINT_FILE to power on
a device before a print starts.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-12-26 08:29:24 -05:00
Eric Callahan
3d3911d4fd
docs: document the "force" power option
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-12-24 06:37:18 -05:00
Eric Callahan
362bc1a3d3
machine: fix typos and clarify supervisord docs
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-11-18 10:42:44 -05:00
mirokymac
48f3bb2189
machine.py: add support for supervisord service management
...
Signed-off-by: mirokymac <toufubomb@gmail.com>
2022-11-18 10:37:33 -05:00
Eric Callahan
ddf3325dae
docs: document list roots
...
Update documentation to note that the uds now supports
templates.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-11-06 11:48:00 -05:00
pataar
6f43940270
docs: improve notifier reference when using the action
...
This was unclear for users.
Signed-off-by: Pieter Willekens <me@pataar.nl
2022-11-04 16:20:37 -04:00
Nick Douma
6afa664ac9
ldap: Add option to use a customer LDAP query for looking up the user logging in
...
This allows for more advanced integration of LDAP databases that are not
covered by the default behaviour of is_active_directory.
Signed-off-by: Nick Douma <n.douma@nekoconeko.nl>
2022-10-21 19:24:35 -04:00
Jim C K Flaten
25adba0bf6
docs: Correct `minimum_event_time` example
...
The internal variable is called `min_`, but the config option is called `miniumum_`.
2022-10-21 10:23:29 -04:00
Eric Callahan
2603cc2e8f
docs: update deprecations
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-10-14 15:15:41 -04:00
Eric Callahan
59471a7959
docs: update machine documentation
...
Add documentation for the new validation options, and document
changes to the sudo APIs.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-10-14 15:15:41 -04:00
Eric Callahan
dd7e480cdd
docs: update documentation reflected new folder structure
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-10-14 15:15:41 -04:00
Eric Callahan
edaeb17f38
docs: update simplyprint documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-10-12 11:14:12 -04:00
pataar
21bb17743f
notify: add ability to notify using a remote action
...
Signed-off-by: Pieter Willekens <me@pataar.nl>
2022-09-21 05:36:55 -04:00
Eric Callahan
e3cafb58bc
docs: update "machine" component documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-08-21 07:16:15 -04:00
Eric Callahan
49b3f78f20
docs: note how to bind to all interfaces
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-08-19 12:24:10 -04:00
Eric Callahan
ea29788ab1
docs: add simplyprint documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-07-28 10:57:25 -04:00
Eric Callahan
5d4db16fd6
docs: update configuration documention
...
Note support for inline comments and the current behavior
for include directives.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-07-27 07:41:07 -04:00
Eric Callahan
d713076947
docs: add webcam documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-07-24 12:05:54 -04:00
lie_ink
4d803ec9e5
power: add support for hue devices
...
Signed-off-by: Oliver Tetz <olli.codes.some.lines@gmail.com>
2022-07-17 06:26:26 -04:00
Eric Callahan
a492ae983c
docs: add ldap documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-06-10 11:19:53 -04:00
Eric Callahan
5081321a32
Revert "authorization: add LDAP support"
...
This reverts commit a86cbc77f6
.
2022-06-08 06:23:19 -04:00
Luca Schöneberg
a86cbc77f6
authorization: add LDAP support
...
Signed-off-by: Luca Schöneberg luca-schoeneberg@outlook.com
2022-06-07 06:46:08 -04:00
Richard Mitchell
56097a35ad
wled: Add extra control for wled effects
...
For the "Percent" preset the intensity controls the amount of the bar lit up 0-100
Work around issue when preset is re-enabled if sending intensity or speed while no preset is active
Removed control endpoint
Added missed toggle endpoint
Transition time to 0 for control changes
Signed-off-by: Richard Mitchell <richardjm+moonraker@gmail.com>
2022-05-09 06:32:14 -04:00
Eric Callahan
fcfa563d02
docs: fix minor typo
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-04 05:28:20 -04:00
Eric Callahan
59f2736bb6
docs: clarify location of moonraker.conf
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-05-04 05:25:40 -04:00
David Smith
2f09b74dc1
docs: correct flip_v for webcam vertical flip
...
Signed-off-by: David Smith <davidosmith@gmail.com>
2022-05-03 06:32:53 -04:00
Eric Callahan
985760c584
docs: add clarification to option deprecations
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-20 07:08:29 -04:00
Eric Callahan
47c6245c3f
docs: spelling fixes
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-10 14:17:27 -04:00
Eric Callahan
0f70037ffc
docs: update documentation for config changes
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-06 08:41:19 -04:00
Eric Callahan
58228ec161
docs: bring up the update_manager documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-04-04 11:46:24 -04:00
Eric Callahan
ac8c44095a
docs: add announcement documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-03-24 12:08:24 -04:00
pataar
a700725681
docs: fix an incorrection in the notifier example
...
Signed-off-by: Pieter Willekens <me@pataar.nl>
2022-03-08 10:45:25 -05:00
vertigo235
26d6ca009a
notifier: Add paused and resumed events to notifier
...
So we can tell when our printers need our attention.
Signed-off-by: Josh Jones (vertigo235) <jbjonesclt@gmail.com>
2022-03-02 16:48:06 -05:00
pataar
9d49659884
notifier: add support for 'attach' property
...
Signed-off-by: Pieter Willekens <me@pataar.nl>
2022-03-01 11:13:32 -05:00
Gregor Majcen
553f8862b5
notifier: typo at `job_state:completed`
...
Signed-off-by: Gregor Majcen <majcn.m@gmail.com>
2022-03-01 08:56:47 -05:00
Eric Callahan
f93fed62ae
docs: update power documentation
...
If the "restart_klipper_when_powered" option is set Moonraker will
always abort if Klippy's current state is "ready".
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-27 08:39:28 -05:00
Eric Callahan
0d93cf2c39
docs: respect OctoPrint's case
...
Make sure that all references capitalize the "P" in OctoPrint.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-26 10:48:53 -05:00
Eric Callahan
65e76aeec8
docs: document remote methods registered by machine
...
The "reboot_machine" and "shutdown_machine" remote methods may
be called from a Klipper gcode macro to accomplish their respective
tasks.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-26 10:48:52 -05:00
Eric Callahan
ab09364a98
docs: provide additional context for the secrets module
...
Advise users to use unique credentials, and warn them that unattended
clients can be configured to steal credentials.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-26 10:48:51 -05:00
Eric Callahan
2bc43ec3df
docs: warn users about overlapping folders
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-26 10:48:51 -05:00
Eric Callahan
ed20223614
docs: update database config documentation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-25 14:05:26 -05:00
Eric Callahan
0a2c1904c0
docs: fix typo in [secrets] json example
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-24 17:05:09 -05:00
pataar
71de8def8e
notifier: create the new notifier module
...
This component will be a bridge between moonraker and https://github.com/caronc/apprise . This way users can easily add all kind of notification services to their printer.
Signed-off-by: Pieter Willekens <me@pataar.nl>
2022-02-23 17:05:55 -05:00
Eric Callahan
8ff54e2372
docs: update documenation for "power on queued" changes
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-23 09:13:54 -05:00
Simon Germain
11f4ae75cc
octoprint_compat: add webcam settings
...
Signed-off-by: Simon Germain <sgermain06@gmail.com>
2022-02-17 10:46:05 -05:00
Eric Callahan
0e27a949af
docs: update power documentation for "smartthings" devices
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-14 06:26:34 -05:00
Mitch Gallman
0dc05eac76
docs: add smartthings power documentation
...
docs: add smartthings power documentation
Signed-off-by: Mitch Gallman <mitchell.gallman@gmail.com>
2022-02-14 06:12:52 -05:00
Eric Callahan
9be93ff445
docs: add "info_tags" to update manager status
...
This also fixes some stale documentation.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-02-13 11:32:32 -05:00