
dbuss
Members-
Posts
948 -
Joined
-
Last visited
Everything posted by dbuss
-
@bpwwerHere's the debug log while we have a Dense Fog Advisory. 2024-02-04 06:03:18,153 Thread-4 udi_interface ERROR noaa:query_alerts: Weather alert update failure 2024-02-04 06:03:18,153 Thread-4 udi_interface ERROR noaa:query_alerts: not well-formed (invalid token): line 1, column 0
-
The plugin shows nothing other than "None" in the admin console. I will definitely look at the log next time. Thank you!
-
@bpwwerCan Dense Fog Advisory alerts be added to your plug-in? We've had several in the last few days and they aren't being presented in the plug-in. Thank you!
-
-
Was the 10 minute delay in geofence detecting you entering the geofence or was the 10 minute delay in the program triggering the lights after the geofence detected you entering the geofence? Sent from my SM-G998U using Tapatalk
-
I've used this to do something similar to what you want to do. Program 1 Set a variable to 3 when you enter your geofence. If Chris has entered the geofence Then $Chris is home = 3 Else $Chris is home = 0 Program 2 Turns the lights on and sets $Chris is home = 1 should you want to use the $Chris is home = 1 for something else when you are home. If From Sunset To 11:00:00PM (same day and $Chris is home= 3 Then Set 'Front Entry / Front Porch Light / ZY 012 Front Porch Light' On Set 'Front Entry / Entryway light / Entry way overhead light 011' On Set 'Side Deck Lights / Side Deck Lights' On Set $Chris is home = 1 Else $Chris is home = 0
-
[admin@eisy ~]$ sudo ls -al /dev/nvd0* crw-r----- 1 root operator 0x50 Jan 21 10:48 /dev/nvd0 [admin@eisy ~]$ ls -al /dev/nvd0* mount ls: mount: No such file or directory crw-r----- 1 root operator 0x50 Jan 21 10:48 /dev/nvd0 [admin@eisy ~]$ ls -al /dev/nvd0* crw-r----- 1 root operator 0x50 Jan 21 10:48 /dev/nvd0 [admin@eisy ~]$ mount zudi/ROOT/default on / (zfs, local, nfsv4acls) devfs on /dev (devfs) procfs on /proc (procfs, local) storage on /storage (zfs, local, nfsv4acls) zudi/var/log on /var/log (zfs, local, noexec, nosuid, nfsv4acls) zudi/var/polyglot on /var/polyglot (zfs, local, nfsv4acls) zudi/usr/home on /usr/home (zfs, local, nfsv4acls) zudi/var/tmp on /var/tmp (zfs, local, nosuid, nfsv4acls) zudi/var/db on /var/db (zfs, local, noexec, nosuid, nfsv4acls) zudi/tmp on /tmp (zfs, local, nosuid, nfsv4acls) zudi/var/empty on /var/empty (zfs, local, noexec, nosuid, nfsv4acls) zudi/var/run on /var/run (zfs, local, noexec, nosuid, nfsv4acls) zudi/var/crash on /var/crash (zfs, local, noexec, nosuid, nfsv4acls) zudi/var/isy on /var/isy (zfs, local, nfsv4acls) zudi on /zudi (zfs, local, nfsv4acls) zudi/var/db/pkg on /var/db/pkg (zfs, local, nosuid, nfsv4acls)
-
nvme0: Samsung SSD 980 1TB nvme0ns1 (953869MB)
-
I have not set up HA yet. Here's the output as requested. => 40 120831920 mmcsd0 GPT (58G) 40 1024 1 freebsd-boot (512K) 1064 131072 2 efi (64M) 132136 106020864 3 freebsd-zfs (51G) 106153000 8388608 4 freebsd-swap (4.0G) 114541608 6290352 - free - (3.0G)
-
Most are adding an SSD to add other items in addition to audio files that would require additional storage. Adding Home Assistant would be an example.
-
I've added an SSD to my eisy. When I attempt to create a partitioning scheme on the SSD I get this. [admin@eisy ~]$ sudo gpart create -s gpt nvd0 gpart: geom 'nvd0': Operation not permitted Any ideas on how I can get past this? Thansk!
-
As far as a smoke and CO2 detector, they are fine. They won't integrate with the eisy.
-
I was unable to get my Generation 1's to add correctly and UDI told me they would not add. The Generation 2's added correctly to my and my daughter's eisys.
-
My generation 2 models have a QR code on the back and my generation 1 models do not have a QR code on the back.
-
I removed it from my reply.
-
No password is needed. However, you shouldn't expose your User ID publicly. Block it out as I have done. I also had problems with the Govee app. I set the short poll at 600 and the long poll at 900 and its worked great since.
-
I also experienced some issues with some of my Z-Wave devices. Most of those issues were resolved by using the "Update with interview" feature in eISY or removing the device and re-adding it. I also moved my eISY to a location that provided adequate signal strength for a couple of devices. It was time-consuming but I now have a Z-Wave network that has never worked better.
-
Both of those programs were triggering every 10 minutes. I changed the programs using variables so they wouldn't trigger every time the NOAA Plugin polled for alerts. Another interesting thing is when I would query the NOAA plugin in the admin console I would see these three alerts scroll through "Winter Weather Advisory", "Winter Storm Warning' and "Blizzard Warning".
-
Thank you, @EWhite! This solved my issue.
-
I use the Go Control GC-TBZ48 Battery Powered Z-Wave Thermostat for our primary HVAC and Stelpro Z-Wave Plus KI STZW402WB+ Thermostats for our electric baseboard heaters. Programmability is not a big thing for us as our thermostats pretty much stay at the same temperature. I like the ability to adjust them remotely when needed and they have worked well for this.
-
I have programs to send me notifications when we have a particular weather alert. We had a Winter Weather Alert yesterday and it was upgraded to a Blizzard Warning. It appeared that when an alert is upgraded, the old one is still there. Is this correct? I ask because I got the notification when the Blizzard warning was issued, and I continued getting the Winter Storm Warning notification. Here are my two notification programs. If 'Plug-Ins / NOAA Weather' Alert is Winter Storm Warning Then Set 'Plug-Ins / Notification Controller / UD Mobile' Send Message Sound 'Small Resonant Alarm' Content 94 Notification ID (ID=94) $Winter_Storm_Warning = 1 Else $Winter_Storm_Warning = 0 If 'Plug-Ins / NOAA Weather' Alert is Blizzard Warning Then Set 'Plug-Ins / Notification Controller / UD Mobile' Send Message Sound 'Small Resonant Alarm' Content 96 Notification ID (ID=96) $Blizzard_Warning = 1 Else $Blizzard_Warning = 0
-
The variable does stay at 1 as long as NOAA has a Blizzard Warning alert. It does not toggle back and forth. If I add $Blizzard_warning not equal 1 as you suggest, how does that stop the program from running the "Then" portion of the program? To add more information. We went from a Winter Storm Warning to a Blizzard Warning and my Winter Storm notification is triggering. It appears that even though the alert changed the old alert is still there.