• Announcements regarding our smart home community

    8 Topics
    9 Posts

    Mios dashboard isn't displaying anything. Anyone know what is going on?

  • A place to talk about whatever you want

    163 Topics
    2k Posts

    Just to close this off, new unit installed today and we now have IR back up and running. Even more remarkably despite having to reconfigure my TV activity from scratch in the Harmony app, both Alexa and HASS appear to have managed to remain functional.
    Logitech were always the bees knees for Universal remote products but at some point they will turn the servers off 😞
    No apology needed for the Hijack. I'm off to look!

    C

  • A place to put some How-To documentations

    20 Topics
    51 Posts

    @therealdb said in [How-To] Migrate from Vera to Zwave.me and then ZwaveJS in 2024:

    asking why it took me so many years to switch

    Now six years since the announcement of the acquisition. Both are dead; one of them just doesn't know it yet.

  • Share and discuss your lua creations here

    39 Topics
    230 Posts

    Why use any individual scene code at all? Per the reference docs you cited, if you define a scene_prolog global (presumably with the exact same code as your existing executeSceneNumber) that should work directly.

  • Hardware related - Small board computer to IP Camera and technologies like Zigbee or Zwave!

    182 Topics
    2k Posts

    The code in your link was messed up when they updated that forum some years ago. I've rehashed it to give it a chance of working but I suspect you may still have trouble getting it to work. Running it in the Lua test window would be your starting point after reading the
    push over api doco.

    Another alternative is to use Telegram with the Telegram plugin.

    -- Refer to pushover documentation: -- https://pushover.net/api local pushToken = "YourPushOverTokenHere" local pushUser = "YourPushOverUserCodeHere" local pushTitle = "MessageTitle" local pushMessage = "MessageContent" local snapshotFile = "/tmp/camera_snapshot.jpg" local pushPriority = "1" -- Sound could be: pushover bike bugle, cash register, classical, cosmic, falling, -- gamelan, intermission, magic, mechanical, pianobar, siren, spacealarm, tugboat, -- alien, climb, persistent, echo, updown, none local pushSound = "gamelan" -- Link to the BlueIris videostream of that camera local pushUrl = "http://xxx.xxx.xxx.xxx/mjpg/ShortCamName&user=XXX&pw=XXX" local pushUrlTitle = "Camera Name" -- This points to one of my BlueIris managed cameras local camera = "http://xxx.xxx.xxx.xxx/image/ShortCamName?q=50&s=80&user=XXX&pw=XXX" -- Get the snapshot from the camera local out = assert(io.open(snapshotFile, "wb")) local _,data = luup.inet.wget(camera) out:write(data) assert(out:close()) --Send PushOver request local curlCommandTab = {} table.insert (curlCommandTab, 'curl -s') table.insert (curlCommandTab, '-F "token=' ..pushToken ..'"') table.insert (curlCommandTab, '-F "user=' ..pushUser ..'"') table.insert (curlCommandTab, '-F "title=' ..pushTitle ..'"') table.insert (curlCommandTab, '-F "message=' ..pushMessage ..'"') table.insert (curlCommandTab, '-F attachment=@' ..snapshotFile ..'"') table.insert (curlCommandTab, '-F "sound=' ..pushSound ..'"') table.insert (curlCommandTab, '-F "priority=' ..pushPriority ..'"') table.insert (curlCommandTab, '-F "url=' ..pushUrl ..'"') table.insert (curlCommandTab, '-F "url_title=' ..pushUrlTitle ..'"') -- The .json suffix requests that the response be in JSON format table.insert (curlCommandTab, 'https://api.pushover.net/1/messages.json') local curlCommand = table.concat (curlCommandTab, ' ') print(curlCommand) local handle = io.popen(curlCommand) local result = handle:read("*a") handle:close() print (result) -- Delete temporary snapshot os.remove (snapshotFile)
  • 825 Topics
    8k Posts

    OK the actual change is that it's no longer in the HACS repository, but native in HA above 2024.2.0
    Simply go to Settings > Devices and Services > Add Integration and search for 'Evovacs'
    Add user name and password

    C

  • The goodness of vera without the bad. Discuss installation problems and improvements.

    183 Topics
    3k Posts

    Thanks for that! Not tried a new install recently, so will give it a go.

  • Got a question, a comment about the community or the forum? Ask away!

    13 Topics
    145 Posts

    That's the beauty of community support!

  • Blog posts from individual members. Feel free to talk about your project, your smart home setup!

    11 Topics
    279 Posts

    Hey,

    I’m curating a list of smart home automation ideas, and here are 15+ ones (and still counting).

    What do you think?

    smart home automation ideas.png

    ..................................
    The smart home trend is dramatically evolving with at least 69% households in US owing at least one smart device.

    So how could they ease your work and life?

    I gathered and asked 15+ smart home professionals a same question:

    “What’s your most favorite automation (ideas) for smart homes that is improving your life?”

    Let’s check their ideas:

    (source: https//www.leadsrating.com/security-cameras/smart-home-automation-ideas/)

    Routine Checking Smart Curtain and Blinds Smart Interaction Smart LED String Lights Turn Outdoor Water On/Off Automation NFC Tags Automation Remote Control and Scenes Smart Interoperability Reducing Your Home Cleaning Job Light Control Automation Smart Blinds Light Management Adjusting Natural Light Automation Seamless Connectivity Simple Switch Bot Changing My Overall Everyday Process

Recent Topics