Open IainPHay opened 2 months ago
I Second this request, Most specifically looking to monitor power usage statistic in HA but full control would be sweeeeet.
I Second this request, Most specifically looking to monitor power usage statistic in HA but full control would be sweeeeet.
Hi,please send a email to me, and I will send you a example to control the PWR with a same logic on panda touch. 1284513393@qq.com
It would be really useful to add MQTT control so this could easily be controlled via Homeassistant and also give homeassistant the power consumption for it's energy monitoring. Or even better it would be great if a Homeassistant integration could be developed. Homeassistant can already have bambu temperatures and progress etc in it so this would be a nice addition
Currently the post api can be used to control the power but it's a bit of a pain. Details below for anyone trying it:
It requires a restful command defining in the homeassistant configuration.yaml with something like this:
rest_command: 3dpoweron: url: "http://pandapwrip/set" method: post payload: "power=1" 3dpoweroff: url: "http://pandapwrip/set" method: post payload: "power=0"
An input_boolean toggle can then be set up and an automation created to turn on and off the printer via toggling this switch
Automations like this:
alias: Panda Pwr Off description: "" trigger:
alias: Panda Pwr On description: "" trigger: