souliss / soulissapp

SoulissApp is an Android Application for Souliss Framework
https://play.google.com/store/apps/details?id=it.angelic.soulissclient
MIT License
33 stars 33 forks source link

T56 logcat error #21

Closed lesjaw closed 9 years ago

lesjaw commented 9 years ago

I have T56 and 57 typicals, T57 seems ok in SoulissApp, the value output seems right, but in logcat there is error..

it.angelic.soulissclient.model.typicals.SoulissTypical5nCurrentVoltagePowerSensor cannot be cast to it.angelic.soulissclient.model.ISoulissTypicalSensor

and I saw my T56 always get update, but finally there is STALE status, the value seems correct, i double check with terminal serial output in arduino

juanpintom commented 9 years ago

I see STALE too, but values are right.

juanpintom commented 9 years ago

I see STALE too, but values are right.

2015-08-19 1:37 GMT+02:00 lesjaw notifications@github.com:

I have T56 and 57 typicals, T57 seems ok in SoulissApp, the value output seems right, but in logcat there is error..

it.angelic.soulissclient.model.typicals.SoulissTypical5nCurrentVoltagePowerSensor cannot be cast to it.angelic.soulissclient.model.ISoulissTypicalSensor

and I saw my T56 always get update, but finally there is STALE status, the value seems correct, i double check with terminal serial output in arduino

— Reply to this email directly or view it on GitHub https://github.com/souliss/soulissapp/issues/21.

shineangelic commented 9 years ago

the cast problem has been resolved. If you see "stale" it means the reading is old. The criteria is the same for all sensors.

Can you confirm this logic is broken? it seems working to me...

lesjaw commented 9 years ago

Yes... The logic is working.. On Aug 25, 2015 8:54 PM, "shineangelic" notifications@github.com wrote:

the cast problem has been resolved. If you see "stale" it means the reading is old. The criteria is the same for all sensors.

Can you confirm this logic is broken? it seems working to me...

— Reply to this email directly or view it on GitHub https://github.com/souliss/soulissapp/issues/21#issuecomment-134593340.