
themlruts
Members-
Posts
121 -
Joined
-
Last visited
Everything posted by themlruts
-
Sorry for got to updated the lost. All sold!!!
-
ALL ITEMS HAVE BEEN SOLD!!! Admins feel free to delete All single items please add $8 shipping. Will do combined shipping. All items are used and function. ***Prices are per 1 item. Item Model QTY Price Keypad Linc 6 2334-232/#2486D 4 $45 FanLinc 2475F 3 $45 Lamplinc Dimmers #2457D2 2 $12 Don't hesitate to reach out if you have any questions Thanks Mike
-
I just ran a test. I put her phone to sleep. Waited for the wifi to disconnect. I sent a push notification and it wakes it and connects to wifi.
-
No my only problem is how to keep my wife's iphone connected to wifi when it sleeps. Anyone come across this? I wish I could send a wake packet.
-
Kev Thanks I am idiot. It was taking the exit of echo i had right before the if. Mike
-
That is correct. The phone IP would go there.
-
I am new to bash. Can anyone tell me why my else statement wont work? Its not even getting to it. The exit of arp-scan is 1 not found and 0 found. I am confused. Thanks Mike #!/bin/bash while : do echo "running arp command Phone 1" sudo arp-scan phone | grep phone > /dev/null echo $? if [ $? -eq 0 ] then curl -s http://user:pw@ip:80/rest/vars/set/2/1/1 > /dev/null else curl -s http://user:pw@ip:80/rest/vars/set/2/1/0 > /dev/null fi echo "running arp command Phone 2" sudo arp-scan phone2 | grep phone2 > /dev/null echo $? if [ $? -eq 0 ] then curl -s http://user:pw@ip:80/rest/vars/set/2/3/1 > /dev/null elif [ $? -eq 1 ] then curl -s http://user:pw@ip:80/rest/vars/set/2/3/0 > /dev/null fi done sleep 60
-
Thank you for posting. I hope to play with this tonight.
-
I just finished my basement. It has its own zone for heat. I was looking at getting a zwave or insteon thermostat but they are pricey. My idea is to use the aeotec multisensor to monitor temp in the room. I would love to use the multisensor for occupancy as well. but that will come later. I will be controlling the zone using one of these $11 wifi relays. https://www.amazon.com/gp/product/B01LYYC4MW/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1 I have setup custom firmware on the wifi relay so I can use the ISY network resource and use a GET to turn on or off the relay. Now I am stuck on the the logic. I think I should make state variables for the Low and high temps. I would need a way to override (if the wife gets cold) Occupancy I see a lot of users using a multitude of things to detect occupancy. They seem to be using more than input to do this. Can you just do this with a motion sensor? My only other thought about this is the update frequency of the multisensor. On battery its 10mins.
-
Before we get in to that the isy is not a security system, I understand all the risks involved. I have taken all the precautions i can. The ISY is on battery backup and I run an enterprise firewall that has fail over to cellular connection. I know this is not perfect. But is better than nothing. I am tesinng the echo link motion sensor. I pick this one becuase it is pet ammune. I have a 15lb dachshund. I have setup several programs Arm Home (perimeter only) Arm Away (perimeter and motion) Disarm The problem is when the motion sensor is tripped it says tripped for 4 mins. If i try to arm within those 4 mins it sets the alarm off. Bellow I will post all my code. Any ideas would be appreciated. Thanks Mike Armed home Armed Home - [ID 0050][Parent 0028] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Run Program 'Disarm' (Else Path) Wait 1 second Repeat 1 times Set Scene 'Inside / Alarms_Alerts / Scenes / Door_Alert' Beep Repeat 1 times $Alarm_Perim = 1 Else - No Actions - (To add one, press 'Action') Alarm active(home) Home - [ID 000C][Parent 0028] If $Alarm_Perim is 1 And ( Status 'Inside / Hallway / Devices / HW_Basement-Door-Open' is On Or Status 'Inside / Kitchen / Devices / Kitchen Entry Door (Graage)' is On Or Status 'Inside / Living_Room / Devices / Front Door' is On Or Status 'Inside / Kitchen / Devices / Kitchen Slider' is On Or Status 'Garage / Devices / Garage Rear Door' is On ) Then Repeat 30 times Set Scene 'Inside / Alarms_Alerts / Scenes / Door_Alert' Beep Repeat 1 times Send Notification to 'Alarm' content 'Perimeter_Alarm_Open' $Alarm_Active = 1 Else - No Actions - (To add one, press 'Action') Arm Away (perimeter and motion) Armed Away - [ID 0029][Parent 0028] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Run Program 'Disarm' (Else Path) Wait 1 second Repeat 30 times Set Scene 'Inside / Alarms_Alerts / Scenes / Door_Alert' Beep Repeat 1 times $Alarm_Away = 1 Else - No Actions - (To add one, press 'Action') Alarm active(away) Away - [ID 0056][Parent 0028] If $Alarm_Away is 1 And ( Status 'Inside / Hallway / Devices / HW_Basement-Door-Open' is On Or Status 'Inside / Kitchen / Devices / Kitchen Entry Door (Graage)' is On Or Status 'Inside / Living_Room / Devices / Front Door' is On Or Status 'Inside / Kitchen / Devices / Kitchen Slider' is On Or Status 'Garage / Devices / Garage Rear Door' is On Or Status 'Inside / Living_Room / Devices / ZW 003 Binary Sensor' is Responding ) Then Repeat 30 times Set Scene 'Inside / Alarms_Alerts / Scenes / Door_Alert' Beep Repeat 1 times Send Notification to 'Alarm' content 'Perimeter_Alarm_Open' $Alarm_Active = 1 Else - No Actions - (To add one, press 'Action') Disarm Disarm - [ID 0057][Parent 0028] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $Alarm_Active = 0 $Alarm_Perim = 0 $Alarm_Away = 0 Run Program 'Armed Perm' (Else Path) Run Program 'Armed Away' (Else Path) Else - No Actions - (To add one, press 'Action')
-
Are you doing anything with automation?
-
I would be interested I would assume this would work with the craftsmen as well.
-
Has anyone looked in to this product? https://www.automatic.com
-
Ok just picked up one of these new qolsys alarms for the house. http://www.qolsys.com/page_device_IQPanel.html Unit is touch screen zwave WiFi Cell SD card slot Unit is built on android. Some of things i am looking to do. Since I can send email when the device is armed and disarmed and... I would love to be able to show the status of the alarm system in mobilinc. Example when armed it would send an email to isy saying armed and i could control a variable and the same disarmed. Thoughts??? It is a 7" screen and it has a slide show feature. You can put in your sd card and have it show those pictures. My thought is this... Can you write to those wifi sd cards? I was thinking i could write pictures from my security cameras (unifi) to the wifi sd card and have the slide show be the camera images. I know its a shot in the dark just a thought. Let me know what you think. Thanks Mike
-
KMan, The network module is not needed for this setup. It is using the native url function built in the the ISY Mike
-
I am looking at doing the same thing. Will look at the post. I also saw this free tool for analytics but cant think of the name of it.
-
So.. What is everyone's thoughts on insteon prices. Will they drop? Is it me or are prices going up? With all the competition out there you would think prices would come down. I mean 50 bucks for a lamplinc?? I feel like at those prices i am going to have to go back to x-10 haha Just think they may price them selves out. Just wanted everyone's thoughts Thanks Mike
-
199 free shipping kinda nuts
-
Finally got my pi up and running. Thank you Barry. Still need to work on my rc.local file still not working. Will look at that at later date. I know you can say "set couch lamps to 50%" But what about "set fan to high" Can you use words instead of numbers or do i just need to create programs for low med and high? Thanks Mike
-
Thanks must have missed that. Still doesn't work. Here is some from my log file. .116 seems to want to talk on por 50000 but my bridge is set for 50001 [main] INFO com.bwssystems.HABridge.upnp.UpnpListener - Traceupnp: SSDP packet from 192.168.10.116:50000, body: M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 MAN: "ssdp:discover" MX: 15 ST: urn:schemas-upnp-org:device:basic:1
-
192.168.10.116 is my echo. Not sure why this is not working. See attached log. Just to make sure -Dvera.address should be the local IP of the PI correct? log81.txt
-
Blueman2 I will talk look at my settings when i get home. But I am pretty sure i left out the step of the rc.local. I will post back later tonight Thanks again for the help Mike
-
I have Barry's conf app working. For some reason echo can not find anything when i have it discover. Here is my Database file [{"id":"1353288794","name":"Couch Lamps","deviceType":"Dimmer","offUrl":"http://username:password$@192.168.X.X:80/rest/nodes/21%2093%2076%201/cmd/DOF","onUrl":"http://username:password$@192.168.X.X:80/rest/nodes/21%2093%2076%201/cmd/DON/${intensity%20byte}"},{"id":"2055389976","name":"Fan Light","deviceType":"Dimmer","offUrl":"http://username:password$@192.168.X.X:80/rest/nodes/31%209D%2096%201/cmd/DOF","onUrl":"http://username:password$@192.168.x.x:80/rest/nodes/31%209D%2096%201/cmd/DON/${intensity%20byte}"}] This is the cmd i run on the pi to start emulator nohup java -jar -Dvera.address=192.168.x.x -Dupnp.config.address=$_IP -Dserver.port=8081 -Dupnp.response.port=50001 -Dupnp.device.db=/home/pi/echobridge/data/device81.db /home/pi/echobridge/ha-bridge-1.0.7.jar > /home/pi/echobridge/logs/log81.txt 2>&1 & This is the emulator log file nohup: ignoring input [main] INFO com.bwssystems.HABridge.HABridge - HA Bridge (v1.0.7) starting setup.... [main] INFO com.bwssystems.HABridge.devicemanagmeent.DeviceResource - HABridge device management service started.... [Thread-0] INFO spark.webserver.SparkServer - == Spark has ignited ... [Thread-0] INFO spark.webserver.SparkServer - >> Listening on 0.0.0.0:8081 2015-05-14 01:29:46.594:INFO:oejs.Server:Thread-0: jetty-9.0.z-SNAPSHOT 2015-05-14 01:29:47.049:INFO:oejs.ServerConnector:Thread-0: Started ServerConnector@1b06361{HTTP/1.1}{0.0.0.0:8081} [main] INFO com.bwssystems.HABridge.hue.HueMulator - Hue emulator service started.... [main] INFO com.bwssystems.HABridge.upnp.UpnpSettingsResource - Hue description service started.... [main] INFO com.bwssystems.HABridge.upnp.UpnpListener - UPNP Discovery Listener starting.... [main] INFO com.bwssystems.HABridge.upnp.UpnpListener - UPNP Discovery Listener running and ready....