HomeAutomation/OliveSmartOilMonitor.md
... ...
@@ -61,7 +61,14 @@ Open Ports
61 61
62 62
Uses the microchip TCP/IP stack and `mchp.js` Microchip javascript library
63 63
64
-`rfstatus.xml`
64
+`unitstatus.xml` (Status of the modem connection, 0:OK)
65
+
66
+ <response>
67
+ <connection_stat>0</connection_stat>
68
+ </response>
69
+
70
+
71
+`rfstatus.xml` (Status of each sensor connection, 0:OK, 2:Unknown)
65 72
66 73
<response>
67 74
<s1>%d</s1>
... ...
@@ -69,10 +76,14 @@ Uses the microchip TCP/IP stack and `mchp.js` Microchip javascript library
69 76
<s3>%d</s3>
70 77
<s4>%d</s4>
71 78
</response>
72
-
79
+
80
+
81
+`pairstatus.xml` (Pairing status for the setup wizard)
82
+
73 83
74 84
`diag.htm` has the raw data from each sensor. [oilpal watchman][10]
75 85
86
+See [github:markferry/tekelek-scraper](https://github.com/markferry/tekelek-scraper/)
76 87
77 88
78 89
### Indicator LEDs
... ...
@@ -230,4 +241,4 @@ Package
230 241
[22]: #fnr1_4
231 242
[23]: https://www.silabs.com/Marcom%20Documents/Resources/EZRadio-EZRadioPRO-Solutions.pdf
232 243
[27]: https://www.microchip.com/wwwproducts/en/SST25VF040B
233
- [29]: http://www.microchip.com/wwwproducts/en/en022889
... ...
\ No newline at end of file
0
+ [29]: http://www.microchip.com/wwwproducts/en/en022889