App/My Solar are not working

Hello!

 

I upload emoncms 8.4 on my provider webspace. All is running, but not the Apps.

I download from Githuib development: https://github.com/emoncms/development the Modul folder and copy on my webspace.

On my Solar he show me the "Power now " and "Solar PV" values.

But no diagram and no infos unter the diagramm.

 

All Vis working correct and values are updated by my server.

 

Is there a missing file or did I have something to configure?

 

Thank you!

unique24's picture

Re: App/My Solar are not working

edit:

I get in Firefox unter "Console":

TypeError: app_mysolarpv.house_data[1] is undefined

 

Hope this help

 

 

TrystanLea's picture

Re: App/My Solar are not working

It must be this line not catching empty data properly: https://github.com/emoncms/development/blob/master/Modules/app/mysolarpv...

I wonder if you could try replacing it with:

if (app_mysolarpv.house_data[1]!=undefined) {

Il try and get a test up and running later.

unique24's picture

Re: App/My Solar are not working

Hi Trystan!

 

Many thanks ... I try now 8.5 ... but when I install emoncms I get just a blank white site.

No Login.

 

but database he create.

Maybe you have also for this a solution/idea?

 

Thank you!

unique24's picture

Re: App/My Solar are not working

Edit ... sorry, maybe Browser cache?

Now 8.5 are running.

unique24's picture

Re: App/My Solar are not working

Ok, al 8.5 the charts are displayed .. so I keep 8.5.

 

Thank you!

TrystanLea's picture

Re: App/My Solar are not working

Great! good to hear

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.