Skip to content

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

omnect/windfarm-monitoring

Repository files navigation

windfarm-monitoring

Product page: https://www.omnect.io/home

What is windfarm-monitoring

This module is designed to demonstrate windfarm metrics and provides the following metrics via an D2C(device-to-cloud) message:

  • latitude
  • longitude
  • wind_speed
  • wind_direction The device-to-cloud messages must be manually routed to IotHub. Therefore a route must be defined in deployment: FROM /messages/modules/windfarm-monitoring/outputs/metrics INTO $upstream

The message protocol used is as follows:

{
    "body": [
        {
            "TimeGeneratedUtc": "2024-10-25T11:19:17.0339573Z",
            "Name": "latitude",
            "Value": 53.91164304155669,
            "Labels": {
                "edge_device": "test-device",
                "iothub": "test-iot-hub.azure-devices.net",
                "module_name": "windfarm-monitoring"
            }
        },
        {
            "TimeGeneratedUtc": "2024-10-25T11:19:17.0339573Z",
            "Name": "longitude",
            "Value": 8.6557029326582,
            "Labels": {
                "edge_device": "test-device",
                "iothub": "test-iot-hub.azure-devices.net",
                "module_name": "windfarm-monitoring"
            }
        },
        {
            "TimeGeneratedUtc": "2024-10-25T11:19:17.0339573Z",
            "Name": "wind_direction",
            "Value": 130,
            "Labels": {
                "edge_device": "test-device",
                "iothub": "test-iot-hub.azure-devices.net",
                "module_name": "windfarm-monitoring"
            }
        },
        {
            "TimeGeneratedUtc": "2024-10-25T11:19:17.0339573Z",
            "Name": "wind_speed",
            "Value": 6.545120016746934,
            "Labels": {
                "edge_device": "test-device",
                "iothub": "test-iot-hub.azure-devices.net",
                "module_name": "windfarm-monitoring"
            }
        }
    ]
}

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


copyright (c) 2022 conplement AG
Content published under the Apache License Version 2.0 or MIT license, are marked as such. They may be used in accordance with the stated license conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages