You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,11 @@
14
14
<br />
15
15
16
16
This Python package implements the message validation for the EN50491-12-2 "S2" standard for home and building energy management. This implementation
17
-
is based on the asyncapi description of the protocol provided in the [s2-ws-json](https://github.com/flexiblepower/s2-ws-json/) repository.
17
+
is based on the asyncapi description of the protocol provided in the [s2-ws-json](https://github.com/flexiblepower/s2-ws-json/) repository.
18
+
To learn more about the S2 standard:
19
+
-[Read the S2 standard's documentation](https://docs.s2standard.org/) for a detailed explanation of S2
20
+
-[Visit the website](https://s2standard.org) for a high-level explanation of S2
21
+
-[Read the whitepaper](https://ecostandard.org/wp-content/uploads/2024/05/20240521_DSF_PositionPaper.pdf) to learn why it's important to expose and utilise energy flexibility
18
22
19
23
## To Install
20
24
You can install this package using pip or any Python dependency manager that collects the packages from PyPI:
0 commit comments