Conversation
…of conflict versioning
…all the additional components i.e gauge components
…rmation about the soil humidity
…context of the temperature sensor data
|
Visit the preview URL for this PR (updated for commit b4b9bf9): https://openherb-89fa0--pr8-feature-fresh-skin-jkpsszjb.web.app (expires Tue, 30 Nov 2021 04:25:46 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
|
Sweet. Feel free to remove what I have in the repository root and replace with what you have inside |
|
Next set of commit(s) will be implementing a sidebar for future implementation. The sidebar should have router functionality as well and employ Angular2 ** router library |
|
@cSDes1gn Can you give me a sample of the telemetry data, please? I have currently the following gauges ( temperature, relative humidity, luminosity, soil humidity ) are there any other sensors available in the system that can be or will be advertised to the MQTT shadow document that I should build a component for? Thanks |
cloudlink | 2021-11-23 04:26:52,526 INFO Published to topic/telemetry:
cloudlink | {
cloudlink | "id": "19e00907-d565-4055-8abd-a9941d93e7da",
cloudlink | "tp": 24.5,
cloudlink | "rh": 95.2,
cloudlink | "pa": 95.2,
cloudlink | "lx": 2441,
cloudlink | "sm": 11.9,
cloudlink | "sc": 2,
cloudlink | "ts": "2021-11-23T04:26:52.526264"
cloudlink | } The key definitions are defined below:
The most detailed definition is the actual telemetry model file which you can vie here |
…nal root directory
Cool yea I was thinking dark theme would be the default and iirc the old web app used Montserrat Light for the fonts. |
|
Im not using AWS and therefore not using a shadow (native to AWS IoTCore) Im using my own in-house broker. Ill update you tomorrow the integration should be easier for you |
|
I branched off and created a new branch for Angular 12. #9 Ultimately this PR can be closed at a later date and only the above can be merged |


This branch's intention is to create a new front-end service with Angular2 as a framework.
The benefits this branch will provide is an ordered and structured way to construct components and modules that are ready to scale up while offering Typescript and Angular2 support.