python-panasonic-comfort-cloud icon indicating copy to clipboard operation
python-panasonic-comfort-cloud copied to clipboard

hist command gives -255

Open mikldk opened this issue 4 years ago • 6 comments

Thanks for great software! I get these unexpected results:

user@computer:~$ ./pcomfortcloud.py [email protected] password history 1 Day 20200120
id                       : abcdefg12345678....
parameters
    currencyUnit         : kr
    energyConsumption    : 0.0
    estimatedCost        : 0.0
    historyDataList      :
        dataNumber       : 0
        consumption      : -255
        cost             : -255
        averageSettingTemp: -255
        averageInsideTemp: -255
        averageOutsideTemp: -255

        dataNumber       : 1
        consumption      : -255
        cost             : -255
        averageSettingTemp: -255
        averageInsideTemp: -255
        averageOutsideTemp: -255

and so on until dataNumber 23.

Can you see if I use the software incorrectly? I get similar results for other days and also for Week and Month.

mikldk avatar Jan 20 '21 19:01 mikldk

thanks, just to be clear, is these historical graphs ok if you use the app from Panasonic?

lostfields avatar Jan 20 '21 19:01 lostfields

Sorry I did not write that. Yes, they are fine in the app.

mikldk avatar Jan 20 '21 19:01 mikldk

And the value -255 is also the one I get in the json when I add the -r True flag.

mikldk avatar Jan 20 '21 19:01 mikldk

@lostfields Have you had a chance to look at this? Is there anything I can do in trying to (help) debug?

mikldk avatar May 11 '21 07:05 mikldk

Hi. Is the app working for historical data?

lostfields avatar May 11 '21 07:05 lostfields

Hi. Is the app working for historical data?

Yes, it is.

mikldk avatar May 11 '21 08:05 mikldk