Forum

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

0
Answered

MQTT та Node Red

КП 1 year ago in General questions updated 1 year ago 2

Доброго дня! Прошу підказати, якщо хтось стикався з такою проблемою.

Я налаштував дошку Node Red, до якої приходять дані від пристроїв по MQTT у форматі JSON. Але якщо пристрої гублять зв'язок, Node Red продовжує показувати останні значення.

Чи можна зробити так, щоб на дошці відображався статус пристрою "офлайн", а значення показували нулі? В оригінальній дошці є і статус "очікую", і нулі теж...

0
Completed

Mqtt interval time

vik_dunav 2 years ago updated by Support Manager 1 year ago 7

Is it possible to change tpoic interval time while using mqtt? I want to make it 300 seconds

0
Under review

не можу видалити віджет, панель меню на віджеті не відкривається для його видалення

EfeBeton 1 year ago in Dashboard and Widgets updated 1 year ago 2

не можу видалити віджет, панель меню на віджеті не відкривається для його видалення

0
Answered

Data collection and totalling info

fsardone 1 year ago in General questions updated by Support Manager 1 year ago 5

Hello every body,

I am a new user and I am planning to use the device D103 to monitor production and usage of solar and grid energy.

I will use API’s and PERL scripts to receive data from the device.

Then load the data into Round Robin Database and use RRD graphing capability to generate PNG graphs to display.

 

The issue I see (and this is also on MAIC dash board)  is that the energy values are all time cumulative (they always increase) so in order for me to know how much energy was generated/used in a day/month or year, I need to save the value at the end of the previous period (day/month/year) and subtract from the every increasing counter.

Is this so? Or there is a way to see daily/monthly/yearly values? The graphs buttons only change the data resolution not the amount of data entering in the period.

Is there a way for me to program a dashboard to display energy produced used in a day?

Also the amp dial widget when there is a reverse current do not show reverse/negative value, they always show positive values even if the reverse current flag is active. Is this a bug or intended behaviour? How to display negative value for reverse current?

Thank you for your help

Kind regards

Fabio

0
Not a bug

Using complex functions in widget

fsardone 1 year ago in Dashboard and Widgets updated by Support Manager 1 year ago 1

Hello everybody,

I am trying to use complex function in a widget.

I.e. make a simple calculation to have current with a sign (d.W1-drW1)/d.V1 but I get a NaN result (not a number).

I thought I was using incorrect syntax so I used the example in the Kb  just by dividing d.W1 /1000 and I get a NaN result too. But d.W1 displays correctly if used without operators.

Is there a problem in the complex function calculation?

Thanks

Fabio