konstantinosGombakis
konstantinosGombakis
I provision a service with "timezone": "Asia/Tokyo" using MQTT binding. The sensor push several attributes/measruements. The issue is the timezone for observedAt is always UTC and ignoring any timezone provided...
Is there any functionality to have metrics like no of connection, failed/successful connection and further integration with a tool like [Prometheus](https://prometheus.io/)
Is there any functionality to have metrics like no of connection, failed/successful connection and further integration with a tool like [Prometheus](https://prometheus.io/)
I have a strange issue. I have the following json as payload: ```json [{ "id": "urn:ngsi-ld:test_small_number", "type": "test", "Category1": { "type": "Property", "value": 1.222e-11, "observedAt": "2024-01-11T10:00:07.446Z" }, "Category2": { "type":...