Hello,
I have recently setup the energy dashboard on version 2026-2 and it works just fine.
Yesterday, I have updated to 2026-3 and since then the energy dashboard is dead : no power consumption, no current flow, nothing. All values are at 0. Checked all the setting, no change from the previous version. The power values are ok on the devices, not on the dashboard.
Any idea why dashboard information is not available ?
Platform : RPI4. I have update and upgrade the apt of the unit
Update : the problem appears when I access domoticz through reverse proxy. If I use direct IP:8080 the dashboard is working.
I have this message in the log : Status: [web:8080] Rejected WebSocket upgrade: Origin 'https://<my url>' is not allowed for a trusted-network session
Power information is a result of calculation from data collected by mqtt. Solar energy is also issued from mqtt. Question is, how reverse proxy may affect the energy dashboard ? Web sockets are activated on the reverse proxy. I do not really understand how reverse proxy is interfering with the dashboard since data is issued from domoticz devices. Is there something to do more to get dashboard working correctly with the reverse proxy ?
Update 2 : title modified
Energy dashboard not working any more with 2026-3 and reverse proxy
Moderators: leecollings, remb0
Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
-
Michel13
- Posts: 84
- Joined: Thursday 07 January 2016 19:31
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2026.3
- Location: France
- Contact:
Energy dashboard not working any more with 2026-3 and reverse proxy
Last edited by Michel13 on Wednesday 05 August 2026 9:46, edited 1 time in total.
- waltervl
- Posts: 7002
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2026.3
- Location: NL
- Contact:
Re: Energy dashboard not working any more with 2026-3
If you check the recent topics on this forum you will see some related to proxy issues with stable 2026.3
Some issues are already adressed in latest beta so perhaps update to it.
Some issues are already adressed in latest beta so perhaps update to it.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
Michel13
- Posts: 84
- Joined: Thursday 07 January 2016 19:31
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2026.3
- Location: France
- Contact:
Re: Energy dashboard not working any more with 2026-3 and reverse proxy
Thank you waltervl.
After deeper check with the web development tool, it is almost confirmed that the problem is linked with the websocket in the libwebem config.
As the only part affected so far by the 2026.3 is the energy dashboard and unless other issues appear later, I will wait for the next stable release.
After deeper check with the web development tool, it is almost confirmed that the problem is linked with the websocket in the libwebem config.
As the only part affected so far by the 2026.3 is the energy dashboard and unless other issues appear later, I will wait for the next stable release.
-
Doler
- Posts: 194
- Joined: Friday 31 July 2015 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Sint-Oedenrode, Netherlands
- Contact:
Re: Energy dashboard not working any more with 2026-3 and reverse proxy
I'm having the same problem. Apart from the 'static display' of the Energy Dashboard page I also the custom pages don't display data. In the Domoticz log I get .
I searched for a solution using AI but that didn't work out (we both are not smart enough). Can somone help me?
I use the latest beta, security settings Allow Basic Auth = On, the recommended Trusted Networks, no CORS Origins. Using IP-Addressing all works normal, the problem occurs when using SSL offloading using https://domoticz.xxxx.duckdns.org.
Code: Select all
Status: [web:8080] Rejected WebSocket upgrade: Origin 'https://domoticz.xxxx.duckdns.org' is not allowed for a trusted-network sessionI searched for a solution using AI but that didn't work out (we both are not smart enough). Can somone help me?
I use the latest beta, security settings Allow Basic Auth = On, the recommended Trusted Networks, no CORS Origins. Using IP-Addressing all works normal, the problem occurs when using SSL offloading using https://domoticz.xxxx.duckdns.org.
Mark: Domoticz latest Beta on Virtual machine (Proxmox) running Debian Trixie - Z-Stick 7 - RFXCom - P1 - SolarEdge - Dahua - Philips Hue - Docker - Zigbee2mqtt (latest, docker) via python plugin - Zwave-js-ui (latest, docker) - dzVents - Nodered
-
Doler
- Posts: 194
- Joined: Friday 31 July 2015 21:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Sint-Oedenrode, Netherlands
- Contact:
Re: Energy dashboard not working any more with 2026-3 and reverse proxy
Solved it (trial and error). Changed scheme in Nginx fro http (8080) into https (443) and everything is ok.
Mark: Domoticz latest Beta on Virtual machine (Proxmox) running Debian Trixie - Z-Stick 7 - RFXCom - P1 - SolarEdge - Dahua - Philips Hue - Docker - Zigbee2mqtt (latest, docker) via python plugin - Zwave-js-ui (latest, docker) - dzVents - Nodered