Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cumulocity-iot/c8y-oee
go-c8y-cli extension to interact with the Cumulocity IoT OEE Application
https://github.com/cumulocity-iot/c8y-oee
c8y cumulocity-iot extension go-c8y-cli go-c8y-cli-extension iot-analytics
Last synced: 2 days ago
JSON representation
go-c8y-cli extension to interact with the Cumulocity IoT OEE Application
- Host: GitHub
- URL: https://github.com/cumulocity-iot/c8y-oee
- Owner: Cumulocity-IoT
- License: apache-2.0
- Created: 2023-04-21T11:31:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T12:02:22.000Z (about 1 year ago)
- Last Synced: 2024-12-20T17:15:39.533Z (2 days ago)
- Topics: c8y, cumulocity-iot, extension, go-c8y-cli, go-c8y-cli-extension, iot-analytics
- Language: Shell
- Homepage: https://cumulocity.com/api/oee/#operation/getProductionPlanList
- Size: 53.7 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c8y-oee
[go-c8y-cli](https://github.com/reubenmiller/go-c8y-cli) extension to provide commands for the Cumulocity IoT OEE app.
Checkout the [go-c8y-cli extension docs](https://goc8ycli.netlify.app/docs/concepts/extensions/) for detailed information about go-c8y-cli extensions.
Checkout the [Official OEE API Documentation](https://cumulocity.com/api/oee) for more details.
## What is included?
|Type|Included|Notes|
|----|:-:|-----|
|Aliases|🔲||
|Commands|✅|OEE commands to manage and view profiles and plant data|
|Templates|✅|OEE specific templates|
|Views|✅|Custom OEE views|## Pre-requisite
This requires the [go-c8y-cli](https://github.com/reubenmiller/go-c8y-cli/releases) version 2.31.0 or newer.
## Install
The extension can be installed using the following command.
```sh
c8y extension install softwareag/c8y-oee# List the available commands
c8y oee
```
:rotating_light: Note :rotating_light: In order to use all the commands well in Powershell, the version of Powershell must be at least 7.3 to avoid unexpected issue.The version of Powershell can be check with this command
```sh
$PSVersionTable.PSVersion
```Example output:
| Major | Minor | Patch | PreReleaseLabel | BuildLabel |
|-------| ----- |-------|------------------|--------------------|
| 7 | 3 | 4 | | |## Useful links
📘 Explore the Knowledge Base
Dive into a wealth of Cumulocity IoT tutorials and articles in our [Tech Community Knowledge Base](https://tech.forums.softwareag.com/tags/c/knowledge-base/6/cumulocity-iot).💡 Get Expert Answers
Stuck or just curious? Ask the Cumulocity IoT experts directly on our [Forum](https://tech.forums.softwareag.com/tags/c/forum/1/Cumulocity-IoT).🚀 Try Cumulocity IoT
See Cumulocity IoT in action with a [Free Trial](https://techcommunity.softwareag.com/en_en/downloads.html).✍️ Share Your Feedback
Your input drives our innovation. If you find a bug, please create an issue in the repository. If you’d like to share your ideas or feedback, please post them [here](https://tech.forums.softwareag.com/c/feedback/2).More to discover
* [How to install OEE application on Cumulocity IoT Edge](https://tech.forums.softwareag.com/t/how-to-install-oee-application-on-cumulocity-iot-edge/268199)
* [OEE-simulators Introduction](https://tech.forums.softwareag.com/t/oee-simulators-introduction/277727)
----
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.