15.1 Mollier hx Diagram

15.1.1 Goal

You want to plot a mollier h-x diagram:

Mollier hx Diagram with comfort zone

Figure 15.1: Mollier hx Diagram with comfort zone

15.1.2 Data Basis

Raw Data Temperature and Humidity for Mollier hx Diagram

Figure 15.2: Raw Data Temperature and Humidity for Mollier hx Diagram

Raw Data Temperature and Humidity for Mollier hx Diagram

Figure 15.3: Raw Data Temperature and Humidity for Mollier hx Diagram

15.1.3 Solution

The sensor data is not in a constant intervall and not yet aggregated. So after reading in the time series the data has to get filtered and aggregated per day.

Finally use the plot function mollierHxDiagram from the redutils package (R Energy Data Utilities). If you have not yet installed this package, proceed as follows:

Create a new script, copy/paste the following code and run it:

15.1.4 See also

If you are interested in implementing this plot in your own dashboard you can check the free D3 implementation of it: https://github.com/hslu-ige-laes/d3-mollierhx