Everything posted by Whitehambone
-
Support Thread: 5.0.16C (ISY994)
I can help with the SSH utility. I use this on windows: https://www.putty.org Or you can use Terminal from a Mac by typing: ssh user@XXX.XXX.XXX.XXX. User being the user name and the X's being the IP address of your Polisy. Then it will ask for your password. I have not had the beeping problem, so that is all the help I can offer, sorry.
-
Support Thread: 5.0.16C (ISY994)
@asbril I thought I remember reading that the number at the end was the ID number, I might be wrong. Do you have something in Network Resources with ID 50?
-
Support Thread: 5.0.16C (ISY994)
https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Errors_And_Error_Messages
-
Support Thread: 5.0.16C (ISY994)
@gduprey See if this helps. Right click your master programs and copy to clipboard. Paste it into Notepad and it gives you something like this for ALL of your programs. ----------------------------------------------------------------------------------- Smoke Alarms - [ID 0018][Parent 0017] If 'Support Devices / Smoke Alarm / Smoke Alarm-Smoke' Status is On Or 'Support Devices / Smoke Alarm / Smoke Alarm-CO' Status is On Or 'Support Devices / Smoke Alarm / Smoke Alarm-Test' Status is On Then $Notifcation_Smoke_Alarm = 1 Set 'Scenes / All Lights' On Else $Notifcation_Smoke_Alarm = 0
-
Support Thread: 5.0.16C (ISY994)
@nickster When Universal Devices updated their site, the serial numbers are now the full Mac address. You have to re-add your device using that number.
-
Support Thread: 5.0.16C (ISY994)
If this has been covered, I am sorry I missed it. I might have a bug or something wrong. Perhaps I have two problems, or they are related. I had experienced this before and thought I might have done something wrong. But recently, it happened again as I was testing PiCamMonitor by @markv58. If you have Blue Iris software, you should check out PiCamMonitor; even my wife loves it. I created a simple program that calls for PiCamMonitor, pretty simple. But it stopped working, and the log in PiCamMonitor was not getting any request. I could see the Blue Iris Nodes changing status in the ISY, and I could set the PiCamMonitor features manually from the ISY. Then I remember I had this issue before. I changed all the Blue Iris Node values to FALSE in the IF statement and saved the program. Then flipped them back to TRUE and saved again. Problem solved – the program works. Has anyone else experienced this issue? I had it happen one other time with a porch light. Took me a long time to figure it out. The above happened in 5.0.16b and another previous version that I can’t remember. Also every time I open the Admin Console, go to programs and hit save, I get this: It happens on v 5.0.16b and 5.0.16c for me. It also happens if I open the Admin Console, modify a program, and hit save. It first tells me it is deleting a program and then saving. It will not happen again until I re-open the Admin Console. I have seen it on different computers as well.
-
NodeLink: Raspberry Pi Install Script
I was just wondering the same thing as I am upgrading my NodeLink/Polyglot RPi to a 4. I am sure @io_guy will comment.
-
NodeLink: Raspberry Pi Install Script
Does that mean in the future NodeLink will run as a NodeServer in Polyglot? Or just run as it does now on the RPi, but just on Polisy?
-
NodeLink: Raspberry Pi Install Script
Logged into NodeLink and seen this. Is this a problem with my internet connection, a update bug in v0.10.1, or is the server down? 2019-11-04 09:10:09 - Auto-Update: Error updating file: The remote server returned an error: (404) Not Found.
-
NodeLink: Raspberry Pi Install Script
I had this same problem, are you behind a Fortigate?
-
Variable to TXT file for Blue Iris text overlay
Danbutter, That worked great! Turns out the content length is not important as seen in my screenshot above.
-
Variable to TXT file for Blue Iris text overlay
I have set up NodeLink on a Raspberry PI. Really all I did was follow the NodeLink PI instructions, but it was on my network and working. I am not real familiar with the RPI or Linux command line usage. I would need help with this setup.
-
Variable to TXT file for Blue Iris text overlay
I looked at the thread and when I try to duplicate your setup, I have no option for content length. I assume admin is your Blue Iris log in user and the IP is your BI server? Yeah, I just want to overlay a z-wave temperature on the garage camera. I already use Blue Iris Tools for weather info.
-
Variable to TXT file for Blue Iris text overlay
I searched and can't find anything on how to put the value of a variable into a TXT file that can be accessed on the network. I want a single file with just the variable value that gets overwritten. I thought I could just make a custom notification with the variable in the message body. But how do I access the file over the network like a shared folder? @webpage:/mydir/garage.txt ${var.2.53} I see a bunch of information on logging and graphing and will like try it. I can access the info by http://10.10.10.3/user/web/mydir/garage.txt. Can a specify a shared directory in the custom notification? Ultimately I want to use the TXT file as a text overlay in Blue Iris. Is there an easier way that i am just overlooking? I am on 5.0.14. I am using Blue Iris to trigger events on the ISY, fun stuff!