-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generic Devices loses Save and Delete button #71
Comments
I’ll have a look. |
In the browser console are you seeing any errors? It appears as if it is throwing an error and not rendering the buttons. |
I had the same problem on initial setup. I wasted quite a bit of time before I figured it out. |
I made it so that it can digest the full output reference. At least it won't cause the feed to fail. |
@katodude if you are still having issues please upload your
|
I'm having somewhat similar problems. I can't connect my ADS1115 channel to my 10k thermistor device. Not sure if I'm doing something wrong, I had this working a few days ago but now can't get it to work. I've cloned the latest REM code into a new local repo and run "npm i"
|
Please stop pm2 and recompile the Typescript
|
Done, and that worked. REM is functioning as expected. Thank you. Now, just struggling to get the temp registering in the Nixie. I have the feed going into watersensor1. This is hardest install I have ever done. |
You are sending a feed from the Generic Temp sensor... correct? Remember the feed does not register until the body is turned on. |
Change the send value to All. We added the other options later so folks could digest the straight temperature values in MQTT. |
@katodude check the REM log to see if there is an error in there sending on the socket. |
Here is an excerpt from the REM logs. 20/06/2024, 11:01:53] error: 39 3,0: EIO: i/o error, write |
You may need to physically remove/kill power and restart. These can be hardware related issues. |
I am helping someone set up a pool controller.
We are trying to set up Generic devices for Temp. We can create the generic device. But when we go back in to edit it the save and delete buttons are gone.
The text was updated successfully, but these errors were encountered: