Tasmota #212
stefan63
started this conversation in
Feature Requests
Tasmota
#212
Replies: 1 comment 1 reply
-
thanks. Do you use the printer.cfg for Tasmota? The type of device. Can be either gpio, rf, tplink_smartplug, tasmotashelly, homeseer, homeassistant, loxonev1, or mqtt.This parameter must be provided.off_when_shutdown: True |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For Tasmota change to device="tasmota_plug" at least it workt for me. /Stefan
REF:
printer.cfg
[gcode_macro POWER_OFF_PRINTER]
gcode:
{action_call_remote_method("set_device_power",
device="printer",
device="tasmota_plug",
state="off")}
Beta Was this translation helpful? Give feedback.
All reactions