MortJC / homebridge-platform-orbit

Orbit Irrigation System platform plugin for HomeBridge
MIT License
34 stars 5 forks source link

ReferenceError: irrigationSystem is not defined #5

Closed jeylites closed 4 years ago

jeylites commented 4 years ago

@MortJC

Thanks putting this togather. I decided to experiment with the plugin, it seems kinda working with some errors, not sure what they are. Please see below.

> [2/18/2020, 11:42:05 AM] Homebridge is running on port 51389.
> [2/18/2020, 11:42:17 AM] [orbit] Stop zone Zone 1
> [2/18/2020, 11:42:18 AM] [orbit] Start zone Zone 2 for 5 mins
> [2/18/2020, 11:42:27 AM] **ReferenceError: irrigationSystem is not defined
>     at PlatformOrbit._processMessage (/usr/lib/node_modules/homebridge-platform-orbit/platform.js:390:9)
>     at WebSocket.<anonymous> (/usr/lib/node_modules/homebridge-platform-orbit/orbitapi.js:109:17)
>     at WebSocket.emit (events.js:333:22)
>     at Receiver.receiverOnMessage (/usr/lib/node_modules/homebridge-platform-orbit/node_modules/ws/lib/websocket.js:800:20)
>     at Receiver.emit (events.js:321:20)
>     at Receiver.dataMessage (/usr/lib/node_modules/homebridge-platform-orbit/node_modules/ws/lib/receiver.js:423:14)
>     at Receiver.getData (/usr/lib/node_modules/homebridge-platform-orbit/node_modules/ws/lib/receiver.js:353:17)
>     at Receiver.startLoop (/usr/lib/node_modules/homebridge-platform-orbit/node_modules/ws/lib/receiver.js:139:22)
>     at Receiver._write (/usr/lib/node_modules/homebridge-platform-orbit/node_modules/ws/lib/receiver.js:74:10)
>     at doWrite (_stream_writable.js:441:12)
>     at writeOrBuffer (_stream_writable.js:425:5)
>     at Receiver.Writable.write (_stream_writable.js:316:11)
>     at TLSSocket.socketOnData (/usr/lib/node_modules/homebridge-platform-orbit/node_modules/ws/lib/websocket.js:875:35)
>     at TLSSocket.emit (events.js:321:20)
>     at addChunk (_stream_readable.js:294:12)
>     at readableAddChunk (_stream_readable.js:275:11)
>     at TLSSocket.Readable.push (_stream_readable.js:209:10)
>     at TLSWrap.onStreamRead (internal/stream_base_commons.js:186:23)**
> [2/18/2020, 11:42:27 AM] Got SIGTERM, shutting down Homebridge...
> [2/18/2020, 11:42:32 AM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
> [2/18/2020, 11:42:37 AM] [HB Supervisor] Restarting Homebridge...
> [2/18/2020, 11:42:37 AM] [HB Supervisor] Started Homebridge with PID: 12496
> [2/18/2020, 11:42:38 AM] Loaded config.json with 0 accessories and 2 platforms.
> [2/18/2020, 11:42:38 AM] ---
> [2/18/2020, 11:42:38 AM] Loaded plugin: homebridge-config-ui-x
> [2/18/2020, 11:42:38 AM] Registering platform 'homebridge-config-ui-x.config'
> [2/18/2020, 11:42:38 AM] ---
> [2/18/2020, 11:42:38 AM] Loaded plugin: homebridge-mqtt-switch-tasmota
> [2/18/2020, 11:42:38 AM] Registering accessory 'homebridge-mqtt-switch-tasmota.mqtt-switch-tasmota'
> [2/18/2020, 11:42:38 AM] ---
> [2/18/2020, 11:42:40 AM] Loaded plugin: homebridge-mqttthing
> [2/18/2020, 11:42:40 AM] Registering accessory 'homebridge-mqttthing.mqttthing'
> [2/18/2020, 11:42:40 AM] ---
> [2/18/2020, 11:42:40 AM] Loaded plugin: homebridge-platform-orbit
> [2/18/2020, 11:42:40 AM] Registering platform 'homebridge-platform-orbit.orbit'
> [2/18/2020, 11:42:40 AM] ---
> [2/18/2020, 11:42:41 AM] Loaded plugin: homebridge-ring
> [2/18/2020, 11:42:41 AM] Registering platform 'homebridge-ring.Ring'
> [2/18/2020, 11:42:41 AM] ---
> [2/18/2020, 11:42:41 AM] Loading 2 platforms...
> [2/18/2020, 11:42:41 AM] [Config] Initializing config platform...
> [2/18/2020, 11:42:41 AM] [Config] Running in Standalone Mode.
> [2/18/2020, 11:42:41 AM] [orbit] Initializing orbit platform...
> [2/18/2020, 11:42:41 AM] [orbit] Starting OrbitPlatform using homebridge API 2.4
> [2/18/2020, 11:42:41 AM] Loading 0 accessories...
> Load homebridge-ring.Ring
> [2/18/2020, 11:42:41 AM] [homebridge-ring.Ring] No configuration found for platform Ring
> [2/18/2020, 11:42:41 AM] [orbit] Remembered accessory, configuring handlers Smart Outdoor Timer
> Setup Payload:
> X-HM://0024F32U7LL1D
> Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
jeylites commented 4 years ago

UPDATE

here is my config

{
    "bridge": {
        "name": "Homebridge",
        "username": "#######",
        "port": #####,
        "pin": "#####"
    },
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "platform": "orbit",
            "name": "orbit",
            "email": "yoooo@gmail.com",
            "password": "######"
        }
    ],
    "accessories": []
}
MortJC commented 4 years ago

