Latest online emonCMS3 changes query

While I'm sure the changes to the online emoncms will have been done for improvement, after many hours spent trying to figure how the previous setup worked I have now found myself having no clue how to get my feeds displaying again on the dashboard.

I don't know much about writing this stuff, and I initially mostly copied over from the samples and just changed a few things round to suit.  This gave me a nice informative display of my generation, consumption, power diverted to immersion aswell as hot tank temperatures (only a segment copied below).

Below is a copy of a segment from my dashboard, and where I would have expected value's like TankTop, Tank Bottom and various other feeds, I now just have "value" - as indicated withi highlighting below.  I have tried changing them into my feed titles but it all gets goes wrong.

Can anyone help me get my feeds displaying again please?

 

<div class="widget-container-v" style="height:562px">
 <div class="widget">
  <div class="title">Hot Water Tank</div>
  <div class="dial" feed="power3" max="3200" scale="1" units="W"></div>
 </div>
 <div style="clear:both;"></div>
 <br />
 <div class="stats" style="height:50px"><b>Heater energy today:</b><br />
  <div class="value">kWh</div>
 </div>
 <div class="stats" id="vrms" style="height:20px"><b>Outlet Temperature:</b><br />
  <div class="value">C</div>
  <b>Centre Temperature:</b><br />
  <div class="value">C</div>
  <b>Lower Temperature:</b><br />
  <div class="value">C</div>
 </div>
</div>

fjhug's picture

Re: Latest online emonCMS3 changes query

Hi,

I had the same problem when upgrading. It looks like the upgrade lost the span that display the values in the dashboard.

Got it back by adding the span tags back in, editing the source of the dashboard.

For example:
<div class="value"><span class="TempIn">-</span>C</div>
will display the value of the feed TempIn.

Good luck

logic's picture

Re: Latest online emonCMS3 changes query

Thank you very much for that.  All sorted again now.

 

Dennis

PeterN's picture

Re: Latest online emonCMS3 changes query

Tried suggestion above and changed line to   "<div class="value"><span class="UtilitykWhd">-</span>kWh</div>"  it shows correct  in Dashboard once saved. However when I click inputs and back to dashboard its back to original version e.g. not updating mysl.  I had to add above code into mysl to get it working, any ideas.  Also can't seem to remove two additional Dashboards from dashboard or mysl see attached image.

Currently on latest version of emoncms3-99b169d. Note this version has sorted out a lot of issues I was having with IE. Great work Trystan, thanks

Cheers

peter

TrystanLea's picture

Re: Latest online emonCMS3 changes query

Hello Peter, saving issues should be solved with today's update, make sure you run the setup.php script to update the database. Thanks goes to Lloyd for the IE fixes.

Comment viewing options

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