General Discussion

A place to talk about whatever you want

159 Topics 1.6k Posts
  • An electricians or wiring experts here?

    Unsolved
    9
    0 Votes
    9 Posts
    316 Views

    @akbooer I agree. My new house has them everywhere and it’s useful to use them as scene controllers as well (long press to dim, double click
    to sync levels, etc)

  • Looking for ideas on how to implement an automation.

    Solved
    17
    0 Votes
    17 Posts
    577 Views

    Thanks, at 4 for $15, I can replace them cheap.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Is Hubitat to HA Bridge possible?

    Solved
    8
    1 Votes
    8 Posts
    347 Views

    @droy you could definitely call MSR http endpoint to achieve the same result. At this point, MSR will perform the call for you.

  • New Developer - What I should know/do ? (Vera/OpenLuup)

    Unsolved
    1
    0 Votes
    1 Posts
    125 Views
    No one has replied
  • New to Smart Home

    Unsolved
    3
    0 Votes
    3 Posts
    193 Views

    I'll definitely start with Home Assistant (or OpenHab, if you want to keep Java) and EspHome/Tasmota, in your case.Don't start from scratch.

    Tasmota and EspHome are two firmware quite popular in the market, and you'd flash them on microcontrollers and access sensors. Look at both before choosing. I prefer Tasmota, but only because that's what I know better.

    After you'll be set, you'd always add anything you want to the mix. I'm a C# dev and part of my logic runs inside a custom made applications, that's glueing different systems together. Take a look at Multi System Reactor as well, since you'll soon discover that Home Assistant lacks in terms of a powerful automation engine. Good luck!

  • Amazon Alexa hosts

    Unsolved
    1
    0 Votes
    1 Posts
    115 Views
    No one has replied
  • Merry Christmas/Happy Holidays

    15
    8 Votes
    15 Posts
    459 Views

    Happy holidays everyone!

  • Very newbie man looking for help

    Unsolved
    4
    0 Votes
    4 Posts
    210 Views

    OK so three things here:

    The Qubino. Sadly I have no idea how well supported that device is on Vera. Many devices that Vera claim to support do not really work very well. It's possible that you might be able to modify the properties of the device to make it work better, but I'm afraid I have no idea where to start. SSH is possible. I would expect this is still the way to do it:
    http://wiki.micasaverde.com/index.php/Logon_Vera_SSH OpenLuup is an Open source home automation system that is similar to Vera but much much better:
    GitHub - akbooer/openLuup: a pure-Lua open-source emulation of the Vera Luup environment GitHub - akbooer/openLuup: a pure-Lua open-source emulation of the Vera Luup environment

    a pure-Lua open-source emulation of the Vera Luup environment - GitHub - akbooer/openLuup: a pure-Lua open-source emulation of the Vera Luup environment

    Many of us are on this forum because we were banned from the Vera forum for daring to challenge the approach taken by Melih. So far we seem to have been correct. Vera is a dead end and will very soon be un-supported

    Good luck!

    C

  • Help please with Node-Red "Lost connection to server"

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views

    I've now powered that Tuya light back ON again so it is reachable on the WLAN and now I am able to update the nodes OK and then I rebooted the Linux box. Now the "Lost connection to server, reconnecting..." message has stopped appearing. So seems related to this Tuya node / light.

    I then powered OFF the Tuya light again and fingers crossed the "Lost connection to server, reconnecting..." message still hasn't come back, so I think managing to update the Tuya node may have fixed it. I will keep an eye on it.

  • Goodbye Brothers in crime!

    Unsolved
    5
    4 Votes
    5 Posts
    261 Views

    Shouldn't this topic be set to "SOLVED"? 😉 Good luck with Hass, and not in the ironic way.

  • Re-number on OpenLuup

    Solved
    4
    0 Votes
    4 Posts
    205 Views

    @toggledbits said in Re-number on OpenLuup:

    @catmanv2 if you're using the Reactor plug in, there's a device replacement tool on the tools menu that will appear when the failed device is deleted.

    Well I've just replaced the coffee grinder so normal service should be resumed shortly

    @kfxo said in Re-number on OpenLuup:

    Is it marked as failed in z-wave (z-way?) server? If you can reset the device without excluding it, I think you can use the replace failed node operation on the z-way server control section.

    It is marked as failed indeed.

    I was distracted and this post wasn't sent. I couldn't remove it from z-wave as it was waiting on an interview.

    It re-added fine as a new device and I've just edited Reactor manually.

    Cheers

    C

  • "kinda smart" switch to put behind a normal light switch

    Solved
    18
    0 Votes
    18 Posts
    608 Views

    @elcid CDO. It's like OCD but the letters are in the right order....

  • Bluetooth Control - Vera / Openluup

    Unsolved
    3
    0 Votes
    3 Posts
    230 Views

    I have a few really nice Xiaomi temperature and humidity sensors reporting over BLE to a Tasmota ESP32, as described in this thread. The ESP is then connected to my OpenLuup with Mqtt.

  • Occupancy - What are people using to check?

    Unsolved
    20
    0 Votes
    20 Posts
    534 Views

    Hi all,

    In the process of doing this, I’ve created a number of occupancy check scripts, each one of them is currently it’s own module (i think that’s the correct term)?

    xxoccupancy-motion.lua xxoccupancy-sonos.lua xxoccupancy-lights.lua xxoccupancy-tvs.lua

    I’ve done this to make each one manageable, with each one ultimately running a global function that will return either true or false if the occupancy criteria check is meet (true for no activity, false for recent activity)

    Although saying that, I’m probably going to make the ‘lights’ one the target now, , so if no motion, tvs or sonos are found in use, (thus all true) then run the other one, to turn off all known lights.

    Is that a good approach, or would dofile() be better, or should I simply put them all to one ‘module’ ? How would you approach doing multiple assessment/checks ?

  • Z-Wave Classes & Commands

    Unsolved
    8
    0 Votes
    8 Posts
    510 Views

    At this stage, probably not, just for the lack of consistency. The issues:

    Vera, we know, keeps the data in state variables, and we get what we get. You can get that today -- just look at the attribute on the entity in MSR and see as much information as it could publish. On a Vera ZWave device, look for x_vera_svc_micasaverde_com_ZWaveDevice1.VariablesGet. On Hass, not only does the API not tell you what integration drives an entity, but even if you forced that association by declaring the ZWave service, the service itself doesn't publish any attributes/data from the integration through the API. So the configuration variables aren't visible at all. Nor is the device's manufacturer info, model number, or even its ZWave node ID. Mind you, Hass has all of this information, it must in order to function, it just doesn't publish any of it through its APIs. On Hubitat, pretty much the same story as Hass: the API doesn't tell you what driver supplies the device, so you don't even know it's ZWave, and there's no data available attached to the device that's published through the API related to ZWave, anyway. On eZLO, they do identify the device by its parent "protocol" (zwave), and give you the ZWave node ID and a couple of flags, but no other useful information that I've seen. There aren't even API commands available for single-node things like poll a node or set a config value, only network-wide commands for things like start/stop inclusion or reset the Zwave chip and delete the entire network (i.e. not things you usually want to do in an automation). Since I'm probably the only person who cares if those other things exist and I'm persona non grata over there, they're probably not getting done any time soon, whether I report them or not. I haven't used any devices on my eZLO system that have configuration parameters, so I can't tell if or how it publishes those. If someone has included on their eZLO system a device that normally uses configuration parameters, like an Aeotec Multisensor, etc., please send me via PM your logs/ezlo_data_list.json file. I'd love to see if it has anything.

    Very low on my priorities (particularly with the big changes to the core/Engine of late) has been direct integration with ZWave-JS. That would expose all the right information, I'm sure. But that's really no small task, and in essence, transforms MSR from an automation tool into the realm of being a hub itself. Maybe that's not bad.

  • Is anyone using the Ring Doorbell plugin ?

    Unsolved
    2
    0 Votes
    2 Posts
    147 Views

    My ring doorbell fell victim of my cloud dependance eradication project a few years ago, so I can't help with that one. I can only recommend replacing it with the one I am using... Superior in every way by offering a local 3MP RTSP stream, 5GHz wifi. It's already 3 years old but I haven't found anything better since. The only thing I wish it had is H.265 encoding. Mine is still going strong and is integrated into my system. I run facial recognition on it to trigger a variety of scenes on openLuup.
    It is the single most active doorbell thread in this forum:

    New RCA HSDB2A 3MP Doorbell IP Camera New RCA HSDB2A 3MP Doorbell IP Camera

    Has anyone gotten their hands on one yet? Is it a Hik rebrand as well? RTSP/ONVIF support? The specs look promising otherwise. 3MP, 5GHz wifi, and I really like the included up/down/side tilt...

  • Smart home with no WIFI

    Unsolved
    15
    0 Votes
    15 Posts
    411 Views

    @rafale77 said in Smart home with no WIFI:

    An ethernet network requires a router..

    It doesn't really. Doesn't even need DHCP. Probably needs a switch.

    C

  • Controller shift - How do you do it ?

    67
    0 Votes
    67 Posts
    4k Views

    I didn't test extroot on the verasecure because I didn't have one to try it on. I think others on the forum did it and reported to work fine. There is nothing about the vera secure which makes it perform better than the plus. The extra core is unused... the vera UI is single threaded. It also does not use the CPU enough for the speed to make a difference. Same for the DRAM. The only benefit is the battery which to me would be more of a problem than benefit since they have limited lifetime and prevent me from easily power cycling the unit.

  • No more username/password for Alexa script

    Unsolved
    1
    2 Votes
    1 Posts
    104 Views
    No one has replied

Recent Topics