Hi,

Think I located the issue. Please update to version 1.2.2.

Cheers MortJC

On Tue, Feb 18, 2020 at 2:55 PM jeylites notifications@github.com wrote:

UPDATE

here is my config

{ "bridge": { "name": "Homebridge", "username": "#######", "port": #####, "pin": "#####" }, "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "platform": "orbit", "name": "orbit", "email": "yoooo@gmail.com", "password": "######" } ], "accessories": [] }

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/5?email_source=notifications&email_token=AN5E4TXN5R4HLUGHMNGBKH3RDNL4FA5CNFSM4KW4PEM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMAPTAQ#issuecomment-587266434, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TUPOS7LW7B3DKXDKI3RDNL4FANCNFSM4KW4PEMQ .

jeylites commented 4 years ago

The new update works!

Just to clarify, when I manually switch on a zone, on the homebridge logs it says turn ON for 5mins but 5mins later the app still have it turn ON. It doesn’t automatically turn OFF.

Is this how it suppose to be or it’s a bug?

MortJC commented 4 years ago

Good to hear.

Which model of the B-Hyve are you running?

Can you send me you log?

Cheers James.

On Wed, Feb 19, 2020 at 5:42 AM jeylites notifications@github.com wrote:

The new update works!

Just to clarify, when I manually switch on a zone, on the homebridge logs it says turn ON for 5mins but 5mins later the app still have it turn ON. It doesn’t automatically turn OFF.

Is this how it suppose to be or it’s a bug?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/5?email_source=notifications&email_token=AN5E4TUIDWWHNBLJUKPKZJTRDQT3DA5CNFSM4KW4PEM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMDKPJI#issuecomment-587638693, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TRFVDDYQVTXCAYP5L3RDQT3DANCNFSM4KW4PEMQ .

jeylites commented 4 years ago

MODEL B-Hyve Model: 57950 (12Ch Irigation Controller)

LOGS

[2/19/2020, 12:07:46 AM] Homebridge is running on port 51389.
[2/19/2020, 12:09:41 AM] [Smart Outdoor Timer] Start zone Zone 1 for 5 mins
[2/19/2020, 2:36:35 AM] [Smart Outdoor Timer] Stop zone Zone 1
[2/19/2020, 3:43:28 AM] [HB Supervisor] Stopping services...
[2/19/2020, 3:43:28 AM] Got SIGTERM, shutting down Homebridge...
[2/19/2020, 3:43:33 AM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[2/18/2020, 1:43:43 PM] [HB Supervisor] Homebridge Path: /usr/lib/node_modules/homebridge/bin/homebridge
[2/18/2020, 1:43:43 PM] [HB Supervisor] UI Path: /usr/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[2/18/2020, 1:43:43 PM] [HB Supervisor] Started Homebridge with PID: 622
[2/18/2020, 1:43:47 PM] Loaded config.json with 0 accessories and 2 platforms.
[2/18/2020, 1:43:47 PM] ---
[2/18/2020, 1:43:47 PM] Loaded plugin: homebridge-config-ui-x
[2/18/2020, 1:43:47 PM] Registering platform 'homebridge-config-ui-x.config'
[2/18/2020, 1:43:47 PM] ---
[2/18/2020, 1:43:48 PM] Loaded plugin: homebridge-mqtt-switch-tasmota
[2/18/2020, 1:43:48 PM] Registering accessory 'homebridge-mqtt-switch-tasmota.mqtt-switch-tasmota'
[2/18/2020, 1:43:48 PM] ---
[2/18/2020, 1:43:50 PM] [Config] Homebridge Config UI X v4.10.1 is listening on :: port 8581
[2/18/2020, 1:43:51 PM] Loaded plugin: homebridge-mqttthing
[2/18/2020, 1:43:51 PM] Registering accessory 'homebridge-mqttthing.mqttthing'
[2/18/2020, 1:43:51 PM] ---
[2/18/2020, 1:43:51 PM] Loaded plugin: homebridge-platform-orbit
[2/18/2020, 1:43:51 PM] Registering platform 'homebridge-platform-orbit.orbit'
[2/18/2020, 1:43:51 PM] ---
[2/18/2020, 1:43:53 PM] Loaded plugin: homebridge-ring
[2/18/2020, 1:43:53 PM] Registering platform 'homebridge-ring.Ring'
[2/18/2020, 1:43:53 PM] ---
[2/18/2020, 1:43:53 PM] Loading 2 platforms...
[2/18/2020, 1:43:53 PM] [Config] Initializing config platform...
[2/18/2020, 1:43:53 PM] [Config] Running in Standalone Mode.
[2/18/2020, 1:43:53 PM] [Smart Outdoor Timer] Initializing orbit platform...
[2/18/2020, 1:43:53 PM] [Smart Outdoor Timer] Starting OrbitPlatform using homebridge API 2.4
[2/18/2020, 1:43:53 PM] Loading 0 accessories...
Load homebridge-ring.Ring
[2/18/2020, 1:43:53 PM] [homebridge-ring.Ring] No configuration found for platform Ring
[2/18/2020, 1:43:53 PM] [Smart Outdoor Timer] Remembered accessory, configuring handlers Smart Outdoor
MortJC commented 4 years ago

Hi,

Sorry can you run homebridge in debug mode. Just add -D to the command line.

When you start the sprinker you should see something like this... [21/02/2020, 6:53:52 am] [orbit] Start zone Back Garden for 5 mins [21/02/2020, 6:53:52 am] [orbit] startZone 2 5 [21/02/2020, 6:53:52 am] [orbit] TX {"event":"change_mode","mode":"manual","device_id":"5dd4c77e4f0c4753e4379925","timestamp":"2020-02-20T19:53:52.854Z","stations":[{"station":2,"run_time":5}]} [21/02/2020, 6:53:53 am] [orbit] RX {"event":"change_mode","mode":"manual","program":null,"stations":[{"station":2,"run_time":5.0}],"device_id":"5dd4c77e4f0c4753e4379925","timestamp":"2020-02-20T19:53:51.000Z"} [21/02/2020, 6:53:53 am] [orbit] change_mode manual [21/02/2020, 6:53:53 am] [orbit] RX {"event":"watering_in_progress_notification","program":"manual","current_station":2,"run_time":5,"started_watering_station_at":"2020-02-20T19:53:51.000Z","rain_sensor_hold":false,"device_id":"5dd4c77e4f0c4753e4379925","timestamp":"2020-02-20T19:53:51.000Z"} [21/02/2020, 6:53:53 am] [orbit] Watering_in_progress_notification Station 2 Runtime 5

Can you send me that section.

Cheers.

On Thu, Feb 20, 2020 at 8:57 AM jeylites notifications@github.com wrote:

MODEL B-Hyve Model: 57950 (12Ch Irigation Controller) https://store.orbitonline.com/store/products/b-hyve-12-station-smart-wi-fi-sprinkler-timer/?gclid=CjwKCAiA1rPyBRAREiwA1UIy8GzwMB7HrgqWXzg_PIbRkiOK_PzvXoa6uDDDzwfyQAkagbdJ5uTsZBoC0aUQAvD_BwE&gclsrc=aw.ds

LOGS

[2/19/2020, 12:07:46 AM] Homebridge is running on port 51389. [2/19/2020, 12:09:41 AM] [Smart Outdoor Timer] Start zone Zone 1 for 5 mins [2/19/2020, 2:36:35 AM] [Smart Outdoor Timer] Stop zone Zone 1 [2/19/2020, 3:43:28 AM] [HB Supervisor] Stopping services... [2/19/2020, 3:43:28 AM] Got SIGTERM, shutting down Homebridge... [2/19/2020, 3:43:33 AM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null [2/18/2020, 1:43:43 PM] [HB Supervisor] Homebridge Path: /usr/lib/node_modules/homebridge/bin/homebridge [2/18/2020, 1:43:43 PM] [HB Supervisor] UI Path: /usr/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js [2/18/2020, 1:43:43 PM] [HB Supervisor] Started Homebridge with PID: 622 [2/18/2020, 1:43:47 PM] Loaded config.json with 0 accessories and 2 platforms. [2/18/2020, 1:43:47 PM] --- [2/18/2020, 1:43:47 PM] Loaded plugin: homebridge-config-ui-x [2/18/2020, 1:43:47 PM] Registering platform 'homebridge-config-ui-x.config' [2/18/2020, 1:43:47 PM] --- [2/18/2020, 1:43:48 PM] Loaded plugin: homebridge-mqtt-switch-tasmota [2/18/2020, 1:43:48 PM] Registering accessory 'homebridge-mqtt-switch-tasmota.mqtt-switch-tasmota' [2/18/2020, 1:43:48 PM] --- [2/18/2020, 1:43:50 PM] [Config] Homebridge Config UI X v4.10.1 is listening on :: port 8581 [2/18/2020, 1:43:51 PM] Loaded plugin: homebridge-mqttthing [2/18/2020, 1:43:51 PM] Registering accessory 'homebridge-mqttthing.mqttthing' [2/18/2020, 1:43:51 PM] --- [2/18/2020, 1:43:51 PM] Loaded plugin: homebridge-platform-orbit [2/18/2020, 1:43:51 PM] Registering platform 'homebridge-platform-orbit.orbit' [2/18/2020, 1:43:51 PM] --- [2/18/2020, 1:43:53 PM] Loaded plugin: homebridge-ring [2/18/2020, 1:43:53 PM] Registering platform 'homebridge-ring.Ring' [2/18/2020, 1:43:53 PM] --- [2/18/2020, 1:43:53 PM] Loading 2 platforms... [2/18/2020, 1:43:53 PM] [Config] Initializing config platform... [2/18/2020, 1:43:53 PM] [Config] Running in Standalone Mode. [2/18/2020, 1:43:53 PM] [Smart Outdoor Timer] Initializing orbit platform... [2/18/2020, 1:43:53 PM] [Smart Outdoor Timer] Starting OrbitPlatform using homebridge API 2.4 [2/18/2020, 1:43:53 PM] Loading 0 accessories... Load homebridge-ring.Ring [2/18/2020, 1:43:53 PM] [homebridge-ring.Ring] No configuration found for platform Ring [2/18/2020, 1:43:53 PM] [Smart Outdoor Timer] Remembered accessory, configuring handlers Smart Outdoor

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/5?email_source=notifications&email_token=AN5E4TSYNRXJDKBKFORW4TTRDWTNTA5CNFSM4KW4PEM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMJ26AY#issuecomment-588492547, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TRRHYALW4O2E6EGUKTRDWTNTANCNFSM4KW4PEMQ .

jeylites commented 3 years ago

@MortJC Sorry for the delay here is the logs and I'm on plugin version 1.4.4

I'm able to toggle the Zone from Homekit but Zone not turning ON at the controller. It does turn ON using Orbit app. Will investigate a little more tomorrow.

[90mValveInUse = 0
[06/12/2020, 21:48:53] [Orbit] _getValue Zone 11 ValveSetDuration
[06/12/2020, 21:48:53] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:53] [Orbit] _getValue Zone 11 ValveRemainingDuration
[06/12/2020, 21:48:53] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:53] [Orbit] _getValue Zone 12 ValveActive
[06/12/2020, 21:48:53] [Orbit] ValveActive = 0
[06/12/2020, 21:48:53] [Orbit] _getValue Zone 12 ValveInUse
[06/12/2020, 21:48:53] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:53] [Orbit] _getValue Zone 12 ValveSetDuration
[06/12/2020, 21:48:53] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:53] [Orbit] _getValue Zone 12 ValveRemainingDuration
[06/12/2020, 21:48:53] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:55] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:48:56] [Orbit] _getValue Smart Outdoor Timer DeviceActive
[06/12/2020, 21:48:56] [Orbit] DeviceActive = 1
[06/12/2020, 21:48:56] [Orbit] _getValue Smart Outdoor Timer DeviceProgramMode
[06/12/2020, 21:48:56] [Orbit] DeviceProgramMode = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Smart Outdoor Timer DeviceInUse
[06/12/2020, 21:48:56] [Orbit] DeviceInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 1  ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 1  ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 1  ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 1  ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 2 ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 2 ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 2 ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue SIDE GRASS 2 ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue WATER PUMP ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue WATER PUMP ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue WATER PUMP ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue WATER PUMP ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH GRASS ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH GRASS ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH GRASS ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue PORCH GRASS ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 7 ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 7 ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 7 ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 7 ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 8 ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 8 ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 8 ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 8 ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 9 ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 9 ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 9 ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 9 ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 10 ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 10 ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 10 ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 10 ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 11 ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 11 ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 11 ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 11 ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 12 ValveActive
[06/12/2020, 21:48:56] [Orbit] ValveActive = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 12 ValveInUse
[06/12/2020, 21:48:56] [Orbit] ValveInUse = 0
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 12 ValveSetDuration
[06/12/2020, 21:48:56] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:48:56] [Orbit] _getValue Zone 12 ValveRemainingDuration
[06/12/2020, 21:48:56] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:02] [Orbit] _setValueActive PORCH GRASS 1
[06/12/2020, 21:49:02] [Orbit] Start zone PORCH GRASS for 5 mins
[06/12/2020, 21:49:02] [Orbit] startZone 6 5
[06/12/2020, 21:49:02] [Orbit] TX {"event":"change_mode","mode":"manual","device_id":"5f75de844f0c30b3ab13afc8","timestamp":"2020-12-06T13:49:02.186Z","stations":[{"station":6,"run_time":5}]}
[06/12/2020, 21:49:02] [Orbit] _getValue PORCH GRASS ValveActive
[06/12/2020, 21:49:02] [Orbit] ValveActive = 1
[06/12/2020, 21:49:03] [Orbit] _getValue Smart Outdoor Timer DeviceActive
[06/12/2020, 21:49:03] [Orbit] DeviceActive = 1
[06/12/2020, 21:49:03] [Orbit] _getValue Smart Outdoor Timer DeviceProgramMode
[06/12/2020, 21:49:03] [Orbit] DeviceProgramMode = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Smart Outdoor Timer DeviceInUse
[06/12/2020, 21:49:03] [Orbit] DeviceInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 1  ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 1  ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 1  ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 1  ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 2 ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 2 ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 2 ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue SIDE GRASS 2 ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue WATER PUMP ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue WATER PUMP ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue WATER PUMP ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue WATER PUMP ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH GRASS ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 1
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH GRASS ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH GRASS ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue PORCH GRASS ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 7 ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 7 ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 7 ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 7 ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 8 ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 8 ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 8 ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 8 ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 9 ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 9 ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 9 ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 9 ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 10 ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 10 ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 10 ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 10 ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 11 ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 11 ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 11 ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 11 ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 12 ValveActive
[06/12/2020, 21:49:03] [Orbit] ValveActive = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 12 ValveInUse
[06/12/2020, 21:49:03] [Orbit] ValveInUse = 0
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 12 ValveSetDuration
[06/12/2020, 21:49:03] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:49:03] [Orbit] _getValue Zone 12 ValveRemainingDuration
[06/12/2020, 21:49:03] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:49:09] [Homebridge UI] [admin] Accessory layout changes saved.
[06/12/2020, 21:49:20] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:49:45] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:50:10] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:50:35] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:51:00] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:51:25] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:51:50] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:52:15] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:52:40] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:53:05] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:53:18] [Orbit] _getValue Smart Outdoor Timer DeviceActive
[06/12/2020, 21:53:18] [Orbit] DeviceActive = 1
[06/12/2020, 21:53:18] [Orbit] _getValue Smart Outdoor Timer DeviceProgramMode
[06/12/2020, 21:53:18] [Orbit] DeviceProgramMode = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Smart Outdoor Timer DeviceInUse
[06/12/2020, 21:53:18] [Orbit] DeviceInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 1  ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 1  ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 1  ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 1  ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 2 ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 2 ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 2 ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue SIDE GRASS 2 ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue WATER PUMP ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue WATER PUMP ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue WATER PUMP ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue WATER PUMP ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH GRASS ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 1
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH GRASS ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH GRASS ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue PORCH GRASS ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 7 ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 7 ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 7 ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 7 ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 8 ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 8 ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 8 ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 8 ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 9 ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 9 ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 9 ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 9 ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 10 ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 10 ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 10 ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 10 ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 11 ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 11 ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 11 ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 11 ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 12 ValveActive
[06/12/2020, 21:53:18] [Orbit] ValveActive = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 12 ValveInUse
[06/12/2020, 21:53:18] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 12 ValveSetDuration
[06/12/2020, 21:53:18] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:18] [Orbit] _getValue Zone 12 ValveRemainingDuration
[06/12/2020, 21:53:18] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:19] [Orbit] _setValueActive PORCH GRASS 0
[06/12/2020, 21:53:19] [Orbit] Stop zone PORCH GRASS
[06/12/2020, 21:53:19] [Orbit] stopZone
[06/12/2020, 21:53:19] [Orbit] TX {"event":"change_mode","mode":"manual","device_id":"5f75de844f0c30b3ab13afc8","timestamp":"2020-12-06T13:53:19.222Z","stations":[]}
[06/12/2020, 21:53:19] [Orbit] _getValue PORCH GRASS ValveActive
[06/12/2020, 21:53:19] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Smart Outdoor Timer DeviceActive
[06/12/2020, 21:53:20] [Orbit] DeviceActive = 1
[06/12/2020, 21:53:20] [Orbit] _getValue Smart Outdoor Timer DeviceProgramMode
[06/12/2020, 21:53:20] [Orbit] DeviceProgramMode = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Smart Outdoor Timer DeviceInUse
[06/12/2020, 21:53:20] [Orbit] DeviceInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 1  ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 1  ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 1  ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 1  ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 2 ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 2 ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 2 ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue SIDE GRASS 2 ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue WATER PUMP ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue WATER PUMP ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue WATER PUMP ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue WATER PUMP ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH GRASS ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH GRASS ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH GRASS ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue PORCH GRASS ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 7 ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 7 ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 7 ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 7 ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 8 ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 8 ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 8 ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 8 ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 9 ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 9 ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 9 ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 9 ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 10 ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 10 ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 10 ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 10 ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 11 ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 11 ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 11 ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 11 ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 12 ValveActive
[06/12/2020, 21:53:20] [Orbit] ValveActive = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 12 ValveInUse
[06/12/2020, 21:53:20] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 12 ValveSetDuration
[06/12/2020, 21:53:20] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:20] [Orbit] _getValue Zone 12 ValveRemainingDuration
[06/12/2020, 21:53:20] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue Smart Outdoor Timer DeviceActive
[06/12/2020, 21:53:21] [Orbit] DeviceActive = 1
[06/12/2020, 21:53:21] [Orbit] _getValue Smart Outdoor Timer DeviceProgramMode
[06/12/2020, 21:53:21] [Orbit] DeviceProgramMode = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Smart Outdoor Timer DeviceInUse
[06/12/2020, 21:53:21] [Orbit] DeviceInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 1  ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 1  ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 1  ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 1  ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 2 ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 2 ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 2 ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue SIDE GRASS 2 ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue WATER PUMP ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue WATER PUMP ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue WATER PUMP ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue WATER PUMP ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH & OUTSIDE DRIP ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH GRASS ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH GRASS ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH GRASS ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue PORCH GRASS ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 7 ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 7 ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 7 ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 7 ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 8 ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 8 ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 8 ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 8 ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 9 ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 9 ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 9 ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 9 ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 10 ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 10 ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 10 ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 10 ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 11 ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 11 ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 11 ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 11 ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 12 ValveActive
[06/12/2020, 21:53:21] [Orbit] ValveActive = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 12 ValveInUse
[06/12/2020, 21:53:21] [Orbit] ValveInUse = 0
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 12 ValveSetDuration
[06/12/2020, 21:53:21] [Orbit] ValveSetDuration = 300
[06/12/2020, 21:53:21] [Orbit] _getValue Zone 12 ValveRemainingDuration
[06/12/2020, 21:53:21] [Orbit] ValveRemainingDuration = NaN
[06/12/2020, 21:53:30] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:53:55] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:54:20] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:54:45] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:55:10] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:55:35] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:56:00] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:56:25] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:56:50] [Orbit] TX {"event":"ping"}
[06/12/2020, 21:57:15] [Orbit] TX {"event":"ping"}
jeylites commented 3 years ago

@MortJC

I manage to get it working after doing a reboot on all my devices - router, HB, orbit controller. Now I have control from the plugin.

I have a feature request, It will be nice to have zones labelled as opposed to the generic Zone 1-12

Thank you for the plugin!

MortJC commented 3 years ago

Good to hear it's sorted.

You can rename the zones in Home.

On Mon, Dec 7, 2020 at 3:39 PM jeylites notifications@github.com wrote:

@MortJC https://github.com/MortJC

I manage to get it working after doing a reboot on all my devices - router, HB, orbit controller. Now I have control from the plugin.

I have a feature request, It will be nice to have zones labelled as opposed to the generic Zone 1-12

Thank you for the plugin!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/5#issuecomment-739658424, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TUXKAAMRTITFYWZKFTSTRMBJANCNFSM4KW4PEMQ .