FIWARE / context.Orion-LD

Context Broker and CEF building block for context data management which supports both the NGSI-LD and the NGSI-v2 APIs
https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06.01_60/gs_CIM009v010601p.pdf
GNU Affero General Public License v3.0
51 stars 43 forks source link

Postgres-DB Error when Orion-LD persists certain entity types #1550

Open IngMiad opened 9 months ago

IngMiad commented 9 months ago

Hello,

Summary

I have an issue with Orion-LD 1.5.1 and Short Term History (STH) based on TimescaleDB 1.7.5-pg12. The issue is that Orion-LD is not able to persist certain kind of entities coming from an OPC UA data source correctly. It will persist them as live-data in Mongo-DB, but throws an error when it tries to persist them in TimescaleDB. Other OPC UA data sources in the same system work perfectly.

Error Description

We are using Orion-LD with Short Term History (STH) for 4 data sources in the moment. 3 of them work perfectly without any error or warning (Manual dummy REST-Entites, Real-life Meteo OPC Weather entites, Dummy OPC UA Car example). As an example here is an image that shows the meteo or weather data from the real-life OPC UA data source is continuously loaded into database via Orion-LD and can be visualized: grafik

Only one datasource is making issues, after we corrected the attribute names according to NGSI-LD standards (see details here: https://github.com/FIWARE/mintaka/issues/167 => Summary is that "_" instead of ":" is being used, because when you use ":" you also have to declare the prefix in context).

So first I want to provide an example with the wrong @context file using ":" instead of "_". Orion-LD perfectly persists data, just Mintaka throws an error at temporal API, because the @context file is wrong (see details in the reference ticket): grafik

When I use the corrected attribute names ("_" instead of ":"), Orion-LD is not able to persist data anymore in STH. It will create TimescaleDB table and add a new row for the new attribute, but the value is always None. grafik

Error Analysis

As described the data of that data source is successfully received by OPC UA IoT-Agent and persisted as Live-Data by Orion-LD: grafik

When Orion-LD tries to load the data of that data source into TimescaleDB it throws an error:

time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windDirection'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windSpeed'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
time=2024-02-08T13:10:06.972Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[210]:kjTreeToContextAttribute | msg=attributeName: 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windSpeed'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windSpeed'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#relativeHumidity'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#diffuseIrradiation'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#solarRadiation'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#relativeHumidity'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#relativeHumidity'
time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
time=2024-02-08T13:10:06.973Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
time=2024-02-08T13:10:06.973Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
time=2024-02-08T13:10:06.973Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10

You can also see in the logs that the Weather-Data works perfectly fine, while the other attribute results in a Postgres-Error.

Having a look at TimescaleDB you can also see that Orion-LD persists rows, but that the value is always null: grafik

Questions

I am not sure why Orion-LD can't persist data from that data source. I also tested to use only this data source (removing other working examples), so that there are not too many connections at the same time, but the Postgres-Issue persists.

Please support on what might go wrong here.

Greetings Inga

kzangeli commented 9 months ago

ok, I will look into that asap (I'm on another issue right now but that one will hopefully soon be solved). Could you please post here the exact operation (headers, URL, payload body) that causes the error? Plus a link to the @context used so I don't have to look for it elsewhere ... :)

IngMiad commented 9 months ago

Hello,

I guess the query with the main issue is the internal query from Orion-LD to persist data from these entities at Timescale-DB. All read-queries that I used to investigate the issue cause no error, but show that live-data works (see query below and screenshot from initial issue description). All queries for historical data using STH have been done with Grafana and by direct database access with a graphical DB tool (also visible in the screenshots of my initial issue description).

Here is the read-query I posted in my last answer. We are using Bruno for REST testing which can't export queries as curl. But I copied in all parameters from the query so that you have a full picture of the query from the Bruno-Screenshot:

Moreover here are some more logs:

  1. IoT-Agent persisting the data at Orion-LD
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=82886412-9459-486b-9fbf-ccc88d44fcdf | trans=82886412-9459-486b-9fbf-ccc88d44fcdf | op=IoTAgentNGSI.MultiEntityPlugin | from=n/a | srv=n/a | subsrv=n/a | msg=multiEntityPlugin entity {"0WTC24CT081A_TempAustrAbs_U":{"type":"https://schema.orgNumber","value":4.599999904632568,"object_id":"0WTC24CT081A_TempAustrAbs_U"},"id":"urn:ngsi-ld:PCS-STJ:SubreceiverC","type":"SubreceiverC"} | comp=IoTAgent
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=82886412-9459-486b-9fbf-ccc88d44fcdf | trans=82886412-9459-486b-9fbf-ccc88d44fcdf | op=IoTAgentNGSI.Entities-LD | from=n/a | srv=n/a | subsrv=n/a | msg=typeInformation: {"lazy":[],"active":[{"name":"0WTC42CT401B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC42CT401B_TempTrgRahRec_U"},{"name":"0WTC42CT401C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTC42CT401C_T_KuLuAustTrgRah_U"},{"name":"0WTC41CT401C_DT_MW_0WTC50B_U","type":"https://schema.org/Number","object_id":"0WTC41CT401C_DT_MW_0WTC50B_U"},{"name":"0WTC42CT402B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC42CT402B_TempTrgRahRec_U"},{"name":"0WTC43CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC43CT001B_TempTrgRahRec_U"},{"name":"0WTC43CT001C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTC43CT001C_T_KuLuAustTrgRah_U"},{"name":"0WTC43CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC43CT002B_TempTrgRahRec_U"},{"name":"0WTC44CT001C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTC44CT001C_T_KuLuAustTrgRah_U"},{"name":"0WTC44CT401B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC44CT401B_TempTrgRahRec_U"},{"name":"0WTC44CT402B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC44CT402B_TempTrgRahRec_U"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SP","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SP"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_LMN","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_LMN"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SPDRLM","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SPDRLM"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SP_OP","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SP_OP"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SPRAMPOF","type":"https://schema.org/Boolean","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SPRAMPOF"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SPURLM","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SPURLM"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SP_HLM","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SP_HLM"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SP_LLM","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SP_LLM"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SP_TRK_ON","type":"https://schema.org/Boolean","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SP_TRK_ON"},{"name":"0WTC45CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC45CT001B_TempTrgRahRec_U"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SPBUMPON","type":"https://schema.org/Boolean","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SPBUMPON"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_PV_IN","type":"https://schema.org/Number","object_id":"0WTC41CT401C_T_KLuAustTrgRah_PV_IN"},{"name":"0WTC41CT401C_MW_0WTC42B_U","type":"https://schema.org/Number","object_id":"0WTC41CT401C_MW_0WTC42B_U"},{"name":"0WTC41CT401C_MW_0WTC41B_U","type":"https://schema.org/Number","object_id":"0WTC41CT401C_MW_0WTC41B_U"},{"name":"0WTC41CT401C_T_KLuAustTrgRah_SPEXTSEL_OP","type":"https://schema.org/Boolean","object_id":"0WTC41CT401C_T_KLuAustTrgRah_SPEXTSEL_OP"},{"name":"0WTC45CT001C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTC45CT001C_T_KuLuAustTrgRah_U"},{"name":"0WTC99XX999_3__MAX_ObFlSubR_C_U_AL","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSubR_C_U_AL"},{"name":"0WTC46CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC46CT001B_TempTrgRahRec_U"},{"name":"0WTC99XX999_3__MAX_ObFlSub_C_U_AH","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSub_C_U_AH"},{"name":"0WTC99XX999_3__MAX_ObFlSub_C_U_WH","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSub_C_U_WH"},{"name":"0WTC99XX999_3__MAX_ObFlSub_C_U_WL","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSub_C_U_WL"},{"name":"0WTC99XX999_3__MAX_ObFlSub_C_U_AL","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSub_C_U_AL"},{"name":"0WTC99XX999_3__MAX_ObFlSubR_C_U_AH","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSubR_C_U_AH"},{"name":"0WTC99XX999_3__MAX_ObFlSubR_C_U_WH","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSubR_C_U_WH"},{"name":"0WTC99XX999_3__MAX_ObFlSubR_C_U_WL","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSubR_C_U_WL"},{"name":"0WTC41CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC41CT002B_TempTrgRahRec_U"},{"name":"0WTC99XX999_3__MAX_ObFlSubR_C_U","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSubR_C_U"},{"name":"0WTC99XX999_3__MAX_ObFlSub_C_U","type":"https://schema.org/Number","object_id":"0WTC99XX999_3__MAX_ObFlSub_C_U"},{"name":"0WTC46CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC46CT002B_TempTrgRahRec_U"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SP","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SP"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_LMN","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_LMN"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SPEXTSEL_OP","type":"https://schema.org/Boolean","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SPEXTSEL_OP"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SP_OP","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SP_OP"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SPRAMPOF","type":"https://schema.org/Boolean","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SPRAMPOF"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SPDRLM","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SPDRLM"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SPURLM","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SPURLM"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SP_HLM","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SP_HLM"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SP_TRK_ON","type":"https://schema.org/Boolean","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SP_TRK_ON"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SPBUMPON","type":"https://schema.org/Boolean","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SPBUMPON"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_PV_IN","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_PV_IN"},{"name":"0WTC46CT001C_MW_0WTC46B_U","type":"https://schema.org/Number","object_id":"0WTC46CT001C_MW_0WTC46B_U"},{"name":"0WTC46CT001C_MW_0WTC45B_U","type":"https://schema.org/Number","object_id":"0WTC46CT001C_MW_0WTC45B_U"},{"name":"0WTC46CT001C_DT_MW_0WTC60B_U","type":"https://schema.org/Number","object_id":"0WTC46CT001C_DT_MW_0WTC60B_U"},{"name":"0WTC45CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC45CT002B_TempTrgRahRec_U"},{"name":"0WTC41CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTC41CT001B_TempTrgRahRec_U"},{"name":"0WTC46CT001C_T_KLuAustTrgRah_SP_LLM","type":"https://schema.org/Number","object_id":"0WTC46CT001C_T_KLuAustTrgRah_SP_LLM"},{"name":"0WTC40CT911C_TDiff_KuLu_WLu_u_U","type":"https://schema.org/Number","object_id":"0WTC40CT911C_TDiff_KuLu_WLu_u_U"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN18","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN18"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN19","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN19"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN20","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN20"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN21","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN21"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN22","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN22"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN23","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN23"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN24","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN24"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN25","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN25"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN26","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN26"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN27","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN27"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN28","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN28"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN29","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN29"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN30","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN30"},{"name":"0WTC21CT042A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC21CT042A_TempAustrAbs_U"},{"name":"0WTC21CT042B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC21CT042B_TempMembRec_U"},{"name":"0WTC21CT082A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC21CT082A_TempAustrAbs_U"},{"name":"0WTC21CT422C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTC21CT422C_TempWLuRec_U"},{"name":"0WTC22CT042B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC22CT042B_TempMembRec_U"},{"name":"0WTC22CT043A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC22CT043A_TempAustrAbs_U"},{"name":"0WTC22CT083A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC22CT083A_TempAustrAbs_U"},{"name":"0WTC23CT042B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC23CT042B_TempMembRec_U"},{"name":"0WTC23CT422C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTC23CT422C_TempWLuRec_U"},{"name":"0WTC24CT041A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC24CT041A_TempAustrAbs_U"},{"name":"0WTC24CT042B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC24CT042B_TempMembRec_U"},{"name":"0WTC24CT081A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC24CT081A_TempAustrAbs_U"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN17","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN17"},{"name":"0WTC25CT042A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC25CT042A_TempAustrAbs_U"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN16","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN16"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN14","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN14"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN22","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN22"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN23","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN23"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN24","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN24"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN25","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN25"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN26","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN26"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN27","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN27"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN28","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN28"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN29","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN29"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN30","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN30"},{"name":"0WTC20CT901C_TempWLuRec_uDIFF_U","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uDIFF_U"},{"name":"0WTC20CT901C_TempWLuRec_uMAX_U","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMAX_U"},{"name":"0WTC20CT901C_TempWLuRec_uMIN_U","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMIN_U"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN1","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN1"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN2","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN2"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN3","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN3"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN4","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN4"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN5","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN5"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN6","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN6"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN7","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN7"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN8","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN8"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN9","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN9"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN10","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN10"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN11","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN11"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN12","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN12"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN13","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN13"},{"name":"0WTC20CT901C_TempWLuRec_uMW_IN15","type":"https://schema.org/Number","object_id":"0WTC20CT901C_TempWLuRec_uMW_IN15"},{"name":"0WTC25CT042B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC25CT042B_TempMembRec_U"},{"name":"0WTC25CT082A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC25CT082A_TempAustrAbs_U"},{"name":"0WTC25CT422C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTC25CT422C_TempWLuRec_U"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN28","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN28"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN30","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN30"},{"name":"0WTC40CT901B_TempTrgRah_oDIFF_U","type":"https://schema.org/Number","object_id":"0WTC40CT901B_TempTrgRah_oDIFF_U"},{"name":"0WTC40CT901B_TempTrgRah_oMAX_U","type":"https://schema.org/Number","object_id":"0WTC40CT901B_TempTrgRah_oMAX_U"},{"name":"0WTC40CT901B_TempTrgRah_oMIN_U","type":"https://schema.org/Number","object_id":"0WTC40CT901B_TempTrgRah_oMIN_U"},{"name":"0WTC40CT901C_T_KuLuAustr_uDIF_U","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uDIF_U"},{"name":"0WTC40CT901C_T_KuLuAustr_uMAX_U","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMAX_U"},{"name":"0WTC40CT901C_T_KuLuAustr_uMIN_U","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMIN_U"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN1","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN1"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN2","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN2"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN3","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN3"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN4","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN4"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN5","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN5"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN6","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN6"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN7","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN7"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN8","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN8"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN9","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN9"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN10","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN10"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN11","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN11"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN12","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN12"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN13","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN13"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN14","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN14"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN15","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN15"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN16","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN16"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN17","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN17"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN27","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN27"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN26","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN26"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN25","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN25"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN24","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN24"},{"name":"0WTC30CT001B_TempKuKanSeWdRec_U","type":"https://schema.org/Number","object_id":"0WTC30CT001B_TempKuKanSeWdRec_U"},{"name":"0WTC30CT001C_T_KuKanSeWdLuRec_U","type":"https://schema.org/Number","object_id":"0WTC30CT001C_T_KuKanSeWdLuRec_U"},{"name":"0WTC30CT002B_TempKuKanSeWdRec_U","type":"https://schema.org/Number","object_id":"0WTC30CT002B_TempKuKanSeWdRec_U"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN1","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN1"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN2","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN2"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN3","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN3"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN4","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN4"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN5","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN5"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN6","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN6"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN7","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN7"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN8","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN8"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN9","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN9"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN21","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN21"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN10","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN10"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN12","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN12"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN13","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN13"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN14","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN14"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN15","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN15"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN16","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN16"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN17","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN17"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN18","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN18"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN19","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN19"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN20","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN20"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN21","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN21"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN22","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN22"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN23","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN23"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN11","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN11"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN18","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN18"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN20","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN20"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN18","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN18"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN27","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN27"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN28","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN28"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN29","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN29"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN30","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN30"},{"name":"0WTC10CT901C_TempWLuRec_oDIFF_U","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oDIFF_U"},{"name":"0WTC10CT901C_TempWLuRec_oMAX_U","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMAX_U"},{"name":"0WTC10CT901C_TempWLuRec_oMIN_U","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMIN_U"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN1","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN1"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN2","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN2"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN3","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN3"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN4","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN4"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN5","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN5"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN6","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN6"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN7","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN7"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN8","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN8"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN9","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN9"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN10","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN10"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN11","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN11"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN12","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN12"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN13","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN13"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN14","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN14"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN15","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN15"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN16","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN16"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN17","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN17"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN18","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN18"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN26","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN26"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN19","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN19"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN25","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN25"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN23","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN23"},{"name":"0WTC10CT901B_TempMembRec_oDIF_U","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oDIF_U"},{"name":"0WTC10CT901B_TempMembRec_oMAX_U","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMAX_U"},{"name":"0WTC10CT901B_TempMembRec_oMIN_U","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMIN_U"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN1","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN1"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN2","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN2"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN3","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN3"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN4","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN4"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN5","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN5"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN6","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN6"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN7","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN7"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN8","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN8"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN9","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN9"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN10","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN10"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN11","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN11"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN12","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN12"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN13","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN13"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN14","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN14"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN15","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN15"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN16","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN16"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN17","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN17"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN18","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN18"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN19","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN19"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN20","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN20"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN21","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN21"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN22","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN22"},{"name":"0WTC10CT901B_TempMembRec_oMW_IN24","type":"https://schema.org/Number","object_id":"0WTC10CT901B_TempMembRec_oMW_IN24"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN20","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN20"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN21","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN21"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN22","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN22"},{"name":"0WTC15CT063A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC15CT063A_TempAustrAbs_U"},{"name":"0WTC15CT092A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC15CT092A_TempAustrAbs_U"},{"name":"0WTC15CT422A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC15CT422A_TempAustrAbs_U"},{"name":"0WTC15CT422C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTC15CT422C_TempWLuRec_U"},{"name":"0WTC15CT453A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC15CT453A_TempAustrAbs_U"},{"name":"0WTC20CT901B_TempMembRec_uDIF_U","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uDIF_U"},{"name":"0WTC20CT901B_TempMembRec_uMAX_U","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMAX_U"},{"name":"0WTC20CT901B_TempMembRec_uMIN_U","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMIN_U"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN1","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN1"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN2","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN2"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN3","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN3"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN4","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN4"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN5","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN5"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN6","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN6"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN7","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN7"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN8","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN8"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN9","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN9"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN10","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN10"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN11","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN11"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN12","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN12"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN13","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN13"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN14","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN14"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN15","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN15"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN16","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN16"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN17","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN17"},{"name":"0WTC15CT052A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC15CT052A_TempAustrAbs_U"},{"name":"0WTC15CT032B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC15CT032B_TempMembRec_U"},{"name":"0WTC15CT013A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC15CT013A_TempAustrAbs_U"},{"name":"0WTC15CT011A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC15CT011A_TempAustrAbs_U"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN23","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN23"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN24","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN24"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN25","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN25"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN26","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN26"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN27","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN27"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN28","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN28"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN29","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN29"},{"name":"0WTC10CT901C_TempWLuRec_oMW_IN30","type":"https://schema.org/Number","object_id":"0WTC10CT901C_TempWLuRec_oMW_IN30"},{"name":"0WTC11CT012A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC11CT012A_TempAustrAbs_U"},{"name":"0WTC11CT032B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC11CT032B_TempMembRec_U"},{"name":"0WTC11CT052A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC11CT052A_TempAustrAbs_U"},{"name":"0WTC11CT092A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC11CT092A_TempAustrAbs_U"},{"name":"0WTC20CT901B_TempMembRec_uMW_IN19","type":"https://schema.org/Number","object_id":"0WTC20CT901B_TempMembRec_uMW_IN19"},{"name":"0WTC11CT422A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC11CT422A_TempAustrAbs_U"},{"name":"0WTC12CT013A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC12CT013A_TempAustrAbs_U"},{"name":"0WTC12CT032B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC12CT032B_TempMembRec_U"},{"name":"0WTC12CT053A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC12CT053A_TempAustrAbs_U"},{"name":"0WTC12CT093A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC12CT093A_TempAustrAbs_U"},{"name":"0WTC12CT423A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC12CT423A_TempAustrAbs_U"},{"name":"0WTC13CT032B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC13CT032B_TempMembRec_U"},{"name":"0WTC13CT422C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTC13CT422C_TempWLuRec_U"},{"name":"0WTC14CT011A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC14CT011A_TempAustrAbs_U"},{"name":"0WTC14CT032B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTC14CT032B_TempMembRec_U"},{"name":"0WTC14CT051A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC14CT051A_TempAustrAbs_U"},{"name":"0WTC14CT091A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC14CT091A_TempAustrAbs_U"},{"name":"0WTC14CT421A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTC14CT421A_TempAustrAbs_U"},{"name":"0WTC11CT422C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTC11CT422C_TempWLuRec_U"},{"name":"0WTC40CT912B_TDiff_TrgR_Mem_u_U","type":"https://schema.org/Number","object_id":"0WTC40CT912B_TDiff_TrgR_Mem_u_U"},{"name":"0WTC40CT901B_T_TrgRahRec_oMW_IN29","type":"https://schema.org/Number","object_id":"0WTC40CT901B_T_TrgRahRec_oMW_IN29"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN3","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN3"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN14","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN14"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN12","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN12"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN11","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN11"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN10","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN10"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN9","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN9"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN8","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN8"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN7","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN7"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN6","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN6"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN5","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN5"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN4","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN4"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN2","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN2"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN15","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN15"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN1","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN1"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN29","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN29"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN28","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN28"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN27","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN27"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN26","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN26"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN25","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN25"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN24","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN24"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN23","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN23"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN22","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN22"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN21","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN21"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN20","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN20"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN19","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN19"},{"name":"0WTC40CT901C_T_KuLuAustr_uMW_IN30","type":"https://schema.org/Number","object_id":"0WTC40CT901C_T_KuLuAustr_uMW_IN30"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN16","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN16"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN13","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN13"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN18","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN18"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN28","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN28"},{"name":"0WTC40CT902B_TempTrgRah_uDIFF_U","type":"https://schema.org/Number","object_id":"0WTC40CT902B_TempTrgRah_uDIFF_U"},{"name":"0WTC40CT902B_TempTrgRah_uMAX_U","type":"https://schema.org/Number","object_id":"0WTC40CT902B_TempTrgRah_uMAX_U"},{"name":"0WTC40CT902B_TempTrgRah_uMIN_U","type":"https://schema.org/Number","object_id":"0WTC40CT902B_TempTrgRah_uMIN_U"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN17","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN17"},{"name":"0WTC40CT911B_TDiff_TrgR_Mem_o_U","type":"https://schema.org/Number","object_id":"0WTC40CT911B_TDiff_TrgR_Mem_o_U"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN29","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN29"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN27","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN27"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN30","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN30"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN25","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN25"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN24","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN24"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN23","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN23"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN22","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN22"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN21","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN21"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN20","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN20"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN19","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN19"},{"name":"0WTC40CT902B_T_TrgRahRec_uMW_IN26","type":"https://schema.org/Number","object_id":"0WTC40CT902B_T_TrgRahRec_uMW_IN26"}],"commands":[],"staticAttributes":[],"subscriptions":[],"_id":"65c4cd91f430a379dc78a190","creationDate":"2024-02-08T12:48:17.457Z","id":"urn:ngsi-ld:PCS-STJ:SubreceiverC","type":"SubreceiverC","nam":"urn:ngsi-ld:PCS-STJ:SubreceiverC","service":"opcua_pcs","subservice":"/pcs","internalId":null,"apikey":"iot","endpoint":"opc.tcp://192.168.0.102:48050","explicitAttrs":false} | comp=IoTAgent
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=82886412-9459-486b-9fbf-ccc88d44fcdf | trans=82886412-9459-486b-9fbf-ccc88d44fcdf | op=IoTAgentNGSI.Entities-LD | from=n/a | srv=n/a | subsrv=n/a |msg=Updating device value in the Context Broker at [http://orion-ld:1026/ngsi-ld/v1/entityOperations/upsert/?options=update] | comp=IoTAgent
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=82886412-9459-486b-9fbf-ccc88d44fcdf | trans=82886412-9459-486b-9fbf-ccc88d44fcdf | op=IoTAgentNGSI.Entities-LD | from=n/a | srv=n/a | subsrv=n/a |msg=Using the following NGSI-LD request:    
    {
           "url": "http://orion-ld:1026/ngsi-ld/v1/entityOperations/upsert/?options=update",
           "method": "POST",
           "headers": {
               "fiware-service": "opcua_pcs",
               "fiware-servicepath": "/pcs",
               "Content-Type": "application/ld+json",
               "NGSILD-Tenant": "opcua_pcs",
               "NGSILD-Path": "/pcs"
           },
           "json": [
               {
                   "@context": "http://ld-context/ld-context/datamodels.context-ngsild.jsonld",
                   "0WTC24CT081A_TempAustrAbs_U": {
                       "type": "Property",
                       "value": {
                           "@type": "https://schema.org/Number",
                           "@value": 4.599999904632568
                       },
                       "observedAt": "2024-02-08T13:07:52.693Z"
                   },
                   "id": "urn:ngsi-ld:PCS-STJ:SubreceiverC",
                   "type": "SubreceiverC"
               }
           ]
    }   
    | comp=IoTAgent
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=82886412-9459-486b-9fbf-ccc88d44fcdf | trans=82886412-9459-486b-9fbf-ccc88d44fcdf | op=IoTAgentNGSI.Request | from=n/a | srv=n/a | subsrv=n/a |msg=Options: {
       "url": "http://orion-ld:1026/ngsi-ld/v1/entityOperations/upsert/?options=update",
       "method": "POST",
       "headers": {
           "fiware-service": "opcua_pcs",
           "fiware-servicepath": "/pcs",
           "Content-Type": "application/ld+json",
           "NGSILD-Tenant": "opcua_pcs",
           "NGSILD-Path": "/pcs"
       },
       "json": [
           {
               "@context": "http://ld-context/ld-context/datamodels.context-ngsild.jsonld",
               "0WTC24CT081A_TempAustrAbs_U": {
                   "type": "Property",
                   "value": {
                       "@type": "https://schema.org/Number",
                       "@value": 4.599999904632568
                   },
                   "observedAt": "2024-02-08T13:07:52.693Z"
               },
               "id": "urn:ngsi-ld:PCS-STJ:SubreceiverC",
               "type": "SubreceiverC"
           }
       ]
    } | comp=IoTAgent
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | trans=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | op=IoTAgentNGSI.MongoDBGroupRegister | from=n/a | srv=n/a |subsrv=n/a | msg=Device group for fields [["type"]] not found: [{"type":"SubreceiverA"}] | comp=IoTAgent
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | trans=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | op=IoTAgentNGSI.NGSIService | from=n/a | srv=opcua_pcs | subsrv=/pcs | msg=error {"name":"DEVICE_GROUP_NOT_FOUND","message":"Couldn\t find device group for fields: [\"type\"] and values: {\"type\":\"SubreceiverA\"}","code":404} in get group device |comp=IoTAgent
    time=2024-02-08T13:07:52.693Z | lvl=DEBUG | corr=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | trans=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | op=IoTAgentNGSI.NGSIUtils | from=n/a | srv=n/a | subsrv=n/a | msg=typeInformation {"lazy":[],"active":[{"name":"0WTA10CT901C_TempWLuRec_oMW_IN19","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN19"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN18","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN18"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN17","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN17"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN15","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN15"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN14","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN14"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN13","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN13"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN12","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN12"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN11","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN11"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN16","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN16"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN1","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN1"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN10","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN10"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN9","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN9"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN8","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN8"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN7","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN7"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN6","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN6"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN5","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN5"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN4","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN4"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN3","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN3"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN2","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN2"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN20","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN20"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN21","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN21"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN28","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN28"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN23","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN23"},{"name":"0WTA12CT023A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA12CT023A_TempAustrAbs_U"},{"name":"0WTA12CT052B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA12CT052B_TempMembRec_U"},{"name":"0WTA12CT063A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA12CT063A_TempAustrAbs_U"},{"name":"0WTA13CT052B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA13CT052B_TempMembRec_U"},{"name":"0WTA13CT472C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTA13CT472C_TempWLuRec_U"},{"name":"0WTA14CT052B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA14CT052B_TempMembRec_U"},{"name":"0WTA99XX999_5__MaxTempStrSchutz_U","type":"https://schema.org/Number","object_id":"0WTA99XX999_5__MaxTempStrSchutz_U"},{"name":"0WTA99XX999_5__MaxTempStrSchut_U","type":"https://schema.org/Number","object_id":"0WTA99XX999_5__MaxTempStrSchut_U"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN22","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN22"},{"name":"0WTA11CT472C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTA11CT472C_TempWLuRec_U"},{"name":"0WTA11CT052B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA11CT052B_TempMembRec_U"},{"name":"0WTA11CT022A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA11CT022A_TempAustrAbs_U"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN30","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN30"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN29","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN29"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN27","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN27"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN26","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN26"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN25","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN25"},{"name":"0WTA10CT901C_TempWLuRec_oMW_IN24","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMW_IN24"},{"name":"0WTA11CT062A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA11CT062A_TempAustrAbs_U"},{"name":"0WTA10CT901C_TempWLuRec_oMIN_U","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMIN_U"},{"name":"0WTA14CT061A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA14CT061A_TempAustrAbs_U"},{"name":"0WTA10CT901C_TempWLuRec_oDIFF_U","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oDIFF_U"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN10","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN10"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN9","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN9"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN8","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN8"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN7","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN7"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN6","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN6"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN5","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN5"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN4","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN4"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN3","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN3"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN2","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN2"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN1","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN1"},{"name":"0WTA99XX999_1__MAX_ObFlSubR_A_U","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSubR_A_U"},{"name":"0WTA99XX999_1__MAX_ObFlSub_A_U_AH","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSub_A_U_AH"},{"name":"0WTA99XX999_1__MAX_ObFlSub_A_U_WH","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSub_A_U_WH"},{"name":"0WTA99XX999_1__MAX_ObFlSub_A_U_WL","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSub_A_U_WL"},{"name":"0WTA99XX999_1__MAX_ObFlSub_A_U_AL","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSub_A_U_AL"},{"name":"0WTA99XX999_1__MAX_ObFlSubR_A_U_AH","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSubR_A_U_AH"},{"name":"0WTA99XX999_1__MAX_ObFlSubR_A_U_WH","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSubR_A_U_WH"},{"name":"0WTA99XX999_1__MAX_ObFlSubR_A_U_WL","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSubR_A_U_WL"},{"name":"0WTA99XX999_1__MAX_ObFlSubR_A_U_AL","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSubR_A_U_AL"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN11","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN11"},{"name":"0WTA10CT901C_TempWLuRec_oMAX_U","type":"https://schema.org/Number","object_id":"0WTA10CT901C_TempWLuRec_oMAX_U"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN12","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN12"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN14","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN14"},{"name":"0WTA10CT901B_TempMembRec_oMIN_U","type":"https://schema.org/Number","object_id":"0WTA10CT901B_TempMembRec_oMIN_U"},{"name":"0WTA10CT901B_TempMembRec_oMAX_U","type":"https://schema.org/Number","object_id":"0WTA10CT901B_TempMembRec_oMAX_U"},{"name":"0WTA10CT901B_TempMembRec_oDIF_U","type":"https://schema.org/Number","object_id":"0WTA10CT901B_TempMembRec_oDIF_U"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN30","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN30"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN29","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN29"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN28","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN28"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN27","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN27"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN26","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN26"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN25","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN25"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN24","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN24"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN23","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN23"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN22","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN22"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN21","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN21"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN20","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN20"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN19","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN19"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN18","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN18"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN17","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN17"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN16","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN16"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN15","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN15"},{"name":"0WTA10CT901B_T_MembRec_oMW_IN13","type":"https://schema.org/Number","object_id":"0WTA10CT901B_T_MembRec_oMW_IN13"},{"name":"0WTA99XX999_1__MAX_ObFlSub_A_U","type":"https://schema.org/Number","object_id":"0WTA99XX999_1__MAX_ObFlSub_A_U"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN21","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN21"},{"name":"0WTA46CT001C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTA46CT001C_T_KuLuAustTrgRah_U"},{"name":"0WTA22CT062B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA22CT062B_TempMembRec_U"},{"name":"0WTA22CT053A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA22CT053A_TempAustrAbs_U"},{"name":"0WTA22CT013A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA22CT013A_TempAustrAbs_U"},{"name":"0WTA21CT482A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA21CT482A_TempAustrAbs_U"},{"name":"0WTA21CT472C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTA21CT472C_TempWLuRec_U"},{"name":"0WTA21CT092A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA21CT092A_TempAustrAbs_U"},{"name":"0WTA21CT062B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA21CT062B_TempMembRec_U"},{"name":"0WTA21CT052A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA21CT052A_TempAustrAbs_U"},{"name":"0WTA21CT012A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA21CT012A_TempAustrAbs_U"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN30","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN30"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN29","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN29"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN28","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN28"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN27","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN27"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN26","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN26"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN25","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN25"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN24","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN24"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN23","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN23"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN22","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN22"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN21","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN21"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN20","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN20"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN19","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN19"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN18","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN18"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN17","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN17"},{"name":"0WTA22CT093A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA22CT093A_TempAustrAbs_U"},{"name":"0WTA22CT483A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA22CT483A_TempAustrAbs_U"},{"name":"0WTA23CT062B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA23CT062B_TempMembRec_U"},{"name":"0WTA23CT472C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTA23CT472C_TempWLuRec_U"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN8","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN8"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN7","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN7"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN6","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN6"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN5","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN5"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN4","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN4"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN3","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN3"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN2","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN2"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN1","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN1"},{"name":"0WTA30CT002B_TempKuKanSeWdRec_U","type":"https://schema.org/Number","object_id":"0WTA30CT002B_TempKuKanSeWdRec_U"},{"name":"0WTA30CT001C_T_KuKanSeWdLuRec_U","type":"https://schema.org/Number","object_id":"0WTA30CT001C_T_KuKanSeWdLuRec_U"},{"name":"0WTA30CT001B_TempKuKanSeWdRec_U","type":"https://schema.org/Number","object_id":"0WTA30CT001B_TempKuKanSeWdRec_U"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN16","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN16"},{"name":"0WTA25CT482A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA25CT482A_TempAustrAbs_U"},{"name":"0WTA25CT453A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA25CT453A_TempAustrAbs_U"},{"name":"0WTA25CT093A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA25CT093A_TempAustrAbs_U"},{"name":"0WTA25CT091A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA25CT091A_TempAustrAbs_U"},{"name":"0WTA25CT062B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA25CT062B_TempMembRec_U"},{"name":"0WTA25CT052A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA25CT052A_TempAustrAbs_U"},{"name":"0WTA25CT043A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA25CT043A_TempAustrAbs_U"},{"name":"0WTA25CT012A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA25CT012A_TempAustrAbs_U"},{"name":"0WTA24CT091A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA24CT091A_TempAustrAbs_U"},{"name":"0WTA24CT062B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA24CT062B_TempMembRec_U"},{"name":"0WTA24CT051A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA24CT051A_TempAustrAbs_U"},{"name":"0WTA24CT011A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA24CT011A_TempAustrAbs_U"},{"name":"0WTA25CT472C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTA25CT472C_TempWLuRec_U"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN15","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN15"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN14","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN14"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN13","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN13"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN20","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN20"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN19","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN19"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN18","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN18"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN17","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN17"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN16","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN16"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN15","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN15"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN14","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN14"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN13","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN13"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN12","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN12"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN11","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN11"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN10","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN10"},{"name":"0WTA14CT021A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA14CT021A_TempAustrAbs_U"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN9","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN9"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN7","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN7"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN6","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN6"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN5","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN5"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN4","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN4"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN3","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN3"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN2","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN2"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN1","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN1"},{"name":"0WTA15CT472C_TempWLuRec_U","type":"https://schema.org/Number","object_id":"0WTA15CT472C_TempWLuRec_U"},{"name":"0WTA15CT062A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA15CT062A_TempAustrAbs_U"},{"name":"0WTA15CT052B_TempMembRec_U","type":"https://schema.org/Number","object_id":"0WTA15CT052B_TempMembRec_U"},{"name":"0WTA15CT022A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA15CT022A_TempAustrAbs_U"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN8","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN8"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN9","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN9"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN22","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN22"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN24","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN24"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN12","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN12"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN11","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN11"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN10","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN10"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN9","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN9"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN8","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN8"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN7","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN7"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN6","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN6"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN5","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN5"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN4","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN4"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN3","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN3"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN2","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN2"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN23","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN23"},{"name":"0WTA20CT901C_TempWLuRec_uMW_IN1","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMW_IN1"},{"name":"0WTA20CT901C_TempWLuRec_uMAX_U","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMAX_U"},{"name":"0WTA20CT901C_TempWLuRec_uDIFF_U","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uDIFF_U"},{"name":"0WTA20CT901B_TempMembRec_uMIN_U","type":"https://schema.org/Number","object_id":"0WTA20CT901B_TempMembRec_uMIN_U"},{"name":"0WTA20CT901B_TempMembRec_uMAX_U","type":"https://schema.org/Number","object_id":"0WTA20CT901B_TempMembRec_uMAX_U"},{"name":"0WTA20CT901B_TempMembRec_uDIF_U","type":"https://schema.org/Number","object_id":"0WTA20CT901B_TempMembRec_uDIF_U"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN30","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN30"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN29","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN29"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN28","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN28"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN27","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN27"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN26","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN26"},{"name":"0WTA20CT901B_T_MembRec_uMW_IN25","type":"https://schema.org/Number","object_id":"0WTA20CT901B_T_MembRec_uMW_IN25"},{"name":"0WTA20CT901C_TempWLuRec_uMIN_U","type":"https://schema.org/Number","object_id":"0WTA20CT901C_TempWLuRec_uMIN_U"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN10","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN10"},{"name":"0WTA24CT481A_TempAustrAbs_U","type":"https://schema.org/Number","object_id":"0WTA24CT481A_TempAustrAbs_U"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN12","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN12"},{"name":"0WTA45CT001C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTA45CT001C_T_KuLuAustTrgRah_U"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN24","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN24"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN23","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN23"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN22","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN22"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN11","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN11"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN20","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN20"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN19","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN19"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN18","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN18"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN17","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN17"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN16","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN16"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN15","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN15"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN25","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN25"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN14","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN14"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN12","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN12"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN11","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN11"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN10","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN10"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN9","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN9"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN8","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN8"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN7","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN7"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN6","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN6"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN5","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN5"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN4","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN4"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN3","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN3"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN2","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN2"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN13","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN13"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN1","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN1"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN26","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN26"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN28","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN28"},{"name":"0WTA46CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA46CT001B_TempTrgRahRec_U"},{"name":"0WTA45CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA45CT002B_TempTrgRahRec_U"},{"name":"0WTA46CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA46CT002B_TempTrgRahRec_U"},{"name":"0WTA45CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA45CT001B_TempTrgRahRec_U"},{"name":"0WTA44CT402B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA44CT402B_TempTrgRahRec_U"},{"name":"0WTA44CT401B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA44CT401B_TempTrgRahRec_U"},{"name":"0WTA44CT001C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTA44CT001C_T_KuLuAustTrgRah_U"},{"name":"0WTA43CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA43CT002B_TempTrgRahRec_U"},{"name":"0WTA43CT001C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTA43CT001C_T_KuLuAustTrgRah_U"},{"name":"0WTA43CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA43CT001B_TempTrgRahRec_U"},{"name":"0WTA42CT402B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA42CT402B_TempTrgRahRec_U"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN27","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN27"},{"name":"0WTA42CT401C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTA42CT401C_T_KuLuAustTrgRah_U"},{"name":"0WTA41CT401C_T_KuLuAustTrgRah_U","type":"https://schema.org/Number","object_id":"0WTA41CT401C_T_KuLuAustTrgRah_U"},{"name":"0WTA41CT002B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA41CT002B_TempTrgRahRec_U"},{"name":"0WTA41CT001B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA41CT001B_TempTrgRahRec_U"},{"name":"0WTA40CT912B_TDiff_TrgR_Mem_o_U","type":"https://schema.org/Number","object_id":"0WTA40CT912B_TDiff_TrgR_Mem_o_U"},{"name":"0WTA40CT911C_TDiff_KuLu_WLu_o_U","type":"https://schema.org/Number","object_id":"0WTA40CT911C_TDiff_KuLu_WLu_o_U"},{"name":"0WTA40CT911B_TDiff_TrgR_Mem_u_U","type":"https://schema.org/Number","object_id":"0WTA40CT911B_TDiff_TrgR_Mem_u_U"},{"name":"0WTA40CT902B_TempTrgRah_oMIN_U","type":"https://schema.org/Number","object_id":"0WTA40CT902B_TempTrgRah_oMIN_U"},{"name":"0WTA40CT902B_TempTrgRah_oMAX_U","type":"https://schema.org/Number","object_id":"0WTA40CT902B_TempTrgRah_oMAX_U"},{"name":"0WTA40CT902B_TempTrgRah_oDIFF_U","type":"https://schema.org/Number","object_id":"0WTA40CT902B_TempTrgRah_oDIFF_U"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN30","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN30"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN29","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN29"},{"name":"0WTA42CT401B_TempTrgRahRec_U","type":"https://schema.org/Number","object_id":"0WTA42CT401B_TempTrgRahRec_U"},{"name":"0WTA40CT901C_T_KuLuAustr_oMW_IN30","type":"https://schema.org/Number","object_id":"0WTA40CT901C_T_KuLuAustr_oMW_IN30"},{"name":"0WTA40CT902B_T_TrgRahRec_oMW_IN21","type":"https://schema.org/Number","object_id":"0WTA40CT902B_T_TrgRahRec_oMW_IN21"},{"name":"0WTA40CT901C_T_KuLuAustr_oMW_IN28","type":"https://schema.org/Number","object_id":"0WTA40CT901C_T_KuLuAustr_oMW_IN28"},{"name":"0WTA40CT901C_T_KuLuAustr_oMAX_U","type":"https://schema.org/Number","object_id":"0WTA40CT901C_T_KuLuAustr_oMAX_U"},{"name":"0WTA40CT901C_T_KuLuAustr_oDIF_U","type":"https://schema.org/Number","object_id":"0WTA40CT901C_T_KuLuAustr_oDIF_U"},{"name":"0WTA40CT901B_TempTrgRah_uMIN_U","type":"https://schema.org/Number","object_id":"0WTA40CT901B_TempTrgRah_uMIN_U"},{"name":"0WTA40CT901B_TempTrgRah_uMAX_U","type":"https://schema.org/Number","object_id":"0WTA40CT901B_TempTrgRah_uMAX_U"},{"name":"0WTA40CT901B_TempTrgRah_uDIFF_U","type":"https://schema.org/Number","object_id":"0WTA40CT901B_TempTrgRah_uDIFF_U"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN30","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN30"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN28","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN28"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN27","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN27"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN26","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN26"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN25","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN25"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN24","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN24"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN23","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN23"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN22","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN22"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN21","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN21"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN20","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN20"},{"name":"0WTA40CT901C_T_KuLuAustr_oMW_IN29","type":"https://schema.org/Number","object_id":"0WTA40CT901C_T_KuLuAustr_oMW_IN29"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN19","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN19"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN18","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN18"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN17","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN17"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN16","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN16"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN15","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN15"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN14","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN14"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN13","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN13"},{"name":"0WTA40CT901C_T_KuLuAustr_oMIN_U","type":"https://schema.org/Number","object_id":"0WTA40CT901C_T_KuLuAustr_oMIN_U"},{"name":"0WTA40CT901C_T_KuLuAustr_oMW_IN1","type":"https://schema.org/Number","object_id":"0WTA40CT901C_T_KuLuAustr_oMW_IN1"},{"name":"0WTA40CT901B_T_TrgRahRec_uMW_IN29","type":"https://schema.org/Number","object_id":"0WTA40CT901B_T_TrgRahRec_uMW_IN29"},{"name":"0WTA40CT901C_T_KuLuAustr_oMW_IN3","type":"https://schema.org/Number","object_id":^Ctime=2024-02-08T13:07:52.694Z | lvl=DEBUG | corr=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | trans=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | op=IoTAgentNGSI.expressionPlugin | from=n/a | srv=n/a | subsrv=n/a | msg=expressionPlugin entity {"0WTA10CT901B_T_MembRec_oMW_IN1":{"type":"https://schema.orgNumber","value":4.900000095367432,"object_id":"0WTA10CT901B_T_MembRec_oMW_IN1"},"id":"urn:ngsi-ld:PCS-STJ:SubreceiverA","type":"SubreceiverA"} | comp=IoTAgent
    time=2024-02-08T13:07:52.694Z | lvl=DEBUG | corr=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | trans=e8cf261b-0b30-4337-a8fc-20019ea4b1f1 | op=IoTAgentNGSI.MultiEntityPlugin | from=n/a | srv=n/a | subsrv=n/a | msg=multiEntityPlugin entity {"0WTA10CT901B_T_MembRec_oMW_IN1":{"type":"https://schema.orgNumber","value":4.900000095367432,"object_id":"0WTA10CT901B_T_MembRec_oMW_IN1"},"id":"urn:ngsi-ld:PCS-STJ:SubreceiverA","type":"SubreceiverA"} | comp=IoTAgent
  2. Orion-LD throwing error (same as in my first posted quesion)
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windDirection'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windSpeed'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
        time=2024-02-08T13:10:06.972Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[210]:kjTreeToContextAttribute | msg=attributeName: 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windSpeed'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#windSpeed'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#relativeHumidity'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#diffuseIrradiation'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#solarRadiation'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#relativeHumidity'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#relativeHumidity'
        time=2024-02-08T13:10:06.972Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=kjTreeToContextAttribute.cpp[644]:kjTreeToContextAttribute | msg=Calling attributeValueSet for attribute 'https://uri.fiware.org/ns/data-models#atmosphericPressure'
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
        time=2024-02-08T13:10:06.973Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
        time=2024-02-08T13:10:06.973Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[178]:pgConnectionGet | msg=poolP->connectionV at 0x7f0ac40109f0
        time=2024-02-08T13:10:06.973Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgCommands.cpp[49]:pgCommands | msg=no connection to postgres
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[175]:pgConnectionGet | msg=Internal Error (bug in postgres connection pool logic?)
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[176]:pgConnectionGet | msg=poolP at 0x7f0ac400acb0
        time=2024-02-08T13:10:06.973Z | lvl=WARN | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=pgConnectionGet.cpp[177]:pgConnectionGet | msg=poolP->items: 10
  3. *Timescale-DB showing some warnings**
        2024-02-08 13:27:56.652 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:57.056 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:57.652 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:57.653 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:58.057 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:58.653 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:58.654 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:59.058 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:59.654 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:27:59.655 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:00.060 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:00.654 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:00.656 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:01.061 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:01.656 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:01.657 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:02.062 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:02.657 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:02.658 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:03.064 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:03.659 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:03.660 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:04.064 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:04.659 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:04.661 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:05.064 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:05.660 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:05.662 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:06.065 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:06.661 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:06.663 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:07.067 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:07.663 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:07.665 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:08.067 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:08.663 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:08.666 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:09.068 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:09.664 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:09.667 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:10.070 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:10.665 UTC [29] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:10.668 UTC [30] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background workers
        2024-02-08 13:28:11.071 UTC [511] WARNING:  failed to launch job 1 "Telemetry Reporter": out of background worker

I also checked the Timescale-DB warnings, but these also occur when I only use the working data sources. That's why I think this warning should be investigated by us, but don't cause the postgres issue with no value. Orion-LD is able to persist data for all data sources, but in case of the entities with the issue unfortunately without the value field.
Here is the configuration of timescaleDB that might be optimized by us:

…
max_worker_processes = 139              # (change requires restart)
max_parallel_workers = 128              # maximum number of max_worker_processes that
                                        # can be used in parallel operations
...

Moreover I provided you the @context-file for further reference.

Greetings Inga