PieterVO / EvohomeTemperature

Log Evohome temperature using Plotly
7 stars 5 forks source link

TypeError: list indices must be integers, not str #3

Closed mnbf9rca closed 8 years ago

mnbf9rca commented 8 years ago

I get the following when i run it on ubuntu 14.04:

Traceback (most recent call last): File "./EvohomeTemperature.py", line 39, in userid = userinfo['userInfo']['userID'] TypeError: list indices must be integers, not str

mnbf9rca commented 8 years ago

actualyl forget that - i had my username and password wrong!

PieterVO commented 8 years ago

I also have a project where you can monitor the Evohome Temperatures without use of Plotly, but running your own web server. Are you familiar with SQL and Apache? Then I upload all the needed documents and you just need to fill in the database credentials and such.

mnbf9rca commented 8 years ago

yes, i am. that would be really helpful, thanks.

r.

On 11 November 2015 at 21:06, Pieter Van Oost notifications@github.com wrote:

I also have a project where you can monitor the Evohome Temperatures without use of Plotly, but running your own web server. Are you familiar with SQL and Apache? Then I upload all the needed documents and you just need to fill in the database credentials and such.

— Reply to this email directly or view it on GitHub https://github.com/PieterVO/EvohomeTemperature/issues/3#issuecomment-155910506 .

PieterVO commented 8 years ago

I just uploaded it, if you follow my instructions it should work, let me know https://github.com/PieterVO/EvohomeTemperatureSite

mnbf9rca commented 8 years ago

I decided to try and port this to an Azure Logic App which works really well. I've published my code here: https://github.com/mnbf9rca/AzureEvoHome

hnobre commented 8 years ago

Hi Pieter, not sure whether or not you can help me. I just followed your instructions on how to use plotly to monitor and display evohome temperatures but for some reason I'm not getting data in graphs. Looks like the py file is running ok, it opens Plotly (2 graphs actually, one for each of the sensors I have), but no data is loaded. Could you please provide some support? Thanks in advance!