Hi @rstrouse,
I’m using the Sequent Microsystems MEGABAS building automation HAT with REM on a Raspberry Pi 4 running Bookworm. The MEGABAS board has a 1-Wire sensor interface but it can’t be read via /sys/bus/w1/devices, and so can't be seen in REM.
Instead, the MEGABAS 1-wire bus sensor readings come from the CLI using Sequent's own software, eg:
megabas 0 owbtrd 1 → returns temperature in °C
I’d like REM to pull temperature values from the BAS HAT using this megabas command. I've tried adding a megabas subtype to temperature.json. But all I succeeded in down was breaking the UI causing the MEGABAS board to disappear. Clearly I’m not doing this right.
Is there any supported way to do way to get temperature values from the the MEGABAS board into REM that I can then use in NJSPC?
Thanks so much for your help — it really is an amazing project!
Charles
Hi @rstrouse,
I’m using the Sequent Microsystems MEGABAS building automation HAT with REM on a Raspberry Pi 4 running Bookworm. The MEGABAS board has a 1-Wire sensor interface but it can’t be read via /sys/bus/w1/devices, and so can't be seen in REM.
Instead, the MEGABAS 1-wire bus sensor readings come from the CLI using Sequent's own software, eg:
I’d like REM to pull temperature values from the BAS HAT using this megabas command. I've tried adding a megabas subtype to temperature.json. But all I succeeded in down was breaking the UI causing the MEGABAS board to disappear. Clearly I’m not doing this right.
Is there any supported way to do way to get temperature values from the the MEGABAS board into REM that I can then use in NJSPC?
Thanks so much for your help — it really is an amazing project!
Charles