Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skoussou/68f96ef57c7baffdb64a8d697b95de0e to your computer and use it in GitHub Desktop.
Save skoussou/68f96ef57c7baffdb64a8d697b95de0e to your computer and use it in GitHub Desktop.
----
[INFO] Members [4] {
[INFO] Member [192.168.122.1]:5701
[INFO] Member [192.168.122.1]:5702
[INFO] Member [192.168.122.1]:5704
[INFO] Member [192.168.122.1]:5703 this
[INFO] }
[INFO]
[INFO] Sep 07, 2017 1:04:37 PM com.hazelcast.core.LifecycleService
[INFO] INFO: [192.168.122.1]:5703 [dev] [3.6.3] Address[192.168.122.1]:5703 is STARTED
[INFO] Sep 07, 2017 1:04:38 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO:
[INFO] ----------------------------------------------------------------------------
[INFO] HOMEPLAN REGULATOR - MainVerticle
[INFO] ----------------------------------------------------------------------------
[INFO] Sep 07, 2017 1:04:38 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO:
[INFO] ----------------------------------------------------------------------------
[INFO] HOMEPLAN REGULATOR - MainVerticle
[INFO] ----------------------------------------------------------------------------
[INFO] Sep 07, 2017 1:04:38 PM io.vertx.core.impl.launcher.commands.VertxIsolatedDeployer
[INFO] INFO: Succeeded in deploying verticle
[INFO] Sep 07, 2017 1:04:47 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO:
[INFO] ----------------------------------------------------------------------------
[INFO] HOMEPLAN REGULATOR EVENT BUS ready (Vert.X EventLoop com.redhat.consulting.vertx.MainVerticle@41674304)
[INFO] ----------------------------------------------------------------------------
[INFO] Sep 07, 2017 1:04:47 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO:
[INFO] ----------------------------------------------------------------------------
[INFO] HOMEPLAN REGULATOR EVENT BUS ready (Vert.X EventLoop com.redhat.consulting.vertx.MainVerticle@19014d32)
[INFO] ----------------------------------------------------------------------------
[INFO] Sep 07, 2017 1:04:47 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Begin Regulating Location test3-SensorLocation [id=kitchen-1, type=kitchen, temperature=21]
[INFO] Sep 07, 2017 1:04:47 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Begin Regulating Location test3-SensorLocation [id=kitchen-1, type=kitchen, temperature=21]
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Finding match between ambiance data [test3-kitchen-1] and sensor location [test3-kitchen-1]
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: AMBIANCE{
[INFO] "id" : "kitchen-1",
[INFO] "type" : "kitchen",
[INFO] "temperature" : 21
[INFO] }
[INFO] PLAN{
[INFO] "id" : "kitchen-1",
[INFO] "type" : "kitchen",
[INFO] "temperature" : 38
[INFO] }
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Applying Temperature HomePlan for PLAN TEMP [38 Location TEMP [21]
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Sending Regulating action <INCREASING> on Device: {
[INFO] "housePlanId" : "test3",
[INFO] "id" : "kitchen-1"
[INFO] }
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Finding match between ambiance data [test3-kitchen-1] and sensor location [test3-kitchen-1]
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: AMBIANCE{
[INFO] "id" : "kitchen-1",
[INFO] "type" : "kitchen",
[INFO] "temperature" : 21
[INFO] }
[INFO] PLAN{
[INFO] "id" : "kitchen-1",
[INFO] "type" : "kitchen",
[INFO] "temperature" : 38
[INFO] }
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Applying Temperature HomePlan for PLAN TEMP [38 Location TEMP [21]
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Sending Regulating action <INCREASING> on Device: {
[INFO] "housePlanId" : "test3",
[INFO] "id" : "kitchen-1"
[INFO] }
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Applied Successfully HomePlan temperature regulation for location test3-kitchen-1
[INFO] Sep 07, 2017 1:04:48 PM com.redhat.consulting.vertx.MainVerticle
[INFO] INFO: Applied Successfully HomePlan temperature regulation for location test3-kitchen-1
----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment