Sunday, August 18, 2013

RPi-Monitor: Version 2.3 is available

Note: A new version of RPi-Monitor is available: Version 2.4.
All the details about the latest version of Rpi-Monitor are in RPi-Monitor overview

The version 2.3 of RPi-Monitor has been released.

If you don't know yet what RPI-Monitor do, have a look to RPi-Monitor Overview.

Photo from Flickr AttributionNoncommercialShare Alike cc-by-nc-sa by reidab

What's new in this version?

This version mainly comes with bug fixes and few optimisation.

Here is the changelog of version 2.3:
  • Add small improvement given by a feedback in RPi-Experiences blog
  • Use javascript to resize correctly shellinabox iframe even in Firefox
  • Fix issue #9: Wrong calculation of used memory
  • Fix issue #11: adding friends link missing colon
  •  

Thursday, August 1, 2013

A LCD display my RPi and RPi-Monitor

I saw on the internet that it is possible to use a LCD to display information from the Raspberry Pi. RPi-Monitor is gathering a lot of information and it could be interesting to have such an information available without a computer. So I decided to purchase a PCD8544 from dx.com.

Photo from Flickr Attribution cc-by by arduinolabs

This post is describing how to acquire, connect and use such a component with he Raspberry Pi and gives an example showing how to connect it with RPi-Monitor.


Sunday, July 21, 2013

RPi-Monitor: Version 2.2 is available

Note: A new version of RPi-Monitor is available: Version 2.3.
All the details about the latest version of Rpi-Monitor are in RPi-Monitor overview

The version 2.2 of RPi-Monitor has been released.

If you don't know yet what RPI-Monitor do, have a look to RPi-Monitor Overview.

Photo from Flickr AttributionNoncommercialShare Alike cc-by-nc-sa by jacqueline-w


What's new in this version?

This version comes with bug fix, optimization and extends the customization capabilities by adding multiple pages for status and statistics.

Here is the changelog of version 2.2:
  • Add the possibility to create multiple status and statistics pages
  • Add process respawner to improve reliability of rpimonitord
  • Add HTML5 cache for json data to speedup page display and offload RPi
  • bug fix: Embedded server won't start on 443 or 80 ports (issue #8)
  • bug fix: cleanup code according to comment described in issue #7 

    Thursday, July 11, 2013

    RPi-Monitor: Use a DHT11 or DHT22 humidity and temperature sensor

    In this post we will see how to connect a DHT11 or DHT22 Temperature and Humidity sensor and configure RPi-Monitor to present and draw the outputs.

    Photo from Flickr AttributionNoncommercialNo Derivative Works cc-by-nc-nd by Ham Hock
    This article will also explain another capability of RPi-Monitor 2.x: the dual-axis.

    Tuesday, July 9, 2013

    RPi-Monitor: Version 2.1 is available

    Note: A new version of RPi-Monitor is available: Version 2.2.
    All the details about the latest version of Rpi-Monitor are in RPi-Monitor overview

    The version 2.1 of RPi-Monitor has been released.

    If you don't know yet what RPI-Monitor do, have a look to RPi-Monitor Overview.

    Photo from Flickr AttributionNoncommercialShare Alike cc-by-nc-sa bmatthileo

    What's new in this version?

    This version brings small improvement and extends the customisation capabilities.

    Here is the changelog of version 2.1:
    • Precheck result before adding in RRD to improve graphs
    • Add the possibility to customize axis with graph_options parameter
    • Add timeout for KPI reading to avoid possible hang when reading external sensors
    • Change keywork ds_graph_opts by ds_graph_options to be consistant with javascriptrrd and flot documentation. Keep that in mind if you did some customisation.
    • Fix Issue #6: a stranger rpimonitor.conf
    • .