thingsboard / thingsboard-edge

Apache License 2.0
93 stars 71 forks source link

Propagate Alarm from Edge to Central Platform #108

Closed Borch97 closed 1 month ago

Borch97 commented 1 month ago

Description I have multiple instances of edge deployed with multiple devices connected to it. I have Inactivity alarms for this devices and i want to propagate this alarms to be able to see them in the central platform that edge nodes are attatch to.

How can i do this?

Thanks in advance,


Disclaimer

We appreciate your contribution whether it is a bug report, feature request, or pull request with improvement (hopefully). Please comply with the Community ethics policy, and do not expect us to answer your requests immediately. Also, do not treat GitHub issues as a support channel.

AndriiLandiak commented 1 month ago

Hello, @Borch97

To ensure alarms are propagated for creation or updates, you should configure your specific Edge Rule Chain to transmit alarms to the Thingsboard platform. For users of Thingsboard Cloud, this configuration can be accessed here.

image

Borch97 commented 1 month ago

Got it. Now it's working.

Thanks.