Seth

Results 124 comments of Seth

Okay sorry for the confusion on my end. Updated my fork now that I understand a little more about HA integrations. I don't think a human readable sensor needs any...

Okay I see where I was going wrong... I had added status_text in my local version that I never uploaded to my fork on github. I also added the if/else...

My fault for being stupid. sorry everyone.

So now after making sure what I have in my fork matches what I have running in my real HA install, this the result: I quickly added the status_vendor_text suggestion...

Yes, I'm familiar with the spec doc, but some of those descriptions are just too long (my opinion) and don't show up nicely in my dashboard. So I changed them...

The document says that column is titled "description". In English "description" just means a representation, like an explanation to clarify what something means. I would say the official wording is...

I would suggest this then if official wording is preferred: ``` DEVICE_STATUSES = { 1: "I_STATUS_OFF", 2: "I_STATUS_SLEEPING", 3: "I_STATUS_STARTING", 4: "I_STATUS_MPPT", 5: "I_STATUS_THROTTLED", 6: "I_STATUS_SHUTTING_DOWN", 7: "I_STATUS_FAULT", 8: "I_STATUS_STANDBY",...

In a multi-inverter setup you can have all of: sensor.solaredge_i1_ac_power sensor.solaredge_i2_ac_power ... sensor.solaredge_m1_ac_power If you have multiple inverters, you will want sensor.solaredge_i1_ac_power + sensor.solaredge_i2_ac_power (etc. for however many inverters you...

Does HA actually allow for holding the socket open between polling cycles? I don't really know the internals of how HA add ons work. From my experience with libmodbus in...

Wireshark would confirm if it's never intentionally closing the connection if someone has time to try that.