Jump to content

Recommended Posts

Hi All,

  I hope you are doing well.
I am looking into Zigbee to do some monitoring (temperature, smoke, temp/humidity, motion sensors) and simple automation lighting in the house. Rather than bulbs (I don't want LED light) I would control lamps with a motion sensor + a Zigbee plug.
As you are aware there is tons of vendors.

The priority is to deploy a controller (RPi + Sonoff Dongle-E) with MQQT and then a number of temp + smoke alarms, CO alarm.

I would prefer to monitor the temperature rather than smoke what I believe gives me the earliest warning. Smoke in the house can be extinguished but in the wooden shed or a wooden garden office it's probably already too late. Please correct me if I am wrong.
The automation is less of a priority. This will be added later.

I have seen some Heiman, Xiaomi, Shelly, Frient, Aqara sensors. I would even prefer to mix them as if I stick to a single vendor I can be fooled e.g. one man bought a Frient smoke/temp sensor, it looked like it's working but it wasn't (was faulty). If you mix then less probability they are all end up faulty.
What would you recommend?

Link to comment
Share on other sites

Are north or south of the Scottish border? Scotland although not independent has completely different rules for smoke and heat detectors

Link to comment
Share on other sites

4 minutes ago, JohnMo said:

Are north or south of the Scottish border? Scotland although not independent has completely different rules for smoke and heat detectors

I am in Midlands, England.

Link to comment
Share on other sites

I got some Zigbee temperature / humidity / monitors and a hub a while ago.  You only have interface via their app and I could not work out how to store the data locally.  The stuff began to fail and was more of a pain than it was worth, so it is consigned to the "drawer of crap" in the filing cabinet, together with some SONOS stuff that was Emperor's New Clothes a few years ago, but turned out to be his grubby jockstraps.

 

I may be mistaken, and the stuff is actually magic. 

  • Like 1
Link to comment
Share on other sites

2 minutes ago, Super_Paulie said:

got quite a few Sonoff relays, all work fine but i guess a risk of burning your house down id imagine. 

yes, this is what I was considering in the Tuya, Heiman and MOES smoke detectors and some Sonoff Zigbee devices.

Link to comment
Share on other sites

I've got a decent mix of Shelly, Zigbee and various Tuya sensors spread through the house. Don't do any smoke monitoring (not sure I'd trust anything wifi based for this) but all automation and temp monitoring in rooms.

 

Small zigbee temp and heat sensors paired with the excellent zigbee mmWave motion sensors and a smattering of zigbee plugs. The plugs and mmWave sensors act as repeaters too which makes the whole network more stable. Have a zigbee 30A switch for my immersion and another on the car charger too.

 

I run it all through HomeAssistant having moved on from Homey a year or so ago. I haven't spent a lot of time making it pretty but it works for at-a-glance monitoring. 

 

Some of the zigbee sensors occasionally need reset and power outages of the repeaters causes chaos but all good otherwise.

 

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Posted (edited)
On 06/05/2024 at 12:19, NailBiter said:


Why don't you want LED light?

I just don't like the colour (too blue) and low frequency of this light.

Edited by JohnBishop
Link to comment
Share on other sites

Hi @JohnBishop, for temperature and humidity I've tried Sonoff, Aqara and Tuya.

 

Avoid Sonoff, the one I had was more out of calibration than the others and dropped off the network more despite being closest to the dongle.

 

My Aqara ones are excellent (this model) and give the finest resolution data. However they are more expensive than...

 

Tuya, which is what most of my sensors now are because they were less than £3.50 each. Beware there are two models on AliExpress, IH-K009 and ZG-227Z. IH-K009 are slightly more expensive and have performed better, but I have no idea what the difference between them is.

 

Zigbee range is surprisingly short (well it was a surprise to me) if you have more than plasterboard and timber walls in your house. I've ended up with a second Sonoff dongle in repeater mode 8m from the other to keep sensors in all rooms connected to the network.

 

For plugs, I went with these WiFi ones preflashed with Tasmota (Esphome wasn't an option at the time). I currently have a temperature sensor and a WiFi plug automatically controlling my heated propagator.

  • Thanks 1
Link to comment
Share on other sites

@JohnBishop, I personally avoid using any which depend on vendor supplied apps. As @Wil suggests have a look at HomeAssistant.  It runs fine on an RPi4 with a min 2Gb.  Use USB3-attached SSD as your main storage device.  HomeAssistant has a load of "one-click" add-ons and integrations, such as the Mosquitto MQTT Broker, MySQL, Zigbee2MQTT, ESPHome, Tuya, Tasmota, and these take away most of the configuration pain.

 

I have a load of Zigbee sensors.  All of my smart switches use Tasmota. I also have some custom Wemos D1 mini Pro set-ups to handle my DS18B20 temperature sensors and these run ESPHome.  Everything is integrated through MQTT and all runs on my LAN.  I buy everything on AliExpress and wait the extra 2-3 weeks to arrive.

 

OK, I don't use RPis anymore as all my services run as x86-64 VMs / containers on an old laptop that I use as a server and this runs ProxMox host, but that my personal preference because I am an IT geek.  A single RPi running HassOS will work fine for most users.

  • Thanks 1
Link to comment
Share on other sites

Posted (edited)

You want home assistant . Turn off all cloud crap ( avoid Tuya ) .

Maybe Shelly if WiFi good . Wouldn’t want smoke alarm dependent on WiFi or zigbee . 
AliExpress zigbee stuff is a gamble . Some works as expected , some doesn’t and some you end up doing your own code work around or requesting on GitHub for proper support .

China land isn’t that keen to follow zigbee spec …. Z wave though is certified so ( in theory ) more chance of working as expected .

It’s all a bit disconnected and hobbyist . But with time and learning you can get something decent .

Edited by Pocster
  • Thanks 1
Link to comment
Share on other sites

3 hours ago, TerryE said:

@JohnBishop, I personally avoid using any which depend on vendor supplied apps. As @Wil suggests have a look at HomeAssistant.  It runs fine on an RPi4 with a min 2Gb.  Use USB3-attached SSD as your main storage device.  HomeAssistant has a load of "one-click" add-ons and integrations, such as the Mosquitto MQTT Broker, MySQL, Zigbee2MQTT, ESPHome, Tuya, Tasmota, and these take away most of the configuration pain.

 

I have a load of Zigbee sensors.  All of my smart switches use Tasmota. I also have some custom Wemos D1 mini Pro set-ups to handle my DS18B20 temperature sensors and these run ESPHome.  Everything is integrated through MQTT and all runs on my LAN.  I buy everything on AliExpress and wait the extra 2-3 weeks to arrive.

 

OK, I don't use RPis anymore as all my services run as x86-64 VMs / containers on an old laptop that I use as a server and this runs ProxMox host, but that my personal preference because I am an IT geek.  A single RPi running HassOS will work fine for most users.

I have RPi ready with HomeAssistant but believe it or not I misplaced my RPi USB-C charger so I have to wait couple of days to get a replacement.
What is this Tasmota about? I keep hearing about it.

Link to comment
Share on other sites

Posted (edited)
3 hours ago, Pocster said:

You want home assistant . Turn off all cloud crap ( avoid Tuya ) .

Maybe Shelly if WiFi good . Wouldn’t want smoke alarm dependent on WiFi or zigbee . 
AliExpress zigbee stuff is a gamble . Some works as expected , some doesn’t and some you end up doing your own code work around or requesting on GitHub for proper support .

China land isn’t that keen to follow zigbee spec …. Z wave though is certified so ( in theory ) more chance of working as expected .

It’s all a bit disconnected and hobbyist . But with time and learning you can get something decent .

Sure. I start cheaper then look for some more decent eq.
If not Wifi smoke alarms then what? Are there wired LAN ones?
To overcome this I got 4 smoke alarms of 3 different vendors. If one gives up 2 other should pick it up. You can set it up to notify you if the devices decides to vanish.

Edited by JohnBishop
Link to comment
Share on other sites

Posted (edited)
19 hours ago, JohnBishop said:

What is this Tasmota about?

Have a look on YouTube and HA forums for more detail. Most of these IoT devices use an ESP processor to connect to one or more sensors / relays, etc.  Traditionally they would be preloaded with vendor-supplied firmware that would connect back to a vendor-supplied cloud service. 

 

Tasmota and ESPHome are open-source projects to provide a configurable firmware that you can download onto IoT devices so you can use them without depending on some closed-source (usually Chinese) vendor-supplied firmware or having to write your own. Amongst other things these can use MQTT to control the device, and both have Home Assistant integrations so you can do pretty much everything through HA.

 

E.g. Google "AliExpress Athom smart plug Tasmota". I bought 6 for around £60 IIRC and they came in about 2 weeks. 

 

Tasmota and ESPhome connect to your home router using TCP.  The other option is to use ZigBee devices which use the ZigBee protocol and use a ZigBee dongle on your RPi with ZigBee2MQTT so that you can also control them using MQTT.

 

Edited by TerryE
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...