Skip to content
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

Multiple graph's not showing data after Domoticz update 2021.1 #81

Closed
Xtremernl opened this issue Apr 22, 2021 · 8 comments
Closed

Multiple graph's not showing data after Domoticz update 2021.1 #81

Xtremernl opened this issue Apr 22, 2021 · 8 comments

Comments

@Xtremernl
Copy link

Xtremernl commented Apr 22, 2021

After updating to Domoticz version 2021.1 the graphs are not showing the line's.
The same issue as #73

But it's not only for the temperature, but also for other measurements.

  • temperature
  • Power (Watt)
  • Amperage
  • Voltage
  • Ping time’s
  • Solarpower

If i use a other theme, there is no issues with the graph's.

Domoticz Info :

Version: 2021.1
Build Hash: 8547c5b7e
Compile Date: 2021-04-17 17:29:11
dzVents Version: 3.1.7
Python Version: 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]

@slawkory
Copy link

slawkory commented Apr 22, 2021

I am observing the same issue after upgrade of domoticz, for all my devices and plugins :humidity, temperature,airly ... ever door opening sensor.
Build Hash the same.

@averni59
Copy link

I do have the same issue with the same build hash (8547c5b7e).

@fueryon
Copy link

fueryon commented May 4, 2021

quickfix:
comment out this part of code in custom.js file (from line 24):

$.ajax({	
    url: "acttheme/js/moment.js",	
    async: false,	
    dataType: "script",	
});

domoticz loads moment with tz addon when page is loading, this snipppet causes moment to reload, but without tz extension

@averni59
Copy link

averni59 commented May 4, 2021

quickfix:
comment out this part of code in custom.js file (from line 24):

$.ajax({	
    url: "acttheme/js/moment.js",	
    async: false,	
    dataType: "script",	
});

domoticz loads moment with tz addon when page is loading, this snipppet causes moment to reload, but without tz extension

This fix works for me :-)
Thank you !

@iosamu87
Copy link

iosamu87 commented May 7, 2021

I do have the same issue.

This fix works for me :-)
Thank you !

@waltervl
Copy link

waltervl commented May 7, 2021

Using the beta branch of this theme perhaps also works as this change executed there

@tkorstanje
Copy link

I've been using 1.17.1 (the current beta), but have experienced the same problem as mentioned here since the update to 2021.1. But also in 1.17.1 the quick fix works like a charm!

@altserg
Copy link

altserg commented Sep 15, 2021

I have applied the quick fix. I can see the data, but the titles and pop-ups in the graphs are dark, probably corresponding to the dark theme. Is there any fix that also improves the colors of the light theme ?

image

@DewGew DewGew closed this as completed Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants