EmAnzi3

Results 24 comments of EmAnzi3

> Don't do `float(0)` but `float`, I think that should fix your issue. With `float(0)` you specify that invalid numbers should be cast to 0, so if for some reason...

@skenhall, I had a similar problem at the beginning because I had `slave: 1` at the beginning but in my configuration I had to set it on `slave: 2`. Give...

@Emilv2, BTW I got fixed the zeros issue, this is how: ``` grid_exporterd_energy: friendly_name: "Grid Exported Energy" unit_of_measurement: 'kWh' value_template: > {% if state_attr('sensor.sun2000_8ktl_m1','grid_exported_energy') | float(0) > 0 %} {{...

> I'm thinking we perhaps something different in inverter settings? Not much to set there, but the Dongle parameter `Start address for automatic address allocation` that can be set via...

> @EmAnzi3 Do you want to read one inverter from slave 1 and the other from slave 2, or do you want to read from different slaves on one inverter?...

> Does this not work, or am I misunderstanding you? > > ``` > sensor: > - platform: huawei_solar > host: '192.168.0.123' > battery: true > slave: 1 > -...

> (And I have been investigating this a bit, I have had two mails sent during November to Huawei support staff, but there was not even an answer back on...

Hello guys abd Merry Christmas. Any development about this issue?

> I think that shouldn't be too complicated. Are you saying your can also read out optimizer data this way? Hi, as explained in my previous posts, having 2 inverters...

> Ok, I see now what you meant. I'm thinking about how to specify which register value should be used with which slave without making the configuration overly long, any...