Results 153 comments of jabdoa2

To follow up on this: It seems "manualfocus" is missing here as well: https://github.com/gphoto/libgphoto2/blob/master/camlibs/ptp2/cameras/sony-rx100m7.txt. Is there some workaround to enable it anyway? Where would I have to patch libgphoto2 to...

Another thing I noticed (not sure if this is related): ``` WARNING: gphoto2: (_get_config [config.c:11188]) Type of property 'Manual-Focus' expected: 0x0004 got: 0x0003 WARNING: gphoto2: (_get_config [config.c:11188]) Type of property...

Thanks! I will give that a try.

I investigated some more and it turns out that all `PrEnergySumHc` value are at the wrong offset. This is the correct config: ``` r;wi,,PrEnergySumHc1,PrEnergySumCH1_DK,,,,"F500",,,ULG,,,Wartungsdaten r;wi,,PrEnergyCountHc1,PrEnergyCountCH1_DK,,,,"F600",,,ULG,,,Wartungsdaten r;wi,,PrEnergySumHc2,PrEnergySumCH2_DK,,,,"F700",,,ULG,,,Wartungsdaten r;wi,,PrEnergyCountHc2,PrEnergyCountCH2_DK,,,,"F800",,,ULG,,,Wartungsdaten r;wi,,PrEnergySumHc3,PrEnergySumCH3_DK,,,,"F900",,,ULG,,,Wartungsdaten r;wi,,PrEnergyCountHc3,PrEnergyCountCH3_DK,,,,"FA00",,,ULG,,,Wartungsdaten ```...

I can actually confirm that this is still the case. It seems to contain redundant logs. I will have a look at the logger setup.

Looks good to me. Can you create a PR against this or my repo? That would allow us to merge it later.

@Odianosen25 just use the older syntax (yield from and asyncio.coroutine) like the other functions

I ran into something similar on my DSL router running 21.02.3 as well. After a reconnect I loose IPV6 for my clients and see the same error. So the issue...