modrzew / hass-flashforge-adventurer-3

Home Assistant integration providing support for the FlashForge Adventurer 3 3D printer.
20 stars 10 forks source link

Dont see temperautre #3

Closed askthomas closed 1 year ago

askthomas commented 1 year ago

I don¨t se any temperatura on printer,

flashforge

modrzew commented 1 year ago

Hey there @askthomas, it's hard to tell much from the screenshot you provided. Can you tell more about what you're trying to do, what you expect to see and what's happening?

askthomas commented 1 year ago

Hey there @askthomas, it's hard to tell much from the screenshot you provided. Can you tell more about what you're trying to do, what you expect to see and what's happening?

Hi, On you sample picture yuo show 4 temperature values, 2 actual temperture and desired temperature, I dont get thoes entitese, I only get the 3 shown in my screenshoot.

modrzew commented 1 year ago

The nozzle and bed temperatures should be available as attributes on the sensor.flashforge_adventurer_3_state sensor. Some cards can access attributes — for example the entities card, though you need to use the code editor for that. If you want to have them as separate sensors, you should be able to create a separate template sensor derived from their values. Hope that helps 🙂

askthomas commented 1 year ago

The nozzle and bed temperatures should be available as attributes on the sensor.flashforge_adventurer_3_state sensor. Some cards can access attributes — for example the entities card, though you need to use the code editor for that. If you want to have them as separate sensors, you should be able to create a separate template sensor derived from their values. Hope that helps 🙂

Aha, That I missed, yes the attributes was there. /Thanks