Everything posted by hart2hart
-
Range extenders not working
Yes, they are access points with board just like PLM.
-
Run at Startup didn't run after time change
@oskrypuchRunning 5.8.0 on eISY. Don't know when it was included.
-
Garage door control stopped working at some point
Its been quite a while since I used it but the ratgdos are no longer controlling my garage doors or lights. I've confirmed: Stable wifi to the two ratgdos Power cycled the ratgdos Restarted the node server Sent logs via PM. Thanks.
-
Range extenders not working
Replace the capacitors. I’ve got several that are 15 years old after a little TLC and yes the C is capacitors.
-
Issue since PG3x 3.2.20 maybe
Thank you, @Goose66, and as always you are right about the timing issue. When I walk into the room and turn on the ceiling fan light via insteon switch mixed scene, it now turns right on. However, if I immediately turn on the ceiling fan via an insteon switch mixed scene, it does not typically come on and I have to wait some time and try again or press the fan remote on my desk. I'll turn on debug-level and send a log in next few days. Again, thanks for great plugins and excellent support. Paul
-
Issue since PG3x 3.2.20 maybe
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.
-
Issue since PG3x 3.2.20 maybe
PMed them. Thanks,
-
Issue since PG3x 3.2.20 maybe
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.
-
Issue since PG3x 3.2.20 maybe
@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)
@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.
-
Does the NVMe post have lots of errors...
Thanks.
-
Does the NVMe post have lots of errors...
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)
FWIW. My magic home LED strips are working after the upgrade.
-
Best PLM for Eisy
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.
-
Best PLM for 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
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
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.
-
Suddenly having issues with Insteon on my EISY
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.
-
Prepping for eisy upgrade
Do you get errors doing a backup?
-
ratgdo Experiences
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.
-
Is there a way to inhibit the REST interface response
ISY Developers:API:REST Interface - Universal Devices, Inc. Wiki (universal-devices.com)
-
Ring Mailbox
Agreed. Cloud based but I have Alexa announce it.
-
Storing program math results
I vaguely recall SQLite but seems like it was not ready for prime time yet.
-
Storing program math results
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
-
Storing program math results
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.