Dual Sensor
-
hello
request for dual sensor, temperature and humidity.
(a dht22 sensor)how to group the two values on the same Widget.
thanks
here is an example of the idea
maybe it's not the right theme, to move?
-
@jeelet in the https://demo-v2.mycontroller.org/
dashboard-01
we have couple of examples
We do not have any direct widget that supports mixed groupsyou can use
Utilization Panel >> Table
, but you have to specify minimum and maximum values. until we introduce mixed value panel, you can use this
in your case, to group them you can use custom
label
(example: chambre) across the fields and in the resource filter includelabels.room = chambre
Field:
Widget:
-
in the Field part of your example,
(after the text : "in your case, to group them ...")I block on Gateway : system ?
in Resources I only have
Gateway Arduino
and
Odroid??
well I'll test again tomorrow .
...I'm continuing the translationThanks jkandasa
-
@jeelet I am working on widgets, my change might break existing widgets
-
@JeeLet I have redesigned
Utilization Panel
, your existingUtilization Panel
will be broken.
Update the your MyController instance and checkUtilization Panel
, now it supports mixed resources inTable
-
Hello jkandasa
Yes a little absent at the moment from MyController .
I'm stuck on a sketch for mySensors .I don't understand how to
"Update your MyController instance " ??how to do it ??
-
Yes a little absent at the moment from MyController .
np, you can verify it when you have time
I don't understand how to
"Update your MyController instance " ??how to do it ??
- Run a backup(to be in safer side)
- stop the MyController server
- replace,
mycontroller-server
andweb_console
directory with the recent one - start the MyController server
- All set
-
can't figure out how to make my backup
(I still made a full backup : mv mycontroller mycontroller_old)so I redid a MyController Installation
the result
I reconnected and reconfigured the Arduino-Usb Gateway and everything went up automatically without doing anything in MyC, a pleasure.
for the dual Sensor "mixed resources in Table" yes it's perfect
( a return in images later )