mitch-1211

Results 8 comments of mitch-1211

[MR_1.3.12.2.1107.5.2.50.177688.zip](https://github.com/user-attachments/files/17373478/MR_1.3.12.2.1107.5.2.50.177688.zip)

![image](https://github.com/user-attachments/assets/e1f2e930-f55a-4f9f-924a-8d4dceaf485d)

So under [metrics/image.py](https://github.com/jrkerns/pylinac/blob/master/pylinac/metrics/image.py) we see that in the definition of the `SizedDiskRegion` class, `name` is set to a constant string value: `name: str = "Disk Region"` Under [core/image.py](https://github.com/jrkerns/pylinac/blob/master/pylinac/core/image.py) in the...

There is a workaround, but it just requires more lines of code: ``` def get_bb_location(estimate_point): bb_location = img.compute( metrics=[ SizedDiskLocator.from_center_physical( expected_position_mm=estimate_point, search_window_mm=(7,7), radius_mm=3, radius_tolerance_mm=2 ) ] ) return bb_location #...

Thanks @jrkerns didn't realise you could override the metric name, that will get me out of trouble for now

Yeah I since realised it was only a calendar entity! - Yes there is a schedule configured and working on the controller - Log captured with debug and attached. Couldn't...

Managed to get the following from mitmproxy: [logs.txt](https://github.com/user-attachments/files/17690200/logs.txt) [flows.txt](https://github.com/user-attachments/files/17690202/flows.txt) Not sure it is decoding all of the data, was getting some errors re: TLS issues

Hi @jkerekes99, I am also using this add on with the SG10RS. I'm able to get the following sensors with level 3: ``` Sungrow SG10RS Active Export to Grid sensor.sungrow_sg5rs_active_export_to_grid...