MortJC / homebridge-platform-isolarcloud

MIT License
8 stars 3 forks source link

Possible to show more info? #11

Open taimurasad opened 1 month ago

taimurasad commented 1 month ago

Hello

First of all, thank you for creating and maintaining this for us Homebridge users.

I was wondering if it’s possible for you to add more info for us to view? Like total power generated today, total power used today etc? You can use temperature, humidity and other tiles to show this info like you’re using lux for watts currently being generated. Will be useful to see this info right from Apple home app without having to open isolar app or website. Will love to hear your thoughts on this.

Many thanks again for your work!

MortJC commented 1 month ago

I'd love to provide more info but I'm limited by the service types available. See Homebridge API - LightSensor https://developers.homebridge.io/#/service/LightSensor

Both thermostat and humidity services had data type limitations. E.g. temp from -270 to 100, or humidity from 0 to 100.

On Wed, Jun 5, 2024 at 2:06 PM taimurasad @.***> wrote:

Hello

First of all, thank you for creating and maintaining this for us Homebridge users.

I was wondering if it’s possible for you to add more info for us to view? Like total power generated today, total power used today etc? You can use temperature, humidity and other tiles to show this info like you’re using lux for watts currently being generated. Will be useful to see this info right from Apple home app without having to open isolar app or website. Will love to hear your thoughts on this.

Many thanks again for your work!

— Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-isolarcloud/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TT5GIQMJ42RP5IZTHTZF2FFTAVCNFSM6AAAAABIZ35GVSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTIOBVGE3TOOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

taimurasad commented 1 month ago

Hello

Thanks for your reply. I get your point, but can you do something like put battery percentage in humidity sensor and maybe put total energy produced in a day in carbon dioxide sensor which I think has bigger numeric range? Can you please look into this possibility?

Thanks

taimurasad commented 3 weeks ago

Hello, did you take a chance to look at my above request?

Thanks

MortJC commented 3 weeks ago

Hi. Sorry I can't add these at this time.

On Tue, Jun 11, 2024 at 12:41 AM taimurasad @.***> wrote:

Hello, did you take a chance to look at my above request?

Thanks

— Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-isolarcloud/issues/11#issuecomment-2158553290, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TXPTLOJT4EHELULCKLZGW3JRAVCNFSM6AAAAABIZ35GVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJYGU2TGMRZGA . You are receiving this because you commented.Message ID: @.***>

taimurasad commented 3 weeks ago

No problem. I hope you’re able to at some point. Thank you for your work.

taimurasad commented 3 weeks ago

Hello

sorry to disturb you again but can you point me into a direction on where I may find info to get battery state info in isolarcloud api? I’m trying to code something of my own will really appreciate your help in this regard. Thanks 🙏

MortJC commented 3 weeks ago

Sorry not sure. You'll need to explore the API.

On Fri, Jun 14, 2024 at 11:46 AM taimurasad @.***> wrote:

Hello

sorry to disturb you again but can you point me into a direction on where I may find info to get battery state info in isolarcloud api? I’m trying to code something of my own will really appreciate your help in this regard. Thanks 🙏

— Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-isolarcloud/issues/11#issuecomment-2167061859, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TVFXIU4JGYF7QXWJ5DZHJDRDAVCNFSM6AAAAABIZ35GVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRXGA3DCOBVHE . You are receiving this because you commented.Message ID: @.***>

taimurasad commented 3 weeks ago

Sorry for bothering again but I am getting error while trying to set this up in Homebridge

[15/06/2024, 09:06:39] [ISolarCloud] Login error ReferenceError: Headers is not defined

My config looks like this for this plugin

{ "platform": "ISolarCloud", "name": "ISolarCloud", "server": "International", "email": "abc@live.com", "password": "xyz" },

any idea what is going on?

MortJC commented 3 weeks ago

Have you made changes to the code?

On Sat, Jun 15, 2024 at 2:13 PM taimurasad @.***> wrote:

Sorry for bothering again but I am getting error while trying to set this up in Homebridge

[15/06/2024, 09:06:39] [ISolarCloud] Login error ReferenceError: Headers is not defined

My config looks like this for this plugin

{ "platform": "ISolarCloud", "name": "ISolarCloud", "server": "International", "email": @.***", "password": "xyz" },

any idea what is going on?

— Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-isolarcloud/issues/11#issuecomment-2169115437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TQPM2EACNDGAMBHMHDZHO5N3AVCNFSM6AAAAABIZ35GVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRZGEYTKNBTG4 . You are receiving this because you commented.Message ID: @.***>

taimurasad commented 3 weeks ago

No I have not made any changes to the code. This is just installing the plugin on Homebridge

taimurasad commented 3 weeks ago

No I have not made any changes to the code. This is just installing the plugin on Homebridge

do i have to add any API key for this to work for my inverter?

taimurasad commented 3 weeks ago

No I have not made any changes to the code. This is just installing the plugin on Homebridge

do i have to add any API key for this to work for my inverter?

Turns out, my nodejs and homebridge was outdated. After updating both , it works fine and now i can see value in lx from panels in Home app. Thank you

taimurasad commented 3 weeks ago

I serisouly do hope this plugin gets updated at some point to show more info like battery percentage or total production in a day inside Apple Home app.