Forum

Measure, Analyze, Control ... ask, answer, suggest.

0
Answered

cannot send email

zzzz 2 months ago in Dashboard and Widgets updated by Support Manager 2 months ago 1

i was setup condition and set email notification for my smartmaic D105 temperature sensor
but even the condition is true mail is not sending
also i cannot find when ican set the destination mail and how can i configer the mail content also
there is no option to set it in device and aslo cannot find in dashboard also

0
Answered

cannot add or subtract value with virtual values

zak 2 months ago in Dashboard and Widgets updated by Support Manager 2 months ago 1

i was added my all device power and make a virtual value total , 
now i need to add a fixed value like 14 with the virtual , even i try with function there is no option to read virtual value inside the function

0
Answered

Filtered virtual values

Akikaa 2 months ago in Dashboard and Widgets updated by Support Manager 2 months ago 3

Hi,

I would like to know if it is possible define a particular function as virtual value where I can filter the data according a single or multiple conditions (example greater than o less than a value and to have in this way a new virtual value). I have a photovoltaic panel and I would like to have a view where I can see the total energy unused and fed into the network. Is there a way to obtain that in some way? I have seen that as virtual value I can define only a function with arithmetic operations. I would be useful to have other operations in the operator's list

Image 2101


Thanks,

0
Answered

Indexation of tariffs

Иван 4 years ago in Dashboard and Widgets updated by Support Manager 2 months ago 6

Electricity tariffs change every six months. How to change the current tariff is clear, but in this case the statistics for previous periods will be recalculated?! How do you leave history untouched? Otherwise, the true expenses for past periods will not be correct!

Answer
Support Manager 1 year ago

To calculate a new tariff without losing data for the previous period, you need to make a complex expression.

- In the widget settings, in the Arithmetic operation select f(x)

- click on the Edit icon and set the conditions:


d.TIME < new Date(2022,0,1) ? d.Ch1*0.05 :
d.TIME < new Date(2023,0,1) ? d.Ch1*0.06 :
d.Ch1*0.07;

where

new Date(2023,0,1) is January 1, 2023

before January 1, 2022 at the rate of 0.05

before January 1, 2023 at the rate of 0.06

everything will continue at the rate of 0.07


Replace the values with your tariff accordingly.


With each tariff change, you can add a new line of conditions in the same format new Date(Year, Month, Day).

Note that the month starts at 0. (0 - January, 1 - February, ... , 11 - December.)

0
Completed

A remote dashboard for my client

Matexit 2 months ago in Dashboard and Widgets updated by Support Manager 2 months ago 1

Good morning.

This is my first installation.

I would ask, if i can create a remote access for my client.

In this way he'll can see own consumption measured by the device that i've installed.