Форум

Вимірюй, Аналізуй, Контролюй ... запитуй, відповідай, радь.

0
Є відповідь

cannot send email

zzzz 2 місяці тому в Дашбоард и виджеты оновлено Support Manager 2 місяці тому 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
Є відповідь

cannot add or subtract value with virtual values

zak 2 місяці тому в Дашбоард и виджеты оновлено Support Manager 2 місяці тому 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
Є відповідь

Filtered virtual values

Akikaa 2 місяці тому в Дашбоард и виджеты оновлено Support Manager 2 місяці тому 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
Є відповідь

Индексация тарифов

Иван 4 роки тому в Дашбоард и виджеты оновлено Support Manager 2 місяці тому 6

Тарифы на электроэнергию меняются раз в полгода. Как менять текущий тариф понятно, но в этом случае пересчитается и статистика за предыдущие периоды?! Как оставить историю не тронутой? Иначе истинные расходы за прошлые периоды будут не корректными!

Відповідь
Support Manager 1 рік тому

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
Виконано

A remote dashboard for my client

Matexit 3 місяці тому в Дашбоард и виджеты оновлено Support Manager 3 місяці тому 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.