Ok, Its time I ask for help. I am setting up a Raspberry Pi with the NodeJS pool controller, REM, and dashboard and I cannot get it installed.
Plan for the system is mainly monitoring sensors and controlling a couple relays. Nothing to intense but really right now its just a Pi with a relay hat on it.
Pi5 running newest version of the 64bit OS with the desktop client on it. I do not have any manufacturer automation so I am not running RS485. Essentially right now all I have is a relay hat but I'm just trying to get the software installed and it isn't happening. I've tried re-doing it in 32bit, I've tried everything google can throw at me, I've tried sudo commands, cannot figure it out.
REM gives me this on npm start:
Node_modules/engine.io-parser/build/esm/index.d.ts:5:38 - error TS2307: Cannot find module 'node:stream/web' or its corresponding type declarations.
5 import type { TransformStream } from "node:stream/web"
found 1 error in node_modules/engine.io-parser/builds/esm/index.d.ts:5
Pool controller itself MIGHT be Ok, it seems to start with no errors but I don't know because dashboard won't start. I don't have the exact error in front of me for that but it does into an endless loops retrying to open USB0 or something like that every 10 seconds on npm start
Plan for the system is mainly monitoring sensors and controlling a couple relays. Nothing to intense but really right now its just a Pi with a relay hat on it.
Pi5 running newest version of the 64bit OS with the desktop client on it. I do not have any manufacturer automation so I am not running RS485. Essentially right now all I have is a relay hat but I'm just trying to get the software installed and it isn't happening. I've tried re-doing it in 32bit, I've tried everything google can throw at me, I've tried sudo commands, cannot figure it out.
REM gives me this on npm start:
Node_modules/engine.io-parser/build/esm/index.d.ts:5:38 - error TS2307: Cannot find module 'node:stream/web' or its corresponding type declarations.
5 import type { TransformStream } from "node:stream/web"
found 1 error in node_modules/engine.io-parser/builds/esm/index.d.ts:5
Pool controller itself MIGHT be Ok, it seems to start with no errors but I don't know because dashboard won't start. I don't have the exact error in front of me for that but it does into an endless loops retrying to open USB0 or something like that every 10 seconds on npm start