domoticz / domoticz-android

Domoticz Client Application for Android Devices
104 stars 71 forks source link

Add a generic graph page for temperature graphs #600

Closed galadril closed 4 years ago

galadril commented 4 years ago

Like how its implemented in domoticz:

afbeelding

galadril commented 4 years ago

Example api endpoints to get the data: /json.htm?type=graph&sensor=temp&idx=12&range=2020-07-29T2020-08-05&graphtype=1&graphTemp=true&graphChill=false&graphHum=false&graphBaro=false&graphDew=false&graphSet=false

galadril commented 4 years ago

Here are some first results/screens:

New icon in action bar for the graphs

image

Choose your devices for the graph

image

Choose the type of graph values

image

Result graph

image

You can also set a different date range

image

galadril commented 4 years ago

The result:

multi-graph