cmroche / OctoPrint-HomeAssistant

Home Assistant plugin for OctoPrint, enabling MQTT discovery of you device and sensors
110 stars 18 forks source link

Only seeing SOC temp and PSU Control #73

Closed ripvega closed 2 years ago

ripvega commented 3 years ago

I have 2 RPi4s running Octoprint and 2 printers. For both, in HA, I'm only seeing SOC temp and PSU control status.

What do I need to change?

bepstein111 commented 2 years ago

same here. have followed all instructions in README, still only seeing SOC @ 32 F, nothing else.

cmroche commented 2 years ago

@ripvega @bepstein111 Just to be clear here, you are saying that you don't see a temperature for the Tool or the Bed? Is that still the case? IIRC, there was another plugin OctoEverywhere I think that was reported to have broken this at one point, can you confirm is you are using this extension please.

bepstein111 commented 2 years ago

Neither. Here's what I get (I have disabled the only entity, that wasn't done automatically) 2021-11-06 12_02_07-Configuration - Home Assistant

And no, I do not use the OctoEverywhere plugin, although I do have ZeroTier set up if you think that affects things at all?

cmroche commented 2 years ago

Couple things here to try:

1) Click MQTT Info, what are the sensors/topics that it lists? 2) Delete the device, then restart the printer, it should re-add the device.. do the sensors come back? 3) If all else fails, enable debug logging in HA & Octoprint and paste them as it may give us some hints to the cause.

Thanks