General Discussion

A place to talk about whatever you want

167 Topics 1.6k Posts
  • Starlink Available in Some Areas

    14
    2 Votes
    14 Posts
    521 Views

    I'm in Michigan and paying $120/month for Gig speeds with no cap. I was checking out Starlink the other day as well, but there's not an actual NEED 😂

  • Raspberry Pi - Cron Jobs for Lua scripts ?

    6
    0 Votes
    6 Posts
    363 Views

    If I had to guess, because you were testing it while in the root (/) directory. That would be pretty much the only way it could work.

  • SiteSensor triggered my both sirens

    4
    0 Votes
    4 Posts
    161 Views

    @swiddy
    In Configure presets for house modes there is “What to do if an armed sensor trips”.
    Select “off” for your sirens in preferred modes.
    If you want the sirens to go off for specific sensors, create a scene with these sensors as trigger and the action to turn on the sirens.

  • Connected Home Over IP. (CHIP)

    8
    0 Votes
    8 Posts
    308 Views

    I can see the potential value of it but indeed it sounds a lot like HomeKit trying to create an IP protocol to get all the others to play together. Probably a little better standardized than MQTT (in terms of messages and topics) to make it more user friendly. I have had no problems mixing and matching brands on z-wave with a handful of exceptions: a couple of brands trying to go a little too exotic on their z-wave implementations. It isn't so clear also whether this will be purely local or cloud based. As of today, my single largest source of reliability issues come from the cloud... Some of the amazon echos occasionally going out of whack and it's a recent problem.

  • Vera TTS and negative temperatures

    7
    0 Votes
    7 Posts
    217 Views

    @therealdb said in Vera TTS and negative temperatures:

    hey @CatmanV2 just use announcements (see readme). Plus, they've recently released a new conversational voice that's more natural. Just use this:

    luup.call_action("urn:dlna-org:serviceId:DLNAMediaController1", "Say", {Text='<lang xml:lang="en-UK"><amazon:domain name="conversational">The temperature outside is ' ..GardenTemp.. ' degrees.</amazon:domain></lang>',Volume=40,GroupZones="Everywhere"}, 22)

    This conversational voice is able to read numbers, puntuaction and others things waaayyy better. Try it and let me know 😉

    Thanks, annoyingly AlexaTTS is currently non-functional for me. Not quite sure why. I assumed cookie expiration, but it's forced me to change my password and the new cookie does not appear to work.
    But nothing showing in the logs 😞

    C

  • Z-Wave Plus (ZWP) & Z-Wave Long Range (ZLR)

    7
    0 Votes
    7 Posts
    269 Views

    Thanks for the link, it makes interesting reading.

    I'm hoping that the best option is that we can choose to use either ZLR or ZWP rather than being forced into a upgrade.

  • Starting with smart home development

    14
    0 Votes
    14 Posts
    406 Views

    Do not underestimate the amount of effort and time this is likely to take... especially when you get a few users on board.

  • New to the forum

    81
    0 Votes
    81 Posts
    6k Views

    Well, that may be true for you, but as we've seen with the Cyberpunk 2077 launch, different systems seem to yield different results. 😉

  • 0 Votes
    24 Posts
    2k Views

    @toggledbits Interesting, when you are ready for Alfa or Beta I am ready to test it out.

  • z-way device removal

    5
    0 Votes
    5 Posts
    189 Views

    It's in both of them....

    C

  • Discover IR codes for lost remote

    49
    0 Votes
    49 Posts
    8k Views

    Well, they say in life "nothing ventured, nothing gained" and thanks to this forum and stackoverflow, I’ve got a working solution.

    Code is below, any feedback on optimisation is always appreciated.

    local lfs = require "lfs" local read_file_path = "/mnt/nas/vera/text1.txt" -- # path to your file here local write_file_path = "/mnt/nas/vera/text2.txt" -- # path to your file here local pattern1 = "^.*Power.*$" -- # your pattern to find local pattern2 = "^.*0000.*$" -- # your pattern to find io.open("/mnt/nas/vera/text5.txt", 'a'):close() --local logFile = io.open(write_file_path, 'w') local logs = {} -- We will use this to log the messages to log.txt later local i = 1;for line in io.lines(read_file_path) do if (line:find(pattern1) or not line:find('%A')) and line:len() > 1 then local powerref = line logs[#logs+ 1] = 'Command: ' .. powerref elseif line:find(pattern2) then local prontoCode = line local x = 1 do x = x + 1 local pause = os.clock() print('"' ..prontoCode..'"') luup.call_action('urn:a-lurker-com:serviceId:IrTransmitter1', 'SendProntoCode', {ProntoCode = prontoCode}, 49) -- x = x + 1 -- local pause = os.clock() repeat until os.clock() > pause + 3 local time = os.date("%Y-%m-%d %H:%M:%S") local xfile = io.open("/mnt/nas/vera/text5.txt", 'a') xfile:write(time .. " - " .. prontoCode .. "\n") xfile:close() end logs[#logs + 1] = 'Sequence: ' .. line end; i = i + 1 -- Raise the line number end local logFile = io.open(write_file_path, 'w') logFile:write(table.concat(logs, '\n')) logFile:flush()
  • HTTP 400 error with Telegram

    7
    0 Votes
    7 Posts
    332 Views
  • Smart home startup looking for cofounder

    4
    0 Votes
    4 Posts
    189 Views

    Just sent you a chat....
    C

  • I'm bored :D

    10
    0 Votes
    10 Posts
    418 Views

    Finally fixed Mrs C's iPhone locator. Adding some more logic now we're actually going out of the house (for a while)

    What I'm toying with now is some ideas for
    a) Smart shower (assuming I get another job that means I need to get up and get in the shower)
    b) IR control for scene setting per my old Philips Pronto and (to a lesser extent) my Harmony. The Harmony hub is the obvs choice, and given my Harmony One is on its last legs this may be first.

    C

  • Alexa skill for Open Luup / Zway

    8
    0 Votes
    8 Posts
    333 Views

    Yes, I grouped a couple of roller shutters and lights. Plus, I can call my own http modules. Wonderful piece of tech.

  • Can't mount CIFS with Vera

    5
    0 Votes
    5 Posts
    185 Views

    Happy days.

  • Home Automation Serial Server (Raspberry Pi)

    7
    0 Votes
    7 Posts
    392 Views

    I would like to see a zigbee stick (deconz) announced. Is this usb server works I would like to use it as a hub and connect to the usb devices over ip from home assistant.

  • 0 Votes
    2 Posts
    159 Views

    The price is crazy to $120 a year, That's more than netflix or amazon prime. I moved most of my IFTTT functions to Node-red 6 months ago, never looked back, now 1 second response rather than 3 seconds to when ever.

  • 0 Votes
    1 Posts
    225 Views
    No one has replied
  • 3 Votes
    6 Posts
    289 Views

    It was in the wrong time zone for me, middle of the night. Sounds like I didn't miss much.
    I use RaspPi's a lot and like the flexibility they have.
    With the price of SSD's now it's more feasible to ditch the SD Card and boot from it.
    I have a 340GB that cost me next to nothing which I plan to add to my test Homeseer Controller after our lockdown ends.

Recent Topics