goberhammer

Results 14 comments of goberhammer

I've an M531 and the battery information is wrong even in the official WeHere app, it's always at 100%.

I can also confirm this: when the sun goes down my inverter shuts off my HA instance becomes almost unusable, taking forever to connect to and to respond. Disabling the...

Thanks @codyc1515 for this precise information. I've started looking into it, but it's more complex than I expected. I'm familiar with PyModbus, but the code uses the class ModbusClientDeviceTCP from...

Hi @alexdelprete , I see you've developed your custom integration for ABB/Sunspec. I would like to try to switch from ha-sunspec to yours, but I've two questions: 1. is the...

>If you want to simply take a look: just disable ha-sunspec, install mine, and check sensors, etc. Thanks a lot, will do.

For anyone still struggling with this bug, I've tested the custom integration made by @alexdelprete ( https://github.com/alexdelprete/ha-abb-powerone-pvi-sunspec ) and I can confirm that it woks perfectly with my ABB/Fimer inverter...

The problem described in the original bug: some inverters, like mine, are directly powered by the array, so when the sun goes down the inverter shuts off. The original ha-sunspec...

First of all... thanks a lot for taking the time to write this :-) As far as I can tell, `ha-sunspec` does not use `pymodbus` but a custom module called...

So I gave it a try and tried to somewhat merge the external definition suggested in a previous comment https://github.com/Koenkk/zigbee2mqtt/issues/23260#issue-2390785832 with this PR https://github.com/Koenkk/zigbee-herdsman-converters/pull/7710/files Note that is my first ever...

@rare-magma thanks for pointing me to the PR. I've quickly updated my external definition from that, here it is: ``` import fz from '../converters/fromZigbee'; import * as exposes from '../lib/exposes';...