Jump to content

tmorse305

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by tmorse305

  1. I'm going to hold off doing the update to 16.4.1. Yesterday I left 3 times. It worked 2 out of 3. All the re-entries were ok.
  2. I am setting a variable on exit and return. I am using Testflight
  3. Thanks for the reply. The geofence is less than 1/8 mile. I don’t have vehicle WiFi so the switchover for my phone is to cell service.
  4. Hi @Javi, I've noticed intermittent operation for me with the geofence functionality. It seems to happen more when I exit then when I return. When I leave the geofence I can see the departure acknowledged. but the variable does not change. There is an error in the log, attached. What is causing this? Thank you.
  5. Thank you, that did the trick!
  6. I was trying to create a web hook for a KASA plug. I got error 400, see attached screen shot. When I changed the device to an Insteon switch, it accepted it without a problem, see screen shots. Is there a restriction about what devices can be used? Or maybe this is related to the another thread is saw where error 400 was generated when trying to add a spoken? Thank you.
  7. Thank you for the quick response, all is well with 3.2.1
  8. Hi @glarsen, I just started up the RainMachine NS for the season today. I'm running 3.2.0. The NS is up and running but the AC indicates that the RainMachine status is Offline. I looked in the log and I saw this error: 2023-04-14 21:27:10,908 Thread-58 udi_interface ERROR rmfuncs:rmHeartBeat: Ping Error - No Heartbeat 2023-04-14 21:32:10,920 Thread-76 udi_interface ERROR rmfuncs:rmHeartBeat: Ping Error - No Heartbeat The odd part is that it is working, I can turn zones on from the AC. I noticed in your change log that there is a version 3.2.1 but it doesn't seem to be available in the NS store even after a refresh. Any suggestions? Thank you for your help.
  9. I switched the Camect host to the IP instead of camect.local and that fixed it. Weird that it worked the first time I installed it. Thank you!
  10. Hi @Jimbo.Automates, I tried to add another camera but I couldn't get it to show up in the AC. I have 6 cameras currently active in Camect. I deleted the NS and started over thinking it would pick up the new camera. Now it doesn't find any cameras. The controller node shows up in the AC but that's it. I tried the DIscover button in both the NS and the AC but no luck. Log attached, it looks like the user and PW are not set but they are saved in the configuration. Thank you.
  11. @Jimbo.Automates, Camect's built in connectivity to Telegram has been enough so I couldn't really see a need for the NS in my automation. That just changed! I built a bird/squirrel deterrent a while back that uses compressed air to scare unwanted birds and squirrels out of my feeder, see photos of setup. I use the guts from a cheap wifi plug and a time delay relay to create a nice short pulse of air pointed at the feeder. I used Alexa to trigger the air blast. This week I added a camera and your NS. With the Camect set to detect squirrels the blast is now automatic when there is a squirrel. I attached a video of it in action. The response is a little slow because the wifi plug does not connect directly to an NS so I have to send the command to Alexa first. Now if I could just get the Camect AI to distinguish kinds of birds. https://www.dropbox.com/s/40lt83xrevbauoq/Video Apr 03 2023%2C 5 23 00 PM.mp4?dl=0
  12. I actually just got in. I recalled a screen within the app. I found the admin user, I guess I set it up sometime ago. All good, thank you!
  13. Hi @Jimbo.Automates, I just installed the Camect NS. I use 'Sign in with Google' to access my Camect. Those credentials don't seem to work. Is there a preferred method to access Camect? I tried using my regular email (not gmail) but the log in process sends a link to my in box, no password required. Thanks.
  14. My "Good Night" routine works without an issue. Maybe something changed (again) since you last tried it. I say "Good Night" from bed so the order is not important. I do use a program as you suggested, that way I can include a check to make sure all the doors are locked. If one is left unlocked Alexa will let me know.
  15. As it should. If you said "Alexa turn Good Night on" then you should see your lights go off. To shorten the phrase to "Good Night" create a routine in Alex with a spoken trigger of "Good Night" and an action that turns on your scene.
  16. The virtual switch added to a scene is the only way to trigger a program based on a scene activating. Individual items in the scene can be triggered independently of the scene being activated. Actually you can set the delay to 0, so either a contact or motion will work the same way. I use both depending on what makes more sense for the action that's happening.
  17. @bwade913, You can eliminate the first 2 programs by adding the virtual button 01 to the scene. When the scene fires the button will be pressed. You still need a 2nd button however to shut it off. There is another NS call Virtual that allows you to add as many switches as you want. These can also be added to scenes but act as a toggle not a push button. When the scene is on the switch is on, when off the switch is off. The status of this single virtual switch can be passed to Alexa via a variable configured as a motion sensor which can toggle the 2 Alexa routines to control the lamp. One downside to this approach is that Alexa throttles the change to once every 30 seconds. No monthly fees.
  18. To confirm the noise problem you could connect the 2476D you just removed from the wall to a power cord. Black>Black White> White Ground > Ground Red - no connection but cover it with a wirenut so it can't touch anything Plug it in near the PM then try to add it.
  19. @waffles, I still think the root of your issue is communication problems. Take one or both of the worst offending sensors and place them next to the PLM for a few days and see what happens then.
  20. Run at Startup may override enable/disable, I'm not sure but it looks like it from your posts. Easy experiment, reboot with run at start up on/off and see if the disabled 2b programs run. Honestly I still think you have a communication problem with your sensors. You shouldn't need a 49 hour wait, the sensors reliably send the heartbeat every 24 hours unless the battery is dying, the heart beat quits before the sensor stops working altogether. Also on reboot IoX has no idea of the status of the sensor until it receives the first heartbeat. That might explain why rerunning the startup routine works, because by then there has been a heartbeat. But if the heartbeats are being missed then it would be hit or miss.
  21. @waffles, What are you restarting when you made this comment? IoX or just running the startup routine again? The need to change the wait to 49 hours suggests a communication problem with the sensors. You have a lot of sensors but if they're all in the same area maybe they're having trouble communicating? Is there a dual band device nearby to handle the transmissions? My 2a and 2b routines are different than yours. My triggers do not include the state of the wet sensor. Geo-VC-2 - [ID 0034][Parent 0032] (this is my 2a) If 'Basement / Geo Leak Detector-Heartbeat' is switched On Or 'Basement / Geo Leak Detector-Heartbeat' is switched Off Then $sLeak_Geo = 1 Wait 25 hours $sLeak_Geo = 2 Else - No Actions - (To add one, press 'Action') Geo-VC-3 - [ID 0035][Parent 0032] (this is my 2b If $sLeak_Geo is 1 And Time is Last Run Time for 'Geo-VC-2' + 26 hours Then Wait 5 seconds $sLeak_Geo = 3 Else - No Actions - (To add one, press 'Action')
  22. @waffles, it looks like you have the wait set to 49 hours at least in the one you posted. Can you show the control 1 and control 2b programs as well? Are you getting notifications about missing heartbeats?
  23. @PB11, If you use Alexa in your automation you could use the Flic buttons to trigger a routine that in turns triggers an IoX program. Link It's a bit round about but could fill the need until the remotes come back. Pricey solution however.
×
×
  • Create New...