biemond / com.athom.zevercloud

ZeverSolar Homey app
GNU General Public License v3.0
0 stars 1 forks source link

The energy values ​​not updating #1

Open Markos84 opened 5 years ago

Markos84 commented 5 years ago

Since I have linked my plant, the value has not changed since that day.

biemond commented 5 years ago

Hi, that is strange.

I am using homey 2.0 and it works ok for me. Can you send me your api key to biemond at gmail so I can look if I get some data from your plant with the api and from my homey app.

Also can you try insights , the values should also show up there.

biemond commented 5 years ago

thanks

tomorrow, I will use your key to follow it on insights and the app. But the api works for you at least. Also something I noticed it does not refresh when you got the device open in the homey app . have to back out and go in.

Will let you know tomorrow

{
    "sid": 8025,
    "ludt": "2019-02-17 18:26:54",
    "E-Today": {
        "unit": "kWh",
        "value": 8.3
    },
    "E-Month": {
        "unit": "kWh",
        "value": 76.02
    },
    "E-Total": {
        "unit": "MWh",
        "value": 4.77
    },
    "TotalYield": {
        "unit": "€",
        "value": 3340
    },
    "CO2Avoided": {
        "unit": "T",
        "value": 3.82
    },
    "Power": {
        "unit": "W",
        "value": 0
    }
}
biemond commented 5 years ago

But in the not yet approved version I fixed the above 1000W bug, the api changes the unit when it is above 1000 which I didn't notice in previous/current version.

biemond commented 5 years ago
screenshot 2019-02-18 at 10 10 35

screenshot_2019-02-18-10-11-35

thanks, see the above pics. indeed the latest,not yet approved version 0.0.5 fixes the current power unit issue and with your data I also fixed E-total with the right unit.

thanks for your data , I hope they publish it soon.

biemond commented 5 years ago

they just published version 0.0.5 when you have 1 plant device it should work. Now working on multi plant device.

just to be sure can you remove the device and app so we are clean.

Markos84 commented 5 years ago

Wel I just noticed that your app is automatic updatet. I see the power information is just updated. So that's good news. Let's hope this continues.

Thnx in advances

Op 18 februari 2019 15:29:48 schreef Edwin Biemond notifications@github.com:

they just published version 0.0.5 when you have 1 plant device it should work. Now working on multi plant device.

just to be sure can you remove the device and app so we are clean.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/biemond/com.athom.zevercloud/issues/1#issuecomment-464751138, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AtgpzjFusK_9Mt_uTrllIeUiGYagS_oVks5vOrjVgaJpZM4a_sSQ.

biemond commented 5 years ago

thanks for your big plant which makes my code even better.

I have 1 open issue with all the homey device cron tasks running in the last created device, it overwrites each other data. Athom needs to fix that. but if you have just 1 device you should be fine.