Hi,
Im having an issue with the alarm info not able to aquire a specific event from a remote tag in the alarm journal.
this is what i have in the scrip console
this is the script:
id = 'ede2c0eb-0b4a-43bb-a4be-956812ba9f8d'
system.alarm.queryStatus(provider=["BHS_Remote"])
system.alarm.queryStatus(all_properties = [['EventId','=',id]], provider=["BHS_Remote"])
result :
[{Source: 'prov:bhs_remote:/tag:AlarmStatus:/alm:Alarm', Display Path: 'SAC server', UUID: 'ede2c0eb-0b4a-43bb-a4be-956812ba9f8d', Current State: 'Active, Acknowledged', Priority: 'Diagnostic', Active Data: {com.inductiveautomation.ignition.common.alarming.config.BasicAlarmProperty@5453c7b3=1.0, eventValue=true, notes=Issue with SAC Server, systemAck=true, name=Alarm, eventTime=Fri Apr 28 11:17:18 EDT 2023, label=SAC, priority=Diagnostic, displayPath=SAC server, ackMode=Unused}, Clear Data: null, Ack Data: {eventTime=Fri Apr 28 11:17:18 EDT 2023}, Runtime Data: {isShelved=false}}]
is it possible that the uuid is comming from a the remote gateway ? and is it possible access UUID from a remote gateway ?