Temperature from shell script #283

Open
opened 2020-01-21 11:23:09 +00:00 by siklosi · 1 comment
siklosi commented 2020-01-21 11:23:09 +00:00 (Migrated from github.com)

Hi,
I'm running Octoprint on a mini PC so I can't use temperatures sensor connected to gpio. On the other hand I have near printer esp8266 sending room temperature to domoticz home automation and I can hook up another sensor (and heater) to esp8266 and I can make script that would print temperature (and humidity) (in any format) that plugin could use. Is it possible to add temperature from script option to plugin?

Hi, I'm running Octoprint on a mini PC so I can't use temperatures sensor connected to gpio. On the other hand I have near printer esp8266 sending room temperature to domoticz home automation and I can hook up another sensor (and heater) to esp8266 and I can make script that would print temperature (and humidity) (in any format) that plugin could use. Is it possible to add temperature from script option to plugin?
deennoo commented 2020-04-24 20:30:34 +01:00 (Migrated from github.com)

I'm sure the best way is to create API pour dummy temp sensor.

This way is can be used for "event" / Scene / and dashboard plugin.

so @siklosi using Mqtt plugin on Octoprint + Oct0print plugin on domoticz, you can really works better than enclosure,

Octoprint/domoticz mqtt plugin give :
Print status
Hothand temp
hotbed temp
print %

Surely it can give more lement to be add and use on a lua event to drive Switch, Gpio, Relay

I'm sure the best way is to create API pour dummy temp sensor. This way is can be used for "event" / Scene / and dashboard plugin. so @siklosi using Mqtt plugin on Octoprint + Oct0print plugin on domoticz, you can really works better than enclosure, Octoprint/domoticz mqtt plugin give : Print status Hothand temp hotbed temp print % Surely it can give more lement to be add and use on a lua event to drive Switch, Gpio, Relay
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#283