ServiceDisplay
The Service Display is a open source tool, that allows you to connect Valden Heat Pump Controller to get maximum available information from sensors and show it graphically.
Install / Use
/learn @openhp/ServiceDisplayREADME
Service Display
<b>The Service Display is a quickly assembled tool, that allows you to connect Valden Heat Pump Controller to get maximum available information from sensors and show it graphically.</b>
Preamble
One day I've realized that a netbook with a serial console is a very good diagnostic tool, but I want a more compact tool to get maximum available information from a Heat Pumps. So, this "Quickly Assembled Service Display" appeared. It fits everywhere and with a good power bank it can work 2-3 days long, without any additional power source. The diagnostic display is build from scratch, no PCB and housing here (and no plans to create it), because I do not see this device as a permanent-mounted display for the end user.<br> If you want a compact and visual tool for your diagnostic purposes, this device is for you.<br> <img src="./m_tft_mainscreen.jpg" width="400"><br> If you don't need expert info from sensors and additional start/stop messages: check Remote Display page, here you'll find end-user device with a very simple interface.<br><br>
Changelog and history
- Dec 2020: Service display software fork created,
- Jan-Jul 2021: development and testing,
- Aug 2021: Service display is tested enough, public access.
Bill Of Materials
BOM is very short: | Part | Quantity | | ------------- | ------------- | | 100 Ω 0.25 Watt resistor | 2 | | prototype PCB 50x70 | 1 | | 2.54 legs (used only to hold prototype PCB at Arduino) | few | | Arduino rs485 converter module | 2 | | 2.4" TFT Display | 1 | | Arduino Mega | 1 |
Display is as pictured below. Usually sold as "Arduino UNO TFT LCD". LCD driver chip is ILI9325.<br> This is the cheapest one and widely available touchscreen LCD you can find.<br> <img src="./m_tft_photo_back.jpg" width="400"> <img src="./m_tft_photo_front.jpg" width="400"><br><br>
Assembly and wiring
Mount converter modules, LCD and Arduino Mega.<br><br> +5V, GND and signal ground wiring:<br>
- power source from both rs485 converters to 5V power at Mega board,
- GND from both to GND at Mega,
- solder 100 Ω resistors for both "internal" and "external" converters: one output to GND and one to hole,
- place a short tail of wire to the nearest hole and solder to resistor output at back side.
- solder DE to RE (both pins together),
- Internal DI to A8,
- Internal DE+RE to A9,
- Internal RO to A10,
- External DI to A11,
- External DE+RE to A12,
- External RO to A13,
- insert A and B wires.
Example of connection and usage at server side here.<br> You can omit "to server" converter and connection if you use this device as a portable-only tool.<br>
Firmware upload
The process is same as for other Arduinos:
- connect USB,
- start Arduino IDE,
- open the firmware file,
- select board and MCU in the Tools menu (hint: we are using "Mega" board),
- press the "Upload" button in the interface.
For successful compilation, you must have "Adafruit_GFX" and "Adafruit touch screen" installed (see Tools -> Manage Libraries).<br> Also, all library files (.cpp and .h) from Service Display repository must me downloaded and located at the same directory as a main .ino file.<br> That's all, easy and fast.<br><br>
Start and usage
Just connect the device to the Heat Pump and Server and plug a power.<br> For diagnostic text messages and abbreviations, you'll see on the display during usage check Valden Heat Pump Controller page appendixes.<br> Interface shows all key temperatures at a slightly simplified standard refrigeration scheme, so no more comments.<br> <img src="./m_tft_howitlooks.jpg" width="800"><br> <br> <img src="./m_tft_howitlooks2.jpg" width="800"><br><br>
License
© 2018-2021 D.A.A. All rights reserved; gonzho AT web.de; https://github.com/openhp/ServiceDisplay/.<br>
Text, media and other materials licensed under CC-BY-SA License v4.0.<br> <sub>Attribution: You must clearly attribute Valden Service Display (https://github.com/openhp/ServiceDisplay/) original work in any derivative works.<br> Share and Share Alike: If you make modifications or additions to the content you re-use, you must license them under the CC-BY-SA License v4.0 or later.<br> Indicate changes: If you make modifications or additions, you must indicate in a reasonable fashion that the original work has been modified.<br> You are free: to share and adapt the material for any purpose, even commercially, as long as you follow the license terms.</sub><br>
The firmware source code licensed under GPLv3. <br> <sub>This product is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</sub><br>
For third-party libraries licenses used in this product please refer to those libraries.<br>
