Prusalink-Homeassistant
Hallo ist es möglich in Homeassistant über Prusalink der Stromverbrauch des Druckers zu messen?
RE: Prusalink-Homeassistant
You need a smart power plug with power measuring in between the wall socket and the power adapter used by the printer.
Then the smart plug must be registered in the HomeAssistant.
See my GitHub and printables.com for some 3d stuff that you may like.
RE: Prusalink-Homeassistant
Hi, ja mit eine intelligenten steckdose ist es mit Sicherheit möglich, aber ich wollte es direkt vom Drucker bekommen ohne Adapter. Es wird ja viele zu Sicherheit gemessen dann kann bestimmt auch der verbrauch messen bzw auslesen.
RE: Prusalink-Homeassistant
It is not available directly, there are some internal metics such as voltage and current and you would have to combine them, see https://github.com/nvtkaszpir/3d-print/blob/main/prusa3d-metrics-list
Some mettics can be exported to syslog server only, so that is not the same as sending them to HomeAssistant via integration, so you would need a syslog to HomeAssistant exporter.
See my GitHub and printables.com for some 3d stuff that you may like.