Temperature not displaying on Dashboard #1218
Unanswered
Zangief1977
asked this question in
Q&A
Replies: 2 comments
|
Pull REM. I made a bunch of changes to both the Sequent cards and the generic temp input. There's still some UI things I'm not thrilled with (needing to set both the output channel on the feed and input type on the device), but it's more flexible now. |
0 replies
|
Thanks for updating it. I will pull REM after work. This was my temp workaround: ~relayEquipmentManager/data/controllerConfig.json |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have this board (https://sequentmicrosystems.com/products/smart-relays-with-universal-inputs-for-raspberry-pi) and have selected it as Sequent Smart Relay Ind v2. When I go through all the steps, temperature doesn't feed into the dash. I feel like I have exhausted every possible combination. I am using a 10k ntc thermostat, jumpered on 2-3 (for 10k thermistor), and have it installed on input #2 for testing purposes. I am using nodejs-poolcontroller 9.1 and node 20 w/ RPi3b.
When using this particular board, there are a few differences compared to the the instructions. 1) It gives a temperature reading in Celsius immediately after installing the 2 wires and editing channel #2. Strangely there is no need to convert ohms to temp. It also doesn't seem to convert Farenheit correctly (it says 35.096 degrees F but it really is around 80-90F) . 2) For feed, the send Value is different. There is no "0-10v in #(x) value". There instead is "Universal In #(x) value" and some others. I am assuming "Universal In #(x) value" is the correct one to use - regardless I've tried them all in the list.
Any thoughts on what I can do to get it to feed correctly? Thanks.
All reactions