Dash. Integration Not Working in Beta
I have 3 servers with Dash..
Server #1: Hosted on the same cloud server as the homarr dashboard. Using an iframe with the domain name works. Using nginx reverse proxy to forward the dash. container via a domain name.
dashdot.somedomain.com
Server #2: Hosted on a separate cloud server. Using an iframe with the domain name works. Using nginx reverse proxy to forward the dash. container via a domain name. dashdot.somedomain2.com
Server #3: Hosted on a local server at my apartment. Using cloudflare tunnels to forward the dash. container via a domain name. dashdot-california.somedomain2.com
I am currently away from my apartment (if you're wondering if my internet connection is the same as Server #3 it is not)
Dash. works fine on Server #3, but produces the error in the photo on Servers #1 and #2.13 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Exact homar version is "0.1.0"
Using this YML produces the same result
fixed this issue by doing this;
However, the issues above still persist
Hi, this is an issue with the old schema for dashdot that still requires it to give the temps for the CPU.
The new version will take that into account.
Is it possible that you have disabled the cpu temps handling in dashdot? reenabling that would solve the issue.
Hey! I have this here as my configuration for Server #1 and Server #2 (everything is the same aside from the container name)
Server #3 has this configuration
It seems as though CPU temps is already enabled, i'll try disabling and seeing if that makes a difference
Disabling fixed it!
How odd...
Nonetheless, CPU temps aren't super important for me but yeah I'm glad it's working now. If you need me to debug further to get CPU temps working please let me know!
wat
So, as we can see in the 3rd screenshot, homarr is expecting to receive a "temp" value. receiving null or undefined would not work
lemme check one thing
It's weird, Server #3 (cloudflare tunnel) works without commenting out the environment variable.
Yeah so as mentioned here, temp is expected, not receiving one would end up in the error you get.
What's strange is that when you disable it, it suddenly shows?
something inverted in the logic on dashdot's side
Yes, except it works fine regardless if its enabled/disabled for Server #3 which uses cloudflare tunnel
it shouldn't have anything to do with cloudflare though, it's just about your machine