-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Span Smart Breaker Panel support as Power Meter #86
base: main
Are you sure you want to change the base?
Conversation
…dvanced tooling IDEs like VisualStudio
end | ||
|
||
function send_properties() | ||
enapter.send_properties({vendor = "SPAN.IO", model = "Smart Breaker Panel"}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to manifest.yml ip_address
also should be sent in properties
type: string | ||
|
||
alerts: | ||
communication_failed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this alert is absent in .lua script
severity: warning | ||
|
||
telemetry: | ||
status: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this metric is absent in .lua script
breaker_2_name: | ||
type: string | ||
display_name: B2 Name | ||
breaker_2_id: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does ID exist only for first 2 breakers?
- Create the [Enapter Virtual UCM](https://handbook.enapter.com/software/software.html#%F0%9F%92%8E-virtual-ucm). | ||
- [Upload](https://developers.enapter.com/docs/tutorial/uploading-blueprint/) this blueprint to ENP-VIRTUAL. | ||
- Please ensure that your installer is connecting the LAN connection of the battery to your network. | ||
- Use the `Configure` command in the Enapter mobile or Web app to set up the LG RESU 10h/16h Prime: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Use the `Configure` command in the Enapter mobile or Web app to set up the LG RESU 10h/16h Prime: | |
- Use the `Configure` command in the Enapter mobile or Web app to set up the SPAN.IO Smart Panel: |
@@ -0,0 +1,17 @@ | |||
# SPAN.io Smart Panel | |||
|
|||
This [Enapter Device Blueprint](https://go.enapter.com/marketplace-readme) integrates **SPAN.IO Smart Panels** - breaker panel. The connection is via standard http REST calls. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This [Enapter Device Blueprint](https://go.enapter.com/marketplace-readme) integrates **SPAN.IO Smart Panels** - breaker panel. The connection is via standard http REST calls. | |
This [Enapter Device Blueprint](https://go.enapter.com/marketplace-readme) integrates **SPAN.IO Smart Panel** - breaker panel. The connection is set via standard HTTP REST calls. |
|
||
## References | ||
|
||
- [SPAN.IO](https://span.io) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [SPAN.IO](https://span.io) | |
- [SPAN.IO Smart Panel product page](https://www.span.io/panel) |
No description provided.