Jump to content

Xathros

Members
  • Posts

    4589
  • Joined

  • Last visited

Everything posted by Xathros

  1. Michel- IIRC, He said he only had static text in the subject and body of the MMS notification and no errors showing in the error log. I haven't had a failure to send email/txt since 3.2.6. I also have been careful to ensure non blank subject and body fields. -Xathros
  2. Xathros

    ISY Clock

    bfish- On the configuration tab, what do you have set for a time server? Have your tried time.nist.gov ? jme999- On the configuration tab, what do you have set for DNS server? Have you tried 4.2.2.2 or 8.8.8.8 ? -Xathros
  3. RichTJ99- Pull the airgap switch on the downstairs keypad for 15 seconds then push it back in. Be careful not to push it beyond flush with the frame or you may factory reset the keypad. Test again. -Xathros
  4. Hi Lake113- Setp 2 is telling you to edit the file /private/etc/hosts. That is done on the command line with the "nano" editor. After you get your hostname from step #1, type: sudo nano /private/etc/hosts You will be prompted for your MAC's admin password. (The same one for your user account likely) - enter that and pres Return That should look like: GNU nano 2.0.6 File: /private/etc/hosts ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost Add a new line above 127.0.0.1 with your hostname: GNU nano 2.0.6 File: /private/etc/hosts ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 Xathros-MacBook-Air 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost As I did above for my MBA - After that, type Ctrl-x Then y then Return That should do it for you.
  5. Hi Brian- If one works and not the rest, I would suspect a connection problem between the strands. Try changing the order in which they are plugged in. There must be power getting to the outlet to light the first strand so the problem must be downstream from there. -Xathros
  6. Upgraded to 3.3.4 without any issues. No problems accessing the admin console from any of my MAC's. -Xathros
  7. I'm sorry but I'm out of ideas here. I do exactly the same thing you are trying to do with no problems at all other than delayed delivery sometimes. Its for that reason that I moved many of my notifications to Prowl notifications instead of TXT/MMS. -Xathros
  8. Xathros

    Repeat command?

    I have a few programs that use a state variable to trigger the If section when there would otherwise be a blank if. If s.AutoTimers > 0 Then do whatever. This allows me to easily disable some/all of the auto stuff by changing the variable. Some programs require s.AutoTimers > 2 and some > 3. Since the mvar is a state var, anything using this in the if will trigger on changes. -Xathros
  9. OK. Always a good idea not to post private info. What is the content of the subject and body fields? Is it identical to the TXT version? -Xathros
  10. OK Nothing wrong in the program then. Can you post a screenshot of the MMS notification definition. Also, are there any errors showing up in your error log? -Xathros
  11. Post the program that is supposed to send the notification. -Xathros
  12. Mike- evaluates to blank means if you are using only variable in either the subject or body, the value of the variable returns a blank. If you have any static text in both fields, then this is not the problem. It may be an issue with the address to which you are sending or a problem with the SMTP server. Are you getting any errors in your log when you attempt to send these? I was having sporadic problems sending AT&T MMS messages from the ISY until I switched to a Gmail SMTP from my webhosts SMTP. -Xathros
  13. Xathros

    Repeat command?

    It needs to be triggered to start. Either right click the program and select Run then or check the box to run at startup then reboot. -Xathros
  14. zeenon- Thanks! I believe you can report the current temp, mode and humidity (optional) from the Venstar in a notification. You just can't assign those values to variables yet. Going from memory on that. If I'm wrong someone more knowledgeable will correct me. As for the AutoOff counts, I have an array of integer variables and counter programs that watch for control switched On events (On Counts) and my timer programs increment the AutoOff variables if they get to timeout before someone (usually me) turns a device off. The header image is hosted on my webhost so it loads no matter if I'm on my LAN or not. The link at the bottom to my logs points to a pogoplug running linux on my LAN and will not work unless I'm at home or VPN'd back to my network. Climate data is via the weatherbug module and the station is at our local high school. This is still a work in progress. -Xathros
  15. Wow. I read that 3 times and never caught that. -X
  16. Steve, Brian- I think there is a device called the RedEye which can learn IR commands from an existing remote and be commanded to send said commands via a network call. I have been thinking about picking one of these up for control of my non-networked A/V gear. Also allows use of iDevices and Android devices as remotes I believe. This of course would require the network module for the ISY and offers NO feedback to the ISY as to the current status of the end device. -Xathros Edit: Here is a link: http://thinkflood.com/products/redeye/
  17. XathHome Daily Report for ${alert.date} Garage Door Stats Door Opened Closed Dad's Door ${var.1.1} ${var.1.2} Mom's Door ${var.1.8} ${var.1.9} Lighting Stats Device On Count Auto Off Count Kitchen Counter ${var.1.60} ${var.1.61} Kitchen Island ${var.1.58} ${var.1.59} Dining Room ${var.1.62} ${var.1.63} Living Room ${var.1.64} ${var.1.65} Main Bath ${var.1.21} ${var.1.22} Basement Stairs ${var.1.10} ${var.1.3} Utility Room ${var.1.12} ${var.1.4} Alyssa's Room ${var.1.11} ${var.1.5} Back Porch ${var.1.14} ${var.1.7} Garage Lights ${var.1.13} ${var.1.6} Shop Lights ${var.1.15} ${var.1.16} Barn Lights ${var.1.26} ${var.1.27} Barn Floods ${var.1.24} ${var.1.25} Current Toggle Status Item Value Garage Door Notify ${var.2.1} AutoTimers ${var.2.3} Rhino Charger ${var.2.12} Internet Up Test ${var.2.7} Network Filter ${var.1.36} Motion Stats Item Value Shop Motion Count ${var.1.19} Basement Motion Count ${var.1.31} Garage Motion Count ${var.1.30} LivingRm Motion Count ${var.1.32} Security Stats Item Value Shop Breached ${var.1.48} House Breached ${var.1.49} Home/Away ${var.1.23} Shop Security ${var.1.20} Rhino Charger Cycled ${var.1.40} Network Stats Network Uplink Failed ${var.1.66} Environmental Sensors Location Temp Low High Basement ${var.1.38} ${var.1.42} ${var.1.43} Outside ${var.1.39} ${var.1.44} ${var.1.45} Hot Water ${var.1.41} ${var.1.46} ${var.1.47} Climate Data Temperature ${mod.weather.temp.current}/${mod.weather.temp.feelslike} RF ${mod.weather.temp.low} ${mod.weather.temp.high} Rain Today ${mod.weather.rain.today} ${mod.weather.rain.rate} ${mod.weather.rain.ratemax} Max Wind ${mod.weather.wind.speed}${mod.weather.wind.direction} ${mod.weather.wind.speedavg}${mod.weather.wind.directionavg} ${mod.weather.gust.speed}${mod.weather.gust.direction} Occupancy Stats Statistic Time Occupied ${var.1.52}:${var.1.53} Vacant ${var.1.54}:${var.1.55} Occ/Vac Cycles ${var.1.57} Sunrise Sunset ${sys.sunrise12} ${sys.sunset24} ~ ~ ~ END OF REPORT ~ ~ ~ Report Generated: ${sys.time12} ${sys.date} View Log Files
  18. How difficult would it be to set it up so we could request a backup via a URL with wget or something similar? -Xathros
  19. AMEN! -Xathros Baaaaaaa...
  20. Since we have no way to evaluate responses to network commands from the ISY, we have no way to test such devices. You could use an external server and script up a ping test for those devices then /rest the results of the tests to ISY variables. I use a $20 pogoplug running linux to do this sort of thing among others. -or- If you have switched power on the receiver, you could power a relay and use an IOLinc, TriggerLinc or EzIO to detect the relay status and send Insteon messages to the ISY instead. Or possibly even just plug in a lamp module and query it for responding/not responding though you may have comm issues going through your A/V gear. -Xathros
  21. Hi Stephan- Looking at the problem from the other side, how about issuing a wget with a /Rest command to set a variable in the ISY called from a startup script on the system in question. You could also schedule that wget for every 15 mins or so and program up a watchdog timer in the ISY to alert on failure. -Xathros
  22. Hi Stephan- Yes. Prowl is what that wiki link describes. This is what I'm using and I have been very happy with the results so far. The iPhone app is $2.99 and the service is free. It has the added benefit of a growl plugin so if you use growl, you can have some/all of your growl notifications forwarded to your prowlapp on iPhone/Android. It also supports priority (-2 through +2 for 5 levels). This way you can have a do-not-disturb configuration where only the highest priority notifications will alert at night - also allows for different audio alerts depending on priority. Prowl also uses https but no authorization other than your APIKEY. I have quite a few network rules already written for prowl and can share the settings if you need. The Wiki article does a good job of explaining the setup already. -Xathros
  23. Stephan- For what it's worth, I am getting exactly the same results as you. I have exhausted my list of things to try to make it work. Did you choose Notifo for a reason or would you consider other options such as Pounce? I am doing this with Pounce and it works quite well for me. -Xathros
  24. Stephan- The idea is so we can see a working conversation. That may give a clue as to what is wrong with the net resource. I'd like to see the content length and exact message (minus your auth hash) of the working conversation to compare with your rule. -Xathros
  25. Hi Stephan- Run wireshark on the laptop and make the same request via the web browser on the laptop, record the conversation and post the result. -Xathros
×
×
  • Create New...