Author |
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: October 26 2019 at 10:14 | IP Logged
|
|
|
Hi - From what I can tell, when installing a new I2CS device you have
to have Status Scan enabled, and so it makes sense to check the
"Disabled" box on all other devices to reduce traffic during the install. I
was wondering if there was a shortcut to Disable all devices (and
Enable all devices) at once. If not, can I suggest it? :-)
Also - if I typically do not have Status Scan checked, is there any
reason not to have all devices Disabled all the time (except when I'm
updating one?)
Thanks!
/j
|
Back to Top |
|
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: November 23 2019 at 15:42 | IP Logged
|
|
|
no one?
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: November 23 2019 at 20:09 | IP Logged
|
|
|
Jeff,
When installing new Insteon devices, the scans that are necessary for device discovery, link scanning, etc. are given priority over regular background
status scanning so shouldnt really matter.
However, if you want to disable (or enable) all insteon devices, you can do so using the following sql in the PowerHome Multi-editor (in sql mode --
shift+f5):
update insteondevices set activeflag = 0
To enable all devices set the activeflag column to 1. You could also do this programmatically by calling the sql from one of the PowerHome ph_sql
functions.
Status scan being checked/unchecked controls whether PowerHome is background scanning the devices current status. This same command also detects if
the devices internal insteon database has changed. Turning Status scan off will disable this particular background scan. It should have no effect on
adding new devices (let me know if you're seeing something different).
When a device is "Disabled", this prevents PowerHome from doing a background status scan (assuming status scan is checked) or background link scanning
or pretty much any "background" related communication with the device. Direct control commands initiated by PowerHome will always be sent regardless
of the status of the disabled flag.
Hope this helps,
Dave.
|
Back to Top |
|
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: November 23 2019 at 20:48 | IP Logged
|
|
|
Hi Dave - Hope you're doing well. I leave status scan off (I don't
like the constant traffic)
However, it appears that status scan needs to be enabled to setup
a new I2CS device, and if it's a wireless device and you have a lot
(40+) devices all being scanned, the setup can be unsuccessful
due to device timeout.
But it sounds like i can leave all mine disabled all the time since
"Disabled" pertains only to background scan (or other background
stuff which I don't have enabled).
THANKS!
/j
|
Back to Top |
|
|