-
Last month I upgrade some doorlock with batteries with this...
f07daa0a-a8e0-4cf2-bf47-1970f151058c-image.png
It's very useful for a place like the shed that you don't go there often during winter 😉
So for a total of 6 doorlocks, 3 are now with that!
-
I'm still on a legacy door lock, mainly because we have a fenced house, and we're leaving the lock unlatched for the day, to close it at night. But I've got some spare time (lockdown coming on monday for two weeks in my region here in Italy) and I need to fill it with something to do. Plus, it'd be fun 🙂
I'm seeing there's a local API, so I'll probably go with the MQTT to luup route (https://developer.nuki.io/page/nuki-bridge-http-api-1-12/4), or write a native plug-in in LUA - I'm undecided.
I'm looking for feedback from people here in Europe, since it seems to be available only here.
-
Caveat: I'm still bored, so I'm building a lot of things lately (I used to travel a lot, so the last year has been really different - but I digress).
Last week I built two car sensors using a Shelly Button1 in each. It's a new device, with a battery and USB charging (see https://shelly.cloud/products/shelly-button-1-smart-home-automation-device/)
I've placed one in each car under the leg rest. I'm parking outside (my house is modern architecture, I have a covered terrace that's my open space, so cars are outside the garage, but covered), but WiFi is still reachable.
When plugged via USB, the device is sending a new MQTT message upon boot, and that's great for leaving home. It usually takes less than 10 seconds from when I open the car. This action will open my car gate unless party mode is on or the gate is already opened. It will automatically close it after 40 secs.
When coming back, it will reconnect in seconds (less than 10) and send a new online MQTT message. The trick here is to get the uptime via an HTTP call to /status (I've asked them to add to the MQTT message) and if more than 10 seconds are passed from the last boot, I'm assuming the car is coming back and the gate needs to be opened, and then closed automatically after 40 secs (again, if no party mode is enabled and if the gate is closed upon arrival).
It's a very simple thing to do, but I'm loving it. Obiously, my wife was like "you're really lazy", but I know she will love this eventually. Saving me from 10 clicks to a remote is what home automation really is 🙂
-
Hi folks
Hope you're all keeping well.
Working as we are in lockdown has shown some issues in the heating of our house. Basically we have a Horstmann SRT321 in the Hallway with its partner connected to the boiler. That bit all works wonderfully.
Problem is when I'm up in the office, it gets a bit chill unless I turn the the Secure in the hallway up. But then the rest of the house get OTT.
So I thought perhaps I could fit TRVs to all the rads (probably a good idea anyway) but unless I'm wrong, unless the SRT321 has a call for heat, there's going to be no hot water for the rads when the TRV opens.
So I'm still cold.
Can I associate each of the TRVs to the boiler control (in the same way the SRT321 is) and get a call for heat directly, or am I going to have to do this programatically.
Or am I completely wrong in how to approach this?TIA
C
-
Quite a number of years ago I set up a few Arduino sensors that reported temperature to my VeraLite running UI5. I did this with MySensors, a quite nice community based platform.
I discontinued this mostly because that the combination of a rather flaky Vera and that the Vera when rebooting lost the USB connected gateway.Some time ago I started to look at this again, but this time using ESP8266’s and Tasmota. I think the credit for this partially is the plugin for Shelly and Tasmota that @therealdb has written, even though I have still to use the plugin. The other reason for reentering into this area is that my electrical supplier is replacing the electrical meters for a new smart meter. Today I use a blink meter from Effergy, but the new meter will have a port for reading out data. This also led me to Tasmota, there seems to be a functioning solution for this.
I must say that Tasmota is brilliant! Support for all kind of devices and sensors and super easy to use, also for multi-sensors, OTA update, good documentation etc. You can get parts on ebay etc quite cheap. It has also so far been very stable. You can also very easily adjust the sensors readout, e.g. TempOffset -1.5 gives an offset of -1.5 degrees.
I have put together sensors for temperature and humidity for use in the garage, the outhouse, on the attic etc. I have tested DHT22, DS1820B, BME280 and BH1750 so far and they all work without issues. The latter two I installed in an outdoor enclosure to use as a simple weather station reporting temperature, humidity, air pressure and light level.
I also got a MH-Z19B CO2 meter for testing to monitor the indoor CO2 levels. The initial feeling is that it does what it should.
In general I have pretty good wifi coverage with a few Unifi access points. One of the sensors is in a building some 25 meters from the house where the wifi is not that strong, but the NodeMCU has no problem with this. Quite impressive and a good addition to Z-wave for that kind of location.
Not owning a 3D printer I have had to resort to purchased enclosures and the old Dremel. 😊
For the CO2 sensor I put it in an old smoke detector enclosure for now.
I am sure that there are a lot of talent here that can do much better with a 3D printer!
CO2meter1.jpgYou can get the data from the Tasmota devices into OpenLuup in a number of ways. The obvious way is via MQTT. I have still to set this up at some point in time. The second way is to use the excellent SiteSensor plugin. I tested this but had some problems with reporting stopping after a few days for some reason. I probably got something wrong in the setup. The third option, that I currently use is via adding rules to each sensor. You can quite easily add rules for reporting data to a virtual sensor in OpenLuup, e.g:
Rule1 ON tele-AM2301#Temperature DO Var1 %value% ENDON ON tele-AM2301#Temperature DO WebSend [IP_adress:3480]/data_request?id=lu_action&DeviceNum=65&id=variableset&serviceId=urn:upnp-org:serviceId:TemperatureSensor1&Variable=CurrentTemperature&Value=%Var1% ENDON
With TelePeriod you can change the polling interval as required.
This method I think could be super useful for reporting back e.g. switch status from a Tasmota node much like I understand Shelly can do.
Some resources and notes I made on the way:
Using Tazmotizer to flash the ESP’s is very easy
List of supported sensors including how to connect, commands etc
A good pinout reference for ESP8266 variants
Tasmota rules documentation
Most sensors are either “Generic (0)” or “Generic (18)”, check for each sensor type what to use
For I2C sensors e.g. BME280 one must use tasmota-sensors.bin
For the MH-Z19B I had to flash the ESP before attaching the sensor, this could be a good practice always
Use the following url for the query in SiteSensor:
http://IP_address/cm?cmnd=Status%2010This became a rather long post but hopefully it can be of some use.
//ArcherS -
Shelly i3 is an unbelievably cheap (9,99 EUR/USD) WiFi device that’s part of the fantastic Shelly family. It supports REST API, MQTT and much more.
mundzhos Shelly i3 | Shelly Cloud Shelly i3 | Shelly Cloud 10It’s just L,N and 3 inputs. No relays, so it’s a scene controller with bonus point to the fact that you can use your own buttons and keep the aesthetics of your house. Bonus points for WAF. It’s very small, so it will fit in your standard wall box easily.
While I built my own Scene Controller Virtual Device and I’m using MQTT for other devices of the family, Shelly can call your HTTP endpoints on button presses and in this case is more than enough.
The buttons support different actions (press, long press, double/triple press) and you can just call a service endpoint, or update a variable:
f3e509c0-f2a7-4f40-a099-af765e87c9fe-image.pngGo get it if you need a very cheap, very reliable scene controller for your home.
-
-
-
Hey guys...
Is it just me or the GE/Jasco switch or very sensible to power outage ?
Almost each time we have a power outage, I need to replace at least 1 switch to replace.
Each time, same behaviour, the blue led is flashing rapidely and nothing works.
Last power outage, I got 3 switches. 95% of our switch and dimmer are GE/Jasco.
-
So, I bought a new Christmas Tree led set from Twinkly (https://www.twinkly.com/).
The security of this thing is questionable, so first thing first I placed it in the blocked IoT Vlan.
The lights will just work (the 3d mapping of your tree is very cool, so effects are really mapped to the way you've set the lights), but, you know, I wanted to control them locally 😄 and I built a plug-in for it. Not sure I'll release it unless someone else is interested.
Twinkly pre lit Christmas Tree 600 count light purchased at Home DepotThey're not cheap and I know I could have accomplished the same with WS2812 leds, but it's worth mentioning if you want a quick and easy way to have effects on your Christmas tree.
Next year I'll definitely start my permanent led installation outside.
-
Since I know there are fans of Shelly's products (hi @akbooer), I'll post it here too:
Shelly Shop Europe Shelly Shop Europe
Up to 45% discount, and 2/4 packs discounted as well.
-
-
-
-
So, I'm at the 4th Z-wave devices and I still have trouble in getting my Vera operate my door gate, and getting the input from the doorbell. It's already all 220v, because I have an external modulo meant for integration.
So, last night I had an idea: why not use a Shelly 1 as both sensor and opener?
If you need instructions on wiring, here's an image:
Shelly 1 can operate the output independently from the input. So, I prototyped this:
I attached to the doorbell sensor O attached to the gate openerIt seems to work on my bench, because I can call the endpoints when the button is pressed or the input is triggered, so I can update virtual devices and execute all the logic I want. I usually integrate these devices with MQTT, but it's not necessary in this case, since I can live with a doorbell buzz being missed.
Bonus point: you can run it at 12v if you want.83c3d861-0169-454d-bd2b-1105042bdfa8-image.png
Next in my TODO list, the Shelly Universal, a 9 EUR universal binary inputs, with separated inputs and outputs (so, you can get 2 inputs and operate 2 outputs independently), that I'll probably use in my weather sensors project, where I'm using two Shelly 1 at the moment, just the get the inputs.
-
I'm going to throw this in here, but I don't actually expect a solution, but it might help someone else.
I have three of these magnetic sensors and the work. Kind of.
The issue is that if you open and close the door within about 2 seconds, they trip correctly and then will not untrip unless the door is opened and closed (for more than about 2 seconds) .
This makes them virtually useless for any security application unless you are very slow through the doors.
Even forcing setting 'Tripped' to zero using lua fails. Well it doesn't fail but it's simply reversed:
2020-07-03 15:01:24.783 luup_log:0: ALTUI: runLua(luup.variable_set("urn:micasaverde-com:serviceId:SecuritySensor1", "Tripped", "0", 20780) 2020-07-03 15:01:24.783 luup.variable_set:: 20780.urn:micasaverde-com:serviceId:SecuritySensor1.Tripped was: 1 now: 0 #hooks:0 2020-07-03 15:01:25.044 luup.variable_set:: 20780.urn:micasaverde-com:serviceId:SecuritySensor1.Tripped was: 0 now: 1 #hooks:0So there it is. Unless anyone has any smart ideas (apart from not opening and closing the doors quickly, I'd avoid buying these.
(PS the only apparent setting that might affect this is the the delay before sending 'untripped' but even setting that to 10 seconds makes no difference. In short, it seems that thee devices have a hardware limitation in how soon they can be tripped.
C
-
I've just completed my setup (after exactly 3 years from moving in, priorities!) and even if I wrote all the code in C#, I could port it easily to LUA (I guess 😄 )
I've used Fully Kiosk Browser + 3D Printed Mount (check https://makesbymike.com/) and a custom HTML dashboard, all running on an Amazon Fire Tablet:
WhatsApp Image 2020-06-29 at 11.05.29.jpeg
60002839-8b8d-4801-bd21-120264b559f8-image.png
WAF is very high 😉
Sorry for the Italian interface. First row is temperature/humidity sensors (esterno = outside, piscina = pool, salotto = open space, zona giorno = 1st floor, zona notte = 2nd floor, lavanderia = laundry room).
Then I have a bunch of commands/scenes sent to Vera to change blinds/roller shutters (they are automatically managed, but wife pretends to be smarter than code, from time to time 🙂 ). Last row has notifications for washer/dryer, with the cycle end date. When doing its cycle, the background becomes orange, then green when completed. It's probably the best feature, since the laundry room is in the basement. There's also a link to cams (videosorveglianza) and I automatically open TinyCamPro in case of movement outside/doors/gates are opened.Is there any interest in a generic wall mount tablet plug-in, offering simple dashboard (maybe json-driven) and integration with Fully Kiosk API?
I'm currently dimming screen on/off, get the battery status and schedule a 20-80 cycle for the battery, via a smart plug and a bunch of lua code. I planned for this when I did the electrical setup, so the tablet has a standard european 503 (recessed) box with ethernet, that I attached to the 5V into the network closet to feed the tablet. I'm updating the screen via AJAX every 30 secs.
Here's a behind the scenes photo as well 🙂
-
-
I'm in the middle of adding a water tank, because the latest summers were very hot and we had our water restricted, sometimes for weeks and for extended hours during the day (from 7 am to 5 pm).
It should be automatic, thanks to pressure sensors, so it will integrate water when needed (and the main line is open), switch the pump, etc. But I want to add a water level sensor nonetheless, to monitor it if necessary. I will probably just double this project and automate the pool refill as well, since I'm doing it manually at the moment.
I took a look and a lot of people are using Zunos, but I'm not sure I want to spend so much on a so simple system.
Pre-built solutions are OK. Thanks! -
I'm in the process of trying to get some info from my pool controller using Modbus. If I'll ever succeed, I want to write a generic plug-in for Vera/openluup, to be added to my collection of virtual device plug-in. I'll write a custom app in a Raspberry offering access to the controller via HTTP.
Long story short, I think I'm almost covered. Typical device:
heater pumps (on/off) jets (on/off) lights (dimmers, on/off) filtration (on/off) temperature sensor generic sensor (for ph/redox probes)I think I'm almost covered by standard devices, but I'm wondering if there's something I'm missing.
I'll probably use a multistring to display status, since it's already supported in mobile apps, but I'm wondering if there's some kind of more granular way to show something and avoid custom devices and similar.
TRVs and heating
-
Hi folks
Hope you're all keeping well.
Working as we are in lockdown has shown some issues in the heating of our house. Basically we have a Horstmann SRT321 in the Hallway with its partner connected to the boiler. That bit all works wonderfully.
Problem is when I'm up in the office, it gets a bit chill unless I turn the the Secure in the hallway up. But then the rest of the house get OTT.
So I thought perhaps I could fit TRVs to all the rads (probably a good idea anyway) but unless I'm wrong, unless the SRT321 has a call for heat, there's going to be no hot water for the rads when the TRV opens.
So I'm still cold.
Can I associate each of the TRVs to the boiler control (in the same way the SRT321 is) and get a call for heat directly, or am I going to have to do this programatically.
Or am I completely wrong in how to approach this?TIA
C
-
It's a bit of an issue. You can of course do this programatically if you have temperature sensors in all the rooms. But you'd have to drive the Horstmann relay programatically, which isn't ideal. The thermostat has some clever logic to drive your boiler in an optimal way (I think you can even set the boiler type in the Horstmann).
What I did: I put thermostats in the rooms that I want to have good temperature control in (3 rooms). The relay units near the boiler are simply wired in parallel: this defeats the cleverness of the boiler control... but only when more than one thermostat demands heat while being near its setpoint. The TRVs in those rooms are programmatically slaved to the thermostat: every so often the home controller reads the setpoint and updates the TRVs.
The TRVs in the other rooms are usually set to 14 degrees. At the moment I have them set so they go to 20 degrees when I turn the lights on in that room, and I close one of the boiler relays for 5 minutes to draw heat into the radiator. These are small rooms and this works well enough.
By the way, I'm getting some serious savings by not heating the rooms that are not in use during the day.
-
Thanks, interesting solution. I wonder if I could add another Horstman stat to the same association group....
On OpenLuup (so far) I've not been able to control the relay anyway. Sure I could do it on Vera, but I could be mistaken.
Cheers
C
-
I didn't actually wire 3 Horstmann relays in parallel, it's one relay, plus 2 Fibaro dry contact relays (can't use a double unit, you can't associate the Horstman thermostat with the 2nd relay in the double unit). You can buy Horstman thermostats separately and save some cash that way. They associate just fine with regular switches (I have one associated with an additional switch for a floor heating pump)
-
Hmm, thanks.
Which makes me wonder if I can control the underfloor directly.
No! Rabbit hole!
C
-
I have 3 thermostats attached to a relay, calling for heat. If at least one of the thermostat's relays ask for heating, the relay is opened. My setup is a little bit complex, since I went for all electric (not very common here in Italy), so I have a pellet stove as well. This is turned on by the same thermostat and I can choose to heat via electricity or pellet.
But the design is very similar to yours. I think it's pretty normal to have multiple thermostats and a common relay.
-
OK I shall look into that. Thanks, all!
C