Forum

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

0
Under review

Connecting problem with a smartmaic D105.

Remoni 3 years ago in Equipment updated by Support Manager 3 years ago 1

Hello! I have an issue with a smartmaic D105. From a while he can't connect to server and in dashboard his status is "waiting" instead of "connected". What can I do?

0

Виджет качества работы Осмос

EcoH2O 3 years ago in Dashboard and Widgets updated 3 years ago 7

На вході та на виході Осмос встановлені датчики TDS_in, TDS_out. Окремо віджети успішно працюють. Питання: чи можна зробити віджет якості роботи Осмос (наприклад, використовуючи інструмент віртуальних значень), використовуючи функцію: (1-TDS_in/TDS_out)*100%? Таким чином, робота Осмос нижче наприклад 60% до заміни мембрани та ін.

0
Completed

Подсчет времени, когда потребление превышает определенное значение

Yevgeniy 3 years ago in Tips and Tricks updated by Support Manager 3 years ago 1

Добрый день. Можете подсказать, как настроить на дашборде подсчет времени в сутках, при которых общее потребление квартиры превышает определенное значение (например 2квт/час)?

0
Answered

Чому пристрій може не отримувати сигнали?

STARPRIME Admin 3 years ago in Equipment updated by Support Manager 3 years ago 1

Пристрій що рахує сигнали лічильника води перестав надсилати дані. 
При замкнені кабелем першого контакту і другого пульси рахувались. Тобто сам пристрій працює. Чи може бути проблема в підключені до лічильника?

0
Not a bug

Virtual values are generating numbers even from missing values - ruins the graph scaling

Minipilot 3 years ago in Dashboard and Widgets updated by Support Manager 3 years ago 1

I am using D280 sensor to measure Dew point in the room.

For this, I made a virtual value to show in a graph:

(243.04 * (Math.log(d.T2/100) + ( (17.625*d.T1) / (243.04+d.T1) ))) / (17.625 - (Math.log(d.T2/100) +( (17.625*d.T1) / (243.04+d.T1) )))

However, my device sometimes loses signal for a minute or two. Which shows as nothing on a graph of temperature, because that is a direct measurement. That is ok.

What is not OK is, that the virtual values work even with missing numbers - and display zero in graph, which both ruins the scaling and is incorrect.


How can I fix this? Something to do with IsNaN() in the virtual value definition? But how to assign NaN as output? (presuming that using NaN will not display itself in the graph.


Image with details here:

https://i.imgur.com/zeMn3Vi.png


Thanks