From 2a2067b611ad70ee60a12d5a7a57fc81a2a36255 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 6 May 2022 14:46:06 +0200 Subject: [PATCH] innit? --- .gitignore | 4 + book.toml | 9 + build.sh | 2 + doc_src/LICENSE.md | 173 ++++++++++++++++ doc_src/SUMMARY.md | 21 ++ doc_src/components.md | 7 + doc_src/components/drivers.md | 64 ++++++ doc_src/components/locations.md | 7 + doc_src/components/relationships.md | 1 + doc_src/components/transformers.md | 1 + doc_src/drivers.md | 1 + doc_src/images/by-nc-sa.eu.svg | 202 +++++++++++++++++++ doc_src/introduction.md | 7 + doc_src/locations.md | 1 + doc_src/reference/v0.1-dev/devices/light.md | 48 +++++ doc_src/reference/v0.1-dev/devices/sensor.md | 48 +++++ doc_src/reference/v0.1-dev/entity.md | 50 +++++ doc_src/reference/v0.1-dev/relationship.md | 78 +++++++ doc_src/reference/v0.1-dev/room.md | 73 +++++++ doc_src/relationships.md | 1 + doc_src/transformers.md | 1 + doc_src/tree.md | 56 +++++ examples/light.json | 5 + examples/room.json | 21 ++ lib/entity.libsonnet | 43 ++++ lib/loom.libsonnet | 126 ++++++++++++ src/devices/light.jsonnet | 10 + src/devices/sensor.jsonnet | 10 + src/docs.jsonnet | 7 + src/entity.jsonnet | 1 + src/locations/building.jsonnet | 37 ++++ src/locations/room.jsonnet | 25 +++ src/locations/site.jsonnet | 37 ++++ src/relationship.jsonnet | 29 +++ src/schemata.jsonnet | 11 + 35 files changed, 1217 insertions(+) create mode 100644 .gitignore create mode 100644 book.toml create mode 100644 build.sh create mode 100644 doc_src/LICENSE.md create mode 100644 doc_src/SUMMARY.md create mode 100644 doc_src/components.md create mode 100644 doc_src/components/drivers.md create mode 100644 doc_src/components/locations.md create mode 100644 doc_src/components/relationships.md create mode 100644 doc_src/components/transformers.md create mode 100644 doc_src/drivers.md create mode 100644 doc_src/images/by-nc-sa.eu.svg create mode 100644 doc_src/introduction.md create mode 100644 doc_src/locations.md create mode 100644 doc_src/reference/v0.1-dev/devices/light.md create mode 100644 doc_src/reference/v0.1-dev/devices/sensor.md create mode 100644 doc_src/reference/v0.1-dev/entity.md create mode 100644 doc_src/reference/v0.1-dev/relationship.md create mode 100644 doc_src/reference/v0.1-dev/room.md create mode 100644 doc_src/relationships.md create mode 100644 doc_src/transformers.md create mode 100644 doc_src/tree.md create mode 100644 examples/light.json create mode 100644 examples/room.json create mode 100644 lib/entity.libsonnet create mode 100644 lib/loom.libsonnet create mode 100644 src/devices/light.jsonnet create mode 100644 src/devices/sensor.jsonnet create mode 100644 src/docs.jsonnet create mode 100644 src/entity.jsonnet create mode 100644 src/locations/building.jsonnet create mode 100644 src/locations/room.jsonnet create mode 100644 src/locations/site.jsonnet create mode 100644 src/relationship.jsonnet create mode 100644 src/schemata.jsonnet diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b96d31a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +doc +.venv +schemata +mdbook.exe \ No newline at end of file diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..256f078 --- /dev/null +++ b/book.toml @@ -0,0 +1,9 @@ +[book] +authors = ["henine"] +language = "en" +description = "picc documentation, design document and schemata." +multilingual = false +src = "doc_src" + +[build] +build-dir = "doc" diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..f26eb40 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +jsonnet -J ./lib -S -c -m . .\src\docs.jsonnet +jsonnet -J ./lib -c -m . .\src\schemata.jsonnet \ No newline at end of file diff --git a/doc_src/LICENSE.md b/doc_src/LICENSE.md new file mode 100644 index 0000000..d379d94 --- /dev/null +++ b/doc_src/LICENSE.md @@ -0,0 +1,173 @@ +# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International + +Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. + +### Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. + +* __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). + +* __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). + +## Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +### Section 1 – Definitions. + +a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + +b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + +c. __BY-NC-SA Compatible License__ means a license listed at [creativecommons.org/compatiblelicenses](http://creativecommons.org/compatiblelicenses), approved by Creative Commons as essentially the equivalent of this Public License. + +d. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + +e. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + +f. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + +g. __License Elements__ means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution, NonCommercial, and ShareAlike. + +h. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + +i. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + +j. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. + +k. __NonCommercial__ means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange. + +l. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + +m. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + +n. __You__ means the individual or entity exercising the Licensed Rights under this Public License. __Your__ has a corresponding meaning. + +### Section 2 – Scope. + +a. ___License grant.___ + + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + + A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and + + B. produce, reproduce, and Share Adapted Material for NonCommercial purposes only. + + 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + + 3. __Term.__ The term of this Public License is specified in Section 6(a). + + 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + + 5. __Downstream recipients.__ + + A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + + B. __Additional offer from the Licensor – Adapted Material.__ Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + + C. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + + 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + +b. ___Other rights.___ + + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this Public License. + + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes. + +### Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + +a. ___Attribution.___ + + 1. If You Share the Licensed Material (including in modified form), You must: + + A. retain the following if it is supplied by the Licensor with the Licensed Material: + + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + +b. ___ShareAlike.___ + +In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + +1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-NC-SA Compatible License. + +2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + +3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +### Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + +a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only; + +b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + +c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +### Section 5 – Disclaimer of Warranties and Limitation of Liability. + +a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ + +b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ + +c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +### Section 6 – Term and Termination. + +a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + +b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + +c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + +d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +### Section 7 – Other Terms and Conditions. + +a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + +b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +### Section 8 – Interpretation. + +a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + +b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + +c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + +d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +> Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. +> +> Creative Commons may be contacted at creativecommons.org diff --git a/doc_src/SUMMARY.md b/doc_src/SUMMARY.md new file mode 100644 index 0000000..708a924 --- /dev/null +++ b/doc_src/SUMMARY.md @@ -0,0 +1,21 @@ +# Summary + +- [Introduction](./introduction.md) +- [picc Stream Tree](./tree.md) +- [picc Components](./components.md) + - [Locations](./components/locations.md) + - [Drivers](./components/drivers.md) + - [Transformers](./transformers.md) + - [Relationships](./relationships.md) + +- [Reference]() + - [Entity](./reference/v0.1-dev/entity.md) + - [Room](./reference/v0.1-dev/room.md) + - [Relationship](./reference/v0.1-dev/relationship.md) + - [Devices]() + - [Light](./reference/v0.1-dev/devices/light.md) + - [Sensor](./reference/v0.1-dev/devices/sensor.md) + +--- + +[License](./LICENSE.md) \ No newline at end of file diff --git a/doc_src/components.md b/doc_src/components.md new file mode 100644 index 0000000..32370b9 --- /dev/null +++ b/doc_src/components.md @@ -0,0 +1,7 @@ +# picc Components + +## Entities + +## Drivers + +## Relationships \ No newline at end of file diff --git a/doc_src/components/drivers.md b/doc_src/components/drivers.md new file mode 100644 index 0000000..0cd54fc --- /dev/null +++ b/doc_src/components/drivers.md @@ -0,0 +1,64 @@ +# picc Drivers + +Drivers supply data to streams under `app.picc..dev.*` + +- Lights +- Sensors + +## Light + +`app.picc..dev.lights.light_` + +### Attributes + +- **is_on** + - `boolean` + - Whether light is shining or not (Note: This is distinct from the power status of the controller.) +- **brightness** + - `float: [0, 1]` + - Brightness according to device's definition 0 being dimmest, 1 being brightest. +- power + - `float: [0, inf)`, optional + - Power usage in watts. +- temperature + - `int: [0, inf)`, optional + - Color temperature in kelvin. +- color + - `[float: [0, 1], float: [0, 1], float[0, 1]]`, optional + - List of RGB color values in device's own color space. +- battery + - `float: [0, 1]`, optional + - Battery status 0 being empty battery and 1 being full, as defined by the device. + +### Methods + +- *TODO* + +## Sensor + +`app.picc..dev.sensors.sensor_` + +### Attributes + +- temperature + - `float: [−273.15, inf)`, optional + - Temperature measurement in Celsius. +- humidity + - `float: [0, 1]`, optional + - Humidity percentage measurement +- pressure + - `float: [0, inf)`, optional +- wind + - `[float: [0, 360), float: [0, inf)]`, optional + - Wind measurement with direction in degrees and speed in km/h. +- precipitation +- battery + - `float: [0, 1]`, optional + - Battery status 0 being empty battery and 1 being full, as defined by the device. +- **is_valid** + - `boolean` + - Whether the current value is valid. + +### Methods + +- *TODO* \ No newline at end of file diff --git a/doc_src/components/locations.md b/doc_src/components/locations.md new file mode 100644 index 0000000..60419b1 --- /dev/null +++ b/doc_src/components/locations.md @@ -0,0 +1,7 @@ +# Locations + +## Site + +## Building + +## Room diff --git a/doc_src/components/relationships.md b/doc_src/components/relationships.md new file mode 100644 index 0000000..bbc1bd4 --- /dev/null +++ b/doc_src/components/relationships.md @@ -0,0 +1 @@ +# Relationships diff --git a/doc_src/components/transformers.md b/doc_src/components/transformers.md new file mode 100644 index 0000000..08e10a2 --- /dev/null +++ b/doc_src/components/transformers.md @@ -0,0 +1 @@ +# Transformers diff --git a/doc_src/drivers.md b/doc_src/drivers.md new file mode 100644 index 0000000..0b091b7 --- /dev/null +++ b/doc_src/drivers.md @@ -0,0 +1 @@ +# Drivers diff --git a/doc_src/images/by-nc-sa.eu.svg b/doc_src/images/by-nc-sa.eu.svg new file mode 100644 index 0000000..76fe351 --- /dev/null +++ b/doc_src/images/by-nc-sa.eu.svg @@ -0,0 +1,202 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc_src/introduction.md b/doc_src/introduction.md new file mode 100644 index 0000000..29b2fa0 --- /dev/null +++ b/doc_src/introduction.md @@ -0,0 +1,7 @@ +# Introduction + +## License + +![CC-BY-NC-SA](images/by-nc-sa.eu.svg) + +This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). \ No newline at end of file diff --git a/doc_src/locations.md b/doc_src/locations.md new file mode 100644 index 0000000..b7a7f0d --- /dev/null +++ b/doc_src/locations.md @@ -0,0 +1 @@ +# Locations diff --git a/doc_src/reference/v0.1-dev/devices/light.md b/doc_src/reference/v0.1-dev/devices/light.md new file mode 100644 index 0000000..c29bf34 --- /dev/null +++ b/doc_src/reference/v0.1-dev/devices/light.md @@ -0,0 +1,48 @@ +# Light + +`https://picc.app/schemata/v0.1-dev/devices/light` + +A light entity. + + +## Type - `object` + +--- + +#### **description** - `string` + +Human-readable description of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `maxLength` | 1000 | + +--- + +#### **id** - `string` - *required* + +Identifier that is unique within a server. + +It consists of a string of numbers, upper and/or lower case letters, and special cheracters `-` and `_`. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 50 | +| `pattern` | `^[0-9a-zA-Z-_]+$` | + +--- + +#### **name** - `string` - *required* + +Human-readable name of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 100 | + + diff --git a/doc_src/reference/v0.1-dev/devices/sensor.md b/doc_src/reference/v0.1-dev/devices/sensor.md new file mode 100644 index 0000000..68ee6b7 --- /dev/null +++ b/doc_src/reference/v0.1-dev/devices/sensor.md @@ -0,0 +1,48 @@ +# Sensor + +`https://picc.app/schemata/v0.1-dev/devices/sensor` + +A sensor device entity. + + +## Type - `object` + +--- + +#### **description** - `string` + +Human-readable description of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `maxLength` | 1000 | + +--- + +#### **id** - `string` - *required* + +Identifier that is unique within a server. + +It consists of a string of numbers, upper and/or lower case letters, and special cheracters `-` and `_`. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 50 | +| `pattern` | `^[0-9a-zA-Z-_]+$` | + +--- + +#### **name** - `string` - *required* + +Human-readable name of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 100 | + + diff --git a/doc_src/reference/v0.1-dev/entity.md b/doc_src/reference/v0.1-dev/entity.md new file mode 100644 index 0000000..e862cda --- /dev/null +++ b/doc_src/reference/v0.1-dev/entity.md @@ -0,0 +1,50 @@ +# Entity + +`https://picc.app/schemata/v0.1-dev/entity` + +An entity in picc. + +It must have an `id` as an internal identifier and a human-readable `name`. + + +## Type - `object` + +--- + +#### **description** - `string` + +Human-readable description of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `maxLength` | 1000 | + +--- + +#### **id** - `string` - *required* + +Identifier that is unique within a server. + +It consists of a string of numbers, upper and/or lower case letters, and special cheracters `-` and `_`. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 50 | +| `pattern` | `^[0-9a-zA-Z-_]+$` | + +--- + +#### **name** - `string` - *required* + +Human-readable name of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 100 | + + diff --git a/doc_src/reference/v0.1-dev/relationship.md b/doc_src/reference/v0.1-dev/relationship.md new file mode 100644 index 0000000..6fb6541 --- /dev/null +++ b/doc_src/reference/v0.1-dev/relationship.md @@ -0,0 +1,78 @@ +# Relationship + +`https://picc.app/schemata/v0.1-dev/relationship` + +Describes a relationship between two entities. + +## Type - `object` + +--- + +#### **arg** - `any` + +Additional arguments. Can be any JSON type. + + +--- + +#### **description** - `string` + +Human-readable description of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `maxLength` | 1000 | + +--- + +#### **entities** - `array` + +Entities invloved in the relationship. + +**Elements:** + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 50 | +| `pattern` | `^[0-9a-zA-Z-_]+$` | + + +--- + +#### **id** - `string` - *required* + +Identifier that is unique within a server. + +It consists of a string of numbers, upper and/or lower case letters, and special cheracters `-` and `_`. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 50 | +| `pattern` | `^[0-9a-zA-Z-_]+$` | + +--- + +#### **module** - `string` + +Module name of the relationship. + +| Constraint | | +|-|-| + +--- + +#### **name** - `string` - *required* + +Human-readable name of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 100 | + + diff --git a/doc_src/reference/v0.1-dev/room.md b/doc_src/reference/v0.1-dev/room.md new file mode 100644 index 0000000..31f8e25 --- /dev/null +++ b/doc_src/reference/v0.1-dev/room.md @@ -0,0 +1,73 @@ +# Room + +`https://picc.app/schemata/v0.1-dev/room` + +A room + + +## Type - `object` + +--- + +#### **description** - `string` + +Human-readable description of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `maxLength` | 1000 | + +--- + +#### **id** - `string` - *required* + +Identifier that is unique within a server. + +It consists of a string of numbers, upper and/or lower case letters, and special cheracters `-` and `_`. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 50 | +| `pattern` | `^[0-9a-zA-Z-_]+$` | + +--- + +#### **name** - `string` - *required* + +Human-readable name of the entity for UI display purposes. + + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 100 | + +--- + +#### **relationships** - `array` + +Relationships that bind other entities to this room. + +**Elements:** + + +`ref` + +See https://picc.app/schemata/v0.1-dev/relationship + +*or* + + +`string` + +| Constraint | | +|-|-| +| `minLength` | 1 | +| `maxLength` | 50 | +| `pattern` | `^[0-9a-zA-Z-_]+$` | + + + diff --git a/doc_src/relationships.md b/doc_src/relationships.md new file mode 100644 index 0000000..bbc1bd4 --- /dev/null +++ b/doc_src/relationships.md @@ -0,0 +1 @@ +# Relationships diff --git a/doc_src/transformers.md b/doc_src/transformers.md new file mode 100644 index 0000000..08e10a2 --- /dev/null +++ b/doc_src/transformers.md @@ -0,0 +1 @@ +# Transformers diff --git a/doc_src/tree.md b/doc_src/tree.md new file mode 100644 index 0000000..72061c3 --- /dev/null +++ b/doc_src/tree.md @@ -0,0 +1,56 @@ +# picc Tree + +Data in picc is structured in a tree of paths, rooted at `app.picc.`, where `` uniquely identifies the +server. It must be a series of strings composed of lower case letters, numbers and/or symbols `-` and `_`, separated by +periods (`.`); in other words a hostname. + +The same structure is used for the [directory](#data-directory), where data can be queried, and the [data +streams](#data-streams), which are AMQP topics/routing keys for pub-sub access to the data. + +## Data Directory + +The picc directory is key-value store where keys are picc paths and values are JSON documents. It serves both as a place +for looking up system configuration and for latest values in the data streams. + +System information is available under + +> `app.picc..sys.people.person_` + +for information about people, and + +> `app.picc..sys.places.site_.building_.room_` + +for information about the building. + +Data stream values are available under the same paths they are using to publish to AMQP, see [Data +Streams](#data-streams). + +## Data Streams + +Data streams are AMQP routing keys where drivers and entities publish their data. + +### Entity Tree + +Like the system tree, the entity streams tree is divided into people streams + +> `app.picc..streams.people.person_` + +and location streams + +> `app.picc..streams.places.site_.building_.room_` + +These streams are publishing processed data and are meant for user consumption. + +### Device Tree + +The device tree, like the entity tree, contains streams of data. In this case, the data is coming from devices in +relatively raw form. + +Leaves in the device tree are the basic building blocks of picc. They are AMQP topics where device drivers post data and +accept commands. This data is meant to be processed by entities into user-friendly streams. + +> `app.picc..dev.lights.light_.*` +> +> `app.picc..dev.sensors.sensor_.*` +> +> `app.picc..dev.transformers.transformer_` diff --git a/examples/light.json b/examples/light.json new file mode 100644 index 0000000..3524405 --- /dev/null +++ b/examples/light.json @@ -0,0 +1,5 @@ +{ + "id": "light1", + "name": "The First Light", + "description": "Just a li'l' light." +} \ No newline at end of file diff --git a/examples/room.json b/examples/room.json new file mode 100644 index 0000000..6b4f437 --- /dev/null +++ b/examples/room.json @@ -0,0 +1,21 @@ +{ + "id": "living_room", + "name": "Living Room", + "description": "The living room.", + "relationshios": [ + { + "id": "living_room_temp", + "name": "Temperature in the living room", + "module": "Picc.Relationships.AverageTemperature", + "entities": [ + "living_room", + "therm1", + "themr2" + ], + "arg": { + "prior_mean": 20, + "prior_variance": 3 + } + } + ] +} \ No newline at end of file diff --git a/lib/entity.libsonnet b/lib/entity.libsonnet new file mode 100644 index 0000000..eb610af --- /dev/null +++ b/lib/entity.libsonnet @@ -0,0 +1,43 @@ +{ + '$id': 'https://picc.app/schemata/v0.1-dev/entity', + '$schema': 'http://json-schema.org/draft-07/schema', + title: 'Entity', + description: ||| + An entity in picc. + + It must have an `id` as an internal identifier and a human-readable `name`. + |||, + type: 'object', + properties: { + id: { + description: ||| + Identifier that is unique within a server. + + It consists of a string of numbers, upper and/or lower case letters, and special cheracters `-` and `_`. + |||, + type: 'string', + minLength: 1, + maxLength: 50, + pattern: '^[0-9a-zA-Z-_]+$', + }, + name: { + type: 'string', + description: ||| + Human-readable name of the entity for UI display purposes. + |||, + minLength: 1, + maxLength: 100, + }, + description: { + type: 'string', + description: ||| + Human-readable description of the entity for UI display purposes. + |||, + maxLength: 1000, + }, + }, + required: [ + 'id', + 'name', + ], +} diff --git a/lib/loom.libsonnet b/lib/loom.libsonnet new file mode 100644 index 0000000..c351ce4 --- /dev/null +++ b/lib/loom.libsonnet @@ -0,0 +1,126 @@ +{ + tangle(object):: + { + [std.strReplace(object['$id'], 'https://picc.app/', '')]: object, + }, + + weave(object):: { + [std.strReplace(object['$id'], 'https://picc.app/schemata', 'doc_src/reference') + '.md']: + ||| + # %(title)s + + ID: `%(uri)s` + + %(description)s + + ## Type - `%(type)s` + + %(type_docs)s + ||| % (object + { type_docs: weave_type(object), uri:object['$id'] }), + }, + + local weave_type(object) = + if get_type(object) == 'oneOf' then + weave_one_of_type(object) + else if get_type(object) == 'ref' then + weave_ref(object) + else if get_type(object) == 'string' then + weave_string_type(object) + else if get_type(object) == 'object' then + weave_object_type(object) + else if get_type(object) == 'array' then + weave_array_type(object) + else if get_type(object) == 'any' then + '' + else + error 'Unknown schema type', + + // Weave functions for `string` type schemas. + local string_constraints = ['minLength', 'maxLength', 'pattern'], + local weave_string_type(object) = + ||| + | Constraint | | + |-|-| + ||| + + std.join('', [ + (if std.objectHas(object, constraint) then ||| + | `%(constraint)s` | %(constraint_value)s | + ||| % { + constraint: constraint, + constraint_value: if std.type(object[constraint]) == 'string' then + std.format('`%s`', object[constraint]) + else + object[constraint], + }) + for constraint in string_constraints + ]), + + // Weave fuctions for `object` type schemas + local weave_object_type(object) = + std.join('', [ + if !std.objectHas(object.properties[property], '$ref') then + ||| + --- + + #### **%(property)s** - `%(property_type)s` %(property_required)s + + %(property_description)s + + %(property_type_docs)s + ||| % { + property: property, + property_required: if std.setMember(property, object.required) then '- *required*' else '', + property_description: object.properties[property].description, + property_type: get_type(object.properties[property]), + property_type_docs: if get_type(object.properties[property]) != 'object' then weave_type(object.properties[property]), + } + else + ||| + #### %(property_required)s%(property)s%(property_required)s - Ref + + See %(property_ref)s + ||| % { + property: property, + property_required: if std.setMember(property, object.required) then '**' else '', + property_ref: object.properties[property]['$ref'], + } + for property in std.objectFields(object.properties) + ]), + + // Weave functions for `array` type schemas + local weave_array_type(object) = + ||| + **Elements:** + + %(elements_type_docs)s + ||| % { + elements_type_docs: weave_type(object.items), + }, + + // Weave composite schemas + local weave_one_of_type(object) = + std.join( + ||| + + *or* + + |||, + [||| + + `%(option_type)s` + + ||| % { option_type: get_type(type) } + weave_type(type) for type in object.oneOf] + ), + + local weave_ref(object) = + ||| + See %(ref)s + ||| % { ref: object['$ref'] }, + + // Util functions + local get_type(object) = + if std.objectHas(object, '$ref') then 'ref' + else if std.objectHas(object, 'oneOf') then 'oneOf' + else if std.objectHas(object, 'type') then object.type + else 'any', +} diff --git a/src/devices/light.jsonnet b/src/devices/light.jsonnet new file mode 100644 index 0000000..d4aab32 --- /dev/null +++ b/src/devices/light.jsonnet @@ -0,0 +1,10 @@ +local entity = import 'entity.libsonnet'; + +entity +{ + '$id': 'https://picc.app/schemata/v0.1-dev/devices/light', + title: 'Light', + description: ||| + A light entity. + |||, +} diff --git a/src/devices/sensor.jsonnet b/src/devices/sensor.jsonnet new file mode 100644 index 0000000..7b6ecbb --- /dev/null +++ b/src/devices/sensor.jsonnet @@ -0,0 +1,10 @@ +local entity = import 'entity.libsonnet'; + +entity +{ + '$id': 'https://picc.app/schemata/v0.1-dev/devices/sensor', + title: 'Sensor', + description: ||| + A sensor device entity. + |||, +} diff --git a/src/docs.jsonnet b/src/docs.jsonnet new file mode 100644 index 0000000..f9fa1d5 --- /dev/null +++ b/src/docs.jsonnet @@ -0,0 +1,7 @@ +local loom = import 'lib/loom.libsonnet'; + +loom.weave(import 'src/entity.jsonnet') + +loom.weave(import 'src/room.jsonnet') + +loom.weave(import 'src/relationship.jsonnet') + +loom.weave(import 'src/devices/light.jsonnet') + +loom.weave(import 'src/devices/sensor.jsonnet') diff --git a/src/entity.jsonnet b/src/entity.jsonnet new file mode 100644 index 0000000..f4cd015 --- /dev/null +++ b/src/entity.jsonnet @@ -0,0 +1 @@ +import '../lib/entity.libsonnet' diff --git a/src/locations/building.jsonnet b/src/locations/building.jsonnet new file mode 100644 index 0000000..c313703 --- /dev/null +++ b/src/locations/building.jsonnet @@ -0,0 +1,37 @@ +local entity = import '../lib/entity.libsonnet'; + +entity +{ + '$id': 'https://picc.app/schemata/v0.1-dev/locations/building', + title: 'Building', + description: ||| + A building + |||, + + properties+: { + rooms: { + type: 'array', + description: 'Rooms contained in this building.', + items: { + oneOf: [ + { + '$ref': 'https://picc.app/schemata/v0.1-dev/room', + }, + $.properties.id, + ], + }, + }, + relationships: { + type: 'array', + description: 'Relationships that bind other entities to this room.', + items: { + oneOf: [ + { + '$ref': 'https://picc.app/schemata/v0.1-dev/relationship', + }, + $.properties.id, + ], + }, + }, + }, +} diff --git a/src/locations/room.jsonnet b/src/locations/room.jsonnet new file mode 100644 index 0000000..cd2fa3e --- /dev/null +++ b/src/locations/room.jsonnet @@ -0,0 +1,25 @@ +local entity = import '../lib/entity.libsonnet'; + +entity +{ + '$id': 'https://picc.app/schemata/v0.1-dev/locations/room', + title: 'Room', + description: ||| + A room + |||, + + properties+: { + relationships: { + type: 'array', + description: 'Relationships that bind other entities to this room.', + items: { + oneOf: [ + { + '$ref': 'https://picc.app/schemata/v0.1-dev/relationship', + }, + $.properties.id, + ], + }, + }, + }, +} diff --git a/src/locations/site.jsonnet b/src/locations/site.jsonnet new file mode 100644 index 0000000..bcea09b --- /dev/null +++ b/src/locations/site.jsonnet @@ -0,0 +1,37 @@ +local entity = import '../lib/entity.libsonnet'; + +entity +{ + '$id': 'https://picc.app/schemata/v0.1-dev/locations/site', + title: 'Site', + description: ||| + A site + |||, + + properties+: { + buildings: { + type: 'array', + description: 'Buildings at this site.', + items: { + oneOf: [ + { + '$ref': 'https://picc.app/schemata/v0.1-dev/building', + }, + $.properties.id, + ], + }, + }, + relationships: { + type: 'array', + description: 'Relationships that bind other entities to this room.', + items: { + oneOf: [ + { + '$ref': 'https://picc.app/schemata/v0.1-dev/relationship', + }, + $.properties.id, + ], + }, + }, + }, +} diff --git a/src/relationship.jsonnet b/src/relationship.jsonnet new file mode 100644 index 0000000..91635aa --- /dev/null +++ b/src/relationship.jsonnet @@ -0,0 +1,29 @@ +local entity = import '../lib/entity.libsonnet'; + +entity +{ + '$id': 'https://picc.app/schemata/v0.1-dev/relationship', + title: 'Relationship', + description: 'Describes a relationship between two entities.', + + properties+: { + module: { + type: 'string', + description: 'Module name of the relationship.', + }, + entities: { + type: 'array', + description: 'Entities invloved in the relationship.', + items: + $.properties.id, + + }, + arg: { + description: 'Additional arguments. Can be any JSON type.', + }, + }, + required+: [ + 'module', + 'entities', + ], +} diff --git a/src/schemata.jsonnet b/src/schemata.jsonnet new file mode 100644 index 0000000..43c4515 --- /dev/null +++ b/src/schemata.jsonnet @@ -0,0 +1,11 @@ +local loom = import 'lib/loom.libsonnet'; + +loom.tangle(import 'src/entity.jsonnet') + + +loom.tangle(import 'src/locations/room.jsonnet') + +loom.tangle(import 'src/locations/building.jsonnet') + +loom.tangle(import 'src/locations/site.jsonnet') + + +loom.tangle(import 'src/relationship.jsonnet') + +loom.tangle(import 'src/devices/light.jsonnet') + +loom.tangle(import 'src/devices/sensor.jsonnet')