-
Notifications
You must be signed in to change notification settings - Fork 17
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
No value on deashboard #80
Comments
Hi, Example of out : Thanks |
Can you put here an input example? |
and keep in mind, each time when the schema is deploy all retained information in the node are gone. So if you are looking immediately after deploy the last current temp has been lost, you have to wait for the next one. You can create your own logic to keep the last value stored and trigger an inject with that immediately after deploy/restart |
My probe sends its value every minute but after a day still no display. |
|
I did the test but it still doesn't work.in output I have the values but not on the display. |
hmmm something is wrong, I would say on your side, but I'm not sure. |
A test's flow : |
My version of node-red is 2.1.4 |
I tried on another browser but still the same. i can't find some logs or error message. |
I have same issue with node-red v2.1.4 previous node-red version 2.0.4 have also same issue. I not found log in node-red log. It's same on Chrome and Safari browser. |
Same issue here. It occurs when using node red with https. See the browser console for detailed errors. It's a problem with the unsecure websocket endpoint. |
After chrome debug, i found the mistake in my case. I had this entry in my apache conf. |
My solution was to change the protocol to 'wss' in nodes/heater/frontEnd.js line 42. I'm using https directly in node js and not via a reverse proxy |
I had the same problem, thanks to @MartinGris I solved it. I also changed the protocol to wss. Because I have a setup with a reverse proxy (nginx) I had to add this to my nginx configuration file:
|
Hi Sergiu
I installed the new version of node-red-contrib-heater-controller but the display is not working. I have no value on the dashboard just "calendar is missing". The heater-controller work but not the frontend.
My config :
Can you help me.
Thanks
The text was updated successfully, but these errors were encountered: