
hart2hart
Members-
Posts
1690 -
Joined
-
Last visited
Everything posted by hart2hart
-
Thanks. I noticed the issues day before yesterday and didn't have time to look into it until this morning. As part of that, I saw the Bond Bridge had a firmware update pending so I installed it thinking it might be part of the issue. Version is v3.21.6. The off and on more rapid on off sequences were me stress testing looking to isolate the issues. I was turning off and on from insteon dimmer, switch and from the AC with control of Bond device and through the scene. By disconnecting are you seeing it leave the WiFi network? I have multiple access points and most access is accomplished through same SSID on all of them. However, for HA devices, I have specific SSIDs on each AP so I can know where they are connecting for issues like this. I updated it to another SSID and hence AP to see if that helps. What do you know... Results look very good so it could be a coincidence with the PG3x release but I'm in the office many times a day and it started Tuesday after the upgrade. Maybe Bond was on the verge of issue and something minor pushed it over the edge. I'll try to remember to update all again tomorrow. As always, thank you for excellent support Goose66.
-
PMed them. Thanks,
-
Thanks. The response for mixed scenes with Insteon switch controlling a fan and fan light no longer works more than 1 in 10-20 times. I've removed them from scenes and added them back. Will await your feedback.
-
@Goose66 Does the Bond NS use MQTT as I appear to be having issues with the Bond Node Server controlling ceiling fans since this upgrade. I turn them on and off and it appears to have an issue if I turn it on and then turn it off quickly or vice versa as it starts ignoring the updates for some time. Als, I tagged @bmercier in the PG3X 3.2.20 support thread. I've done all the usual restart reboot etc with exact same results.
-
Support thread for: PG3x v3.2.20 (March 12th, 2024)
hart2hart replied to bmercier's topic in Polyglot v3 (PG3x)
@bmercier I appear to be having issues with the Bond Node Server controlling ceiling fans since this upgrade. I turn them on and off and it appears to have an issue if I turn it on and then turn it off quickly or vice versa as it starts ignoring the updates for some time. I've done all the usual restart reboot etc with exact same results. -
Thanks.
-
Should those of us that have already moved to the NVME drive create that directory! If so what permissions should it have? Thanks!
-
Support thread for: PG3x v3.2.20 (March 12th, 2024)
hart2hart replied to bmercier's topic in Polyglot v3 (PG3x)
FWIW. My magic home LED strips are working after the upgrade. -
Thanks. I’d forgotten the cable length requirements. To get my PLM in clear RF space, it’s always been about 25 ft from the ISY and now eISY.
-
I migrated over my serial PLM from ISY to eISY. Works great. Significant Internal processing are same between it and USB. Unless the serial to usb converter adds latency should be same speed.
-
Run at Startup didn't run after time change
hart2hart replied to GJ Software Products's topic in IoX Program Support
Here it is. It uses the Timedata node server renamed to Date Time and Celestial Info in eISY. DayLight Saving Time:Check For Change If 'Date Time and Celestial Info / Calendar' DST is not '$Daylight_Saving_Time_Current Boolean' Then Wait 5 minutes Send Notification to 'MeSparkMail' content 'Daylight Saving Time Change' $Daylight_Saving_Time_Current Init To 'Date Time and Celestial Info / Calendar' DST $Daylight_Saving_Time_Current = 'Date Time and Celestial Info / Calendar' DST System: Restart IoX Else - No Actions - (To add one, press 'Action') -
Run at Startup didn't run after time change
hart2hart replied to GJ Software Products's topic in IoX Program Support
Historically I always rebooted ISY after time change. With eISY upgrade last year, I have a program that detects DST changes and reboots the eISY several minutes later. Works great and sends me a message at time change and my standard reboot message comes a short time later. -
Depending on number of breakers in your box, you might start by turning off a few breakers at a time to see if remaining still work and narrow it down to the circuit making it easier to find the device.
-
Do you get errors doing a backup?
-
In the end, I went with simple solution. It’s a USB wart plugged into AC outlet on garage ceiling with its wire zip tied to power cord down to GDO. ratgdo is in an enclosure I 3D printed held in place with magnets. You can make it out in front of white wiring.
-
ISY Developers:API:REST Interface - Universal Devices, Inc. Wiki (universal-devices.com)
-
Agreed. Cloud based but I have Alexa announce it.
-
I vaguely recall SQLite but seems like it was not ready for prime time yet.
-
One of my program populates variables with 3 irrigation data points and then writes the data to a file in the IoX web server using a Notification. I believe there was a little setup on the web server but I can't find it right now. Feels like it was just creating the location and the file within the web servers file structure, Irrigation Program segment $Water_Today_Start_I = 'Flume Water / FlumeWater / Flume Sensor 6811460334891002' Today US gallons Set 'Yard / Yard:Front Mulch Beds' On 100% Wait Zone_1 minutes ... $Water_Today_End_I = 'Flume Water / FlumeWater / Flume Sensor 6811460334891002' Today US gallons $Water_Today_Difference_I = 0 $Water_Today_Difference_I += $Water_Today_End_I $Water_Today_Difference_I -= $Water_Today_Start_I Send Notification to 'MeDataText' content 'Irrigation Log Data' Irrigation Log Data Custom Notification Subject : @webpage:@append:/irrigate/irg_log.csv Irrigation Body: ${sys.program.#.name},${alert.date},${alert.time24},${var.1.42},${var.1.43},${var.1.44} ${var.1.42} etc 1=An Integer Variable 42=Integer Variable ID with the name Water_Today_Start_I
-
I write data to the internal server using notifications as comma delimited data that open in Excel. I’ll look it up and post if you’re interested.
-
A program call running a disabled program
hart2hart replied to glacier991's topic in IoX Program Support
Yes, you can run if, run then, or run else a disabled program. -
I know 3.2.19 is coming soon and today I see: Allow ISY Access by Plugin on the Backup Plugin config screen. To be ahead of events and ready for 3.2.19, I should select this option -- correct?
-
Bam! Can you feel the burn?! Thank you, Michel and UD team.
-
Sorry. It said it wasn’t available. However, turns out it was because I was using Tapatalk and needed to login to UD at that screen. Got it now. Thanks.
-
In a land far away and a long time ago, I (like many/most) sent notifications to phone-number@vtext.com by telecom industry. For many rational reasons this was first frowned upon and then blocked. I switched to using a Spark email address and it’s been okay but I’d like to get back to text notifications. Is it possible and if so how? Thanks