torbennehmer / hacs-e3dc

Homeassistant E3DC Integration
GNU Affero General Public License v3.0
53 stars 8 forks source link

Add support for multiple E3DC units #131

Closed thijsdewitt closed 2 months ago

thijsdewitt commented 3 months ago

Fix data fetching when you have multiple e3dc units configured

Fixes #123

torbennehmer commented 3 months ago

I think the problem is something else, the data store is static, not instance-specific. Let me check this these days, I'll get back to you as soon as I can. The statics need to move to instance variables, that should solve that part.

thijsdewitt commented 3 months ago

Looks like you're right. Changing it to instance variables fixes the problem for me.

torbennehmer commented 2 months ago

@thijsdewitt Thanks very much for fixing and testing this!

torbennehmer commented 2 months ago

@thijsdewitt Release https://github.com/torbennehmer/hacs-e3dc/releases/tag/v3.7.0-beta.1 includes your change, could you please validate this from your end?

thijsdewitt commented 2 months ago

Just installed the beta. Will report back tomorrow when I have solar production data

thijsdewitt commented 2 months ago

Everything looks to be working properly