Announcement

Collapse
No announcement yet.

Is the service down as of 12:42pm PST 1-2-19?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Is the service down as of 12:42pm PST 1-2-19?

    Currently 12:42pm PST and although IFTTT shows me connected to HS (I even re-logged in), nothing is working in either direction.

    In addition, when I go to create an Applet using HS as a trigger, under Select a Device, I get no listing of my devices and just "Options Unavailable".

    Anyone else?

    #2
    The hourly IFTTT trigger I run as a heartbeat has not missed a beat over the last week. The next one is coming in 5 minutes. Will confirm if it works too. All my others have been working as well, but they trigger infrequently.
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      Originally posted by sparkman View Post
      The hourly IFTTT trigger I run as a heartbeat has not missed a beat over the last week. The next one is coming in 5 minutes. Will confirm if it works too. All my others have been working as well, but they trigger infrequently.
      Curious what you do for a heartbeat monitor....

      Still not working for me BTW....

      Comment


        #4
        And the 2 PM MST one did not come though, so yes, looks like there is a larger scale issue.
        HS 4.2.8.0: 2134 Devices 1252 Events
        Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

        Comment


          #5
          Originally posted by Wazoo View Post

          Curious what you do for a heartbeat monitor....
          I have IFTTT trigger an event every hour, that runs the following script, that logs to the HS log the time differential as to when it should have triggered to when it actually did. It's typically around the 20-30 second range.


          PHP Code:
          Sub Main(ByVal Parms As String)

              
          Dim MyTime As DateTime Now
              Dim MyString 
          As String ""
              
          Dim minute As Integer MyTime.Minute
              Dim second 
          As Integer MyTime.Second
              
          If (minute)*60+second 1 Then
                  MyString 
          "1 second"
              
          Else
                  
          MyString CStr((minute)*60+second) & " seconds"
              
          End If

              
          hs.WriteLogEx("IFTTT Heartbeat"MyString"#0000FF")

          End Sub 
          I also have a counter that counts up once every seven minutes and then another IFTTT triggered event that resets it back to zero. If the counter reaches 10, there's an event that gets triggered by it and then alerts me. I did not come up with that last method, but it works well.
          HS 4.2.8.0: 2134 Devices 1252 Events
          Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

          Comment


            #6
            Thanks for the info.... and the system is working again as of 1:48pm PST.

            Comment


              #7
              Yes, my 3 PM MST heartbeat came in at 3:00:09.
              HS 4.2.8.0: 2134 Devices 1252 Events
              Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

              Comment

              Working...
              X