Projekt

Allgemein

Profil

Alerts » Historie » Version 3

Maximilian Seesslen, 10.02.2024 05:50

1 1 Maximilian Seesslen
h2. Alarms/Alerts
2
3
Devices should indicate issues; e.g.:
4
5
* Battery low
6
* I2C problems
7
8
h2. Object structutre
9
10
|_. Size |_. Decription     |_. Examples                                                                                |
11
| 2      | Object/Subsystem | I2C, VBat,                                                                                |
12
| 1      | Unit             | hz, Float, Time, Date, Percent, promilPwm, centiCelsius, canId, room, Multipacket-String  |
13
| 1      | Issue            | Whats wrong, Undervolts, Communication error                                              |
14
| 4      | Value            | 32Bit data of kind 'unit'                                                                 |
15 2 Maximilian Seesslen
16
17
|_. Size |_. Decription     |_. Examples                                                                                |
18
| 2      | Event/Alert      | buffer overflow, want sleep, overtemperature, Undervolts, Communication error             |
19
| 1      | Unit             | hz, Float, Time, Date, Percent, promilPwm, centiCelsius, canId, room, Multipacket-String  |
20
| 1      | Room             | Whats wrong, Undervolts, Communication error                                              |
21
| 4      | Value            | 32Bit data of kind 'unit'                                                                 |
22
23
Room is a bit specifik to the timeout-shutdown-thing. subindex 
24 3 Maximilian Seesslen
Setting ambient light has the same issue.