See below - although I believe I set most (or all) of this stuff in the web gui. My pages and Openhasp are in a post above. A couple of notes - the board I used above is the Guition 480x480. If you use the similar board from panlee, that has a different firmware. For either board, you’ll have to download the corresponding firmware from the nightly builds page (or directly from the GitHub page). The web installer on the nightly builds page is easier, but one RC version behind. And of course, you must have an MQTT broker running.
Also, I installed the mdi fonts file (mdi.ttf) which are needed for a few of the icons/symbols.
{
"wifi": {
"ssid": "YOUR_SSID_HERE",
"pass": "YOUR_WIFI_PASS"
},
"mqtt": {
"host": "MQTT_BROKER_IP_ADDRESS",
"user": "YOUR_MQTT_USER",
"pass": "YOUR_MQTT_PASS”,
"topic": {
"node": "hasp/%hostname%/%topic%",
"group": "hasp/plates/%topic%",
"broadcast": "hasp/broadcast/%topic%",
"hass": "homeassistant/status"
},
"port": 1883,
"name": "camper_entry"
},
"telnet": {
"enable": 1,
"port": 23
},
"mdns": {
"enable": 1
},
"http": {
"enable": true,
"port": 80,
"user": "",
"pass": "********"
},
"gpio": {
"config": [
0,
0,
0,
0,
0,
0,
0,
0
]
},
"debug": {
"ansi": 0,
"baud": 115200,
"tele": 300,
"host": "",
"port": 514,
"proto": 0,
"log": 0
},
"gui": {
"idle1": 60,
"idle2": 120,
"bckl": 38,
"bcklinv": 0,
"rotate": 0,
"cursor": 0,
"invert": 0,
"calibration": [
0,
65535,
0,
65535,
0,
0,
0,
0
]
},
"hasp": {
"startpage": 1,
"startdim": 255,
"theme": 5,
"color1": "#00b6ff",
"color2": "#ff9962",
"font": "",
"pages": "/pages.jsonl"
}
}
Good luck and post back if you need any more help.