Fabio72

Results 5 comments of Fabio72

Hi, I'm using a Pi0 with an AXPERT VMIII Everything is working fine, except changing max grid charge current. If I send commands like MUCHGC030 nothing happens. Rarely I can...

Using mpp-solar command I can change the parameter without problems $ mpp-solar -p /dev/hidraw0 -c MUCHGC002 Command: MUCHGC002 - Set Utility Max Charging Current ------------------------------------------------------------ Parameter Value Unit muchgc ACK

Hi, thanks for the wonderful integration: I used to have a Powerlink, but this is way more useful. In the pastebin there is the debug log of an alarm activation...

Hi, On Powerlink the wireless siren was simply shown as Wireless Siren. When the battery was low, a warning was shown. Maybe the low battery status frame is only used...

Pillow has been updated and does not support antialias any more. Workaround is to patch custom_components/amazon_rekognition/image_processing.py line #363 old `self._image.thumbnail(newsize, Image.ANTIALIAS)` new `self._image.thumbnail(newsize, Image.Resampling.LANCZOS)`