jdanders

Results 17 comments of jdanders

Hi @kjkent, to provide more context, the full diagnosis was done here on discourse: https://klipper.discourse.group/t/how-do-i-figure-out-why-mcu-was-disconnected/2634 The final conclusion was that the MCU overheated. I don't know MCU code well enough...

@KevinOConnor do you see PR #5491 as a solution to this thermal runaway case? This was fixed by making sure the MCU cooling fan is always on, so I assume...

It's to use the triplet and manage the orientation of the holes (and ideally, the other cuboid parameters like rounding). The rightmost shape in my example is the shape you...

Agreed on arbitrary shapes, that would be too broad. Prismoids, wedges, and octahedrons would be the other shapes from the library that could be practical. I would imagine a sphere...

I'm going to need some help, or else I'll just hijack `DRY` mode. Here's what I have working right now: ```yaml climate: - platform: econet ... mode_datapoint: STATMODE modes: 0:...

And you leave the `modes` as is? That results in some weirdness like this where it's in Cool Mode and EHeat at the same time: ![Image](https://github.com/user-attachments/assets/522f6188-4ee6-4b19-9ee8-1ab3219cf00d) The same sequence (Cool...

Yes, thermostat is fine, it's just HA that shows weird state. Personally I use EHeat mode every day to avoid peak-time power charges, so I need it automated in HA....

I was focused on the `attr_name` which is what I saw change, but you're right the `attr_unique_id` is also changed which is what really breaks everything since it's a new...

Example sensor after filtering is applied: ![Image](https://github.com/user-attachments/assets/9d93a40e-db1a-4b61-a3d7-9d3147dff20d)

Agreed that not all of these sensors should be averaged. Also agreed that there seem to be some other issues here than just high update rate that should be fixed....