MySController-rs
MySController-rs copied to clipboard
Controller for MySensors, exposes WoT APIs for the sensors. It supports OTA firmware updates, and also acts as proxy for all requests.
requesting/passing along V_TEXT updates that happen on the server. Use-case: My smart door lock uses this to get the latest password from the controller. I can then open the door...
FYI: I've created a small piece of software that connects to MySController-rs. https://github.com/createcandle/Candle-manager
In MySensors node ID's are often generated automatically. As discussed, the MySController-rs software could pick up on these ID's. Here's a typical ID message: Nov 20 09:06:07 DEBUG TSF:MSG:READ,15-15-0,s=255,c=3,t=11,pt=0,l=21,sg=0:SMS &...
Air pressure is used by barometers. Tracking it is useful for local weather prediction. It is measured in mbar, and oscillates around a value of 1013. (900-1100). https://en.wikipedia.org/wiki/Atmospheric_pressure in MySensors...
The code below shows what happens after a single "requestTime();" ``` Hello world! Connected to gateway! **Received time: 1544457418 Received time: 15:56 Received time: 1544457418 Received time: 15:56 Received time:...
I don't know what I'm talking about, but currently the "UnitPrefix" data type seems a bit strange. Right now it can be a property of a thing. This results in...
Add feature to respond for requestTime calls from nodes.
Use-case: Heartbeat signals to tell the controller the node(smart lock for example) is still working, even though the status of the node (door status open/closed for example) may not change...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.38. Commits 2c0abd4 Release v0.2.38 eb44275 Remove special casing for Redox as it is supported by unix target family a183475 Release v0.2.37 6081dff haiku: Fix...