Форум

Измеряй, Анализируй, Контролируй ... спрашивай, отвечай, советуй.

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.



Сервис поддержки клиентов работает на платформе UserEcho