Pedro Lamas

Results 214 comments of Pedro Lamas

Experiencing the same issue as reported here... my config is here: https://github.com/pedrolamas/home-assistant-config/blob/master/config/lovelace/map.yaml One thing I did notice is that if I click "..." and then select "Refresh" (available only when...

For the record, I can still reproduce this issue in the latest HA 2022.5.5

The workaround didn't work for me either... @QNimbus can you (and everyone else here experiencing this problem) upvote the first post on this issue? Not sure if the frontend devs...

> Would this allow for using the temperature to control a stepper driver fan? Yes! 🙂 That was exactly my point with this, one can now have `temperature_fan` using a...

Thanks Kevin, that's fair and makes complete sense. I guess the alternative is returning `None` when the driver is disabled, but I believe Moonraker will then require changes to handle...

Following up on the last comments, I've changed the code so that: - `PrinterTemperatureDriver.temp` stores whatever the driver temperature read returns (so either a float or None) - the callback...

That's a very good point, and I honestly didn't consider that possibility... I admit I'm a bit out of ideas on how best to proceed on this PR, but @Arksine...

Hi @brotherdust, no this PR is just to expose the existing temperature read as a temperature sensor in Klipper, although it has some issues as reported above. Though out of...

@eldeeb91 this PR has not been merged, so the functionality here described is NOT available. Having said that, #6292 was indeed merged, and together with changes that were also done...

I see considerable value in this proposal, but I tend to agree with @jschuh. I don't think there is any need for real-time value changes from this in macros, so...