Hi,
I have completed this tutorial Groovy Rules | OpenRemote Documentation.
I have noticed, that when I trigger the solar panel 1 value many times, data goes missing. Almost like the groovy rules do not actually execute on attribute change.
I have opened this ticket a while ago, having issues with the UI when i use a TCP agent to update attributes, but have not received any response as of yet:
So I want to attempt groovy rules to connect to my TCP server and distribute the data as new data comes in. But it won’t work if the rules do not trigger on change… I am not sure if there’s some polling interval internally to trigger rules?
I have a network of about 200 BLE mesh nodes, and their data in openremote should be updated via their unicast address in each TCP packet I receive. I am not sure how to efficiently do this in openremote. Would Openremote be able to handle so much data?
Parameters include Active Energy, Active Power, Supply Voltage, Battery Voltage. Each node posts its data every 5 minutes.