Install instructions for REM Chem Controller, nodejs-PoolController/dashPanel/REM?

Thank you!!!
Slow but steady here. I am confused at the I2C Bus #1 > I2C Definition for Address 99 -0X63 > Feeds : Socket Event and Property for both the ORP and PH probe. What Socket Event and Property would I select for each probe? Do you have a screen shot of yours handy? Below are screenshots of what I am seeing and selecting, right or wrong may I add! :)

1717008157253.png



1717008186078.png

1717008221220.png
1717008255842.png

1717008567003.png


1717008290559.png

1717008342428.png
 
Did you edit the ecosystem.config files for your directory structure?
Look at the bold sections in the example file below. You need to replace the “pi” with “sabot”





module.exports = {
apps : [
{
"name": "REM",
"script": "npm",
"args": [
"start"
],
"cwd": "/home/pi/relayEquipmentManager",
"restart_delay": 10000,
"watch": [
"boards",
"config",
"connections",
"devices",
"gpio",
"i2c-bus",
"logger",
"pages",
"pinouts",
"spi-adc",
"web",
"package.json"
],
"watch_delay": 5000,
"kill_timeout": 15000
},
{
"name": "dashPanel",
"script": "npm",
"args": [
"start"
],
"cwd": "/home/pi/nodejs-poolController-dashPanel",
"restart_delay": 10000,
"watch": [
"pages",
"scripts",
"server",
"package.json"
],
"watch_delay": 5000,
"kill_timeout": 15000
},
{
"name": "njsPC",
"script": "npm",
"args": [
"start"
],
"cwd": "/home/pi/nodejs-poolController",
"restart_delay": 10000,
"watch": [
"config",
"controller",
"logger",
"web",
"package.json"
],
"watch_delay": 5000,
"kill_timeout": 15000
}
]
};
Yes sir. I am missing something, racking the bean without success. I believe I have the ecosystem.config.js in the correct location.

1717014404901.png

1717014248374.png

When I manually start all three apps. I believe they appear in Task Manager as npm start. When I reboot the Pi, I don't see the npm start's nor do the interfaces launch.
1717014540616.png
 

Attachments

  • 1717014080528.png
    1717014080528.png
    20.7 KB · Views: 1