Node Lights Out: verschil tussen versies
(Nieuwe pagina aangemaakt met 'Category:ACNodeCategory:RunningTheSpaceDocs miniatuur|Lichten node/verklikker OLIMEX PoE gebaseerde node die kijkt n...') |
(→Typical log) |
||
Regel 17: | Regel 17: | ||
= Typical log = | = Typical log = | ||
+ | |||
+ | AC1 to AC3 are the OPTO couplers state; True is off (there is a pull up at work), False is AC voltage detected. | ||
+ | |||
+ | { | ||
+ | "node": "lights", | ||
+ | "machine": "lights", | ||
+ | "maxMqtt": 768, | ||
+ | "id": "a46210bf713c", | ||
+ | "ip": "10.11.0.232", | ||
+ | "net": "UTP", | ||
+ | "mac": "3C:71:BF:10:62:A7", | ||
+ | "beat": 0, | ||
+ | "approve": 0, | ||
+ | "deny": 0, | ||
+ | "requests": 0, | ||
+ | "cache_hit": 0, | ||
+ | "cache_miss": 0, | ||
+ | "mqtt_reconnects": 1, | ||
+ | "loop_rate": 11137.78, | ||
+ | "coreTemp": 72.22222, | ||
+ | "heap_free": 223272, | ||
+ | "state": "Powered - no lights", | ||
+ | "powered_time": 1195, | ||
+ | "running_time": 0, | ||
+ | "ota": true, | ||
+ | "acstate1": true, | ||
+ | "acstate2": true, | ||
+ | "acstate3": true | ||
+ | } |
Versie van 27 dec 2018 om 21:00
OLIMEX PoE gebaseerde node die kijkt naar de 3 AC netten van het licht.
Wiring and technical data
The 6 screw terminals are Optocoupler detect (2x3) of AC.
All 3 expect AC/230 volt. The RED led on the front is the 'AartLED'.
Code in [[1]]/
Current mac address is 3C:71:BF:10:62:A7 -- no switchport yet assigned.
Typical log
AC1 to AC3 are the OPTO couplers state; True is off (there is a pull up at work), False is AC voltage detected.
{ "node": "lights", "machine": "lights", "maxMqtt": 768, "id": "a46210bf713c", "ip": "10.11.0.232", "net": "UTP", "mac": "3C:71:BF:10:62:A7", "beat": 0, "approve": 0, "deny": 0, "requests": 0, "cache_hit": 0, "cache_miss": 0, "mqtt_reconnects": 1, "loop_rate": 11137.78, "coreTemp": 72.22222, "heap_free": 223272, "state": "Powered - no lights", "powered_time": 1195, "running_time": 0, "ota": true, "acstate1": true, "acstate2": true, "acstate3": true }