#hardware-archived
1 messages · Page 102 of 1
They also get built in wall as well
My buddy in europe was just talking about his the other day
I've been to 16 countries atleast, only country I've seen it in is america
If it has an IR remote, you can use Broadlink or similar
Ok nice, I'll look into that. Thanks.
This is the one I associate with it though
from the 32nd floor of a new york highrise
Yeah, those are the huge death traps for sure
I've seen similar to the first picture, but only in the US
And they used to be fire hazards as well
yup, never seen it in another country
Most of Europe has switched to mini-splits but those are still way more expensive to install
But have also seem them in use often in central america, especially in hotels.
Add the s and it solves all problems!
@winged knoll Do you have experience with the Broadlink devices?
Hmm.. I've seen them mentioned a few times on reddit. I just saw you mentioned them, so that's why. I've got a mini split and was looking for something. The Amazon reviews indicate the Broadlink app requires you to share all your contacts/call data and stuff like that to configure the device.
Seems sketch
There's an #integrations-archived in HA - you can control it directly
I saw that, but wouldn't you need the app to configure it or learn the codes? I was trying to figure that out. The integrations page mentions commands and also code sequences. So wasn't sure how that worked to learn the commands and so on. The Sensibo device also looks good, but that looks like it works through their API, so internet based. Meh. Also sort of expensive.
I haven't read the docs, but there's a large history of posts on the forum, plus a history here
Does anyone have recommendations for smart locks that can fit a deadbolt? Looking for Zigbee around $150-200 max, cheaper is fine. Ideally I want it to have Bluetooth le and unlock when we get close to it, but that’s not super important. I’m in the US as well
See the pinned lists in #zigbee-archived for known working Zigbee hardware
Can't support Amazon Alexa (Fire TV Cube) devices without an AWS Dev acct?
Phillips Hue motion sensor question - I have mine connected to my ConBee II and motion itself is instantly detected (changing the binary sensor to on), however it then takes ~2 minutes before the sensor changes to off (even though motion hasn’t happened for a while). Is there a way to get the sensor to fire / update once motion is no longer detected? I know it’ll have an impact on the battery life, but I’m happy to take the hit!
Hey everyone, setting up HA for the first time. It's a been a fun but steep learning curve. I'm trying to make a scene that will turn the lights on in my bedroom and lounge room to cool white and max brightness. It works for the lounge room but for the bedroom, it goes to max brightness then dims itself and im not sure why. Any ideas?
Anyone have a shelly dimmer 2? I set mine up and the switch is working fine, but if I turn the light on and it is dimmed, it automatically turns off after a couple of minutes. Seems to stay on if it's at 100%
Scratch that: it turns off automatically even if at 100%
Pretty common in India and some of the Asian countries. They are cheaper to build.
Wish to differ. Infact they are more efficient as there is practically no conduit between condenser and evaporator. They look ugly in current modern sense. But if tucked away properly without looking like a window is sacrificed, they work quite well - noisy? Definitely
Just build yourself a small an compact IR transmitter on a esp-01s controlled via esphome. As esphome as a seamless integration with HA, you will have your device wireless controlled https://esphome.io/components/climate/index.html and HW can be https://www.amazon.com/ESP-01S-ESP8266-Wireless-Adapter-4-5-5-5V/dp/B07KF119YB
Fixed this - It was an issue with a delay that Phoscon had set to the device config to 122 seconds. A quick API call to set this back to 0 was all that was needed!
Is anyone using an Amazon Fire HD as a Dashboard Display? If so, how's the performance, espacially in regards to lovelace in Fully Kiosk and stuff? I haven't found any 2020 articles on this, sadly. :/
You'll find folks who know more about the #frontend-archived in the #frontend-archived channel
Thx for the pointer.
if i want to drive a 5v ws2811 led strip, do i need to use something like this https://quinled.info/pre-assembled-quinled-dig-quad/
you don't need but its a proven device
how long of a strip is it
you can get by with this for around 150 LEDs https://templates.blakadder.com/ESP-01S-RGB-LED-v1.html
I'm currently using a wemos d1 mini + level shifter for my 200 ws2811
adding a few hundred more this week
its just 100 LEDs max
I need sth. like a small LED diode or even better a switch with a built-in LED diode. I want the diode to light up when a certain entity is enabled and the diode to turn off when the entity is disabled. Does anyone know a device I can buy for that? Preferably a switch with a built-in LED diode that can be controlled via HA
How to set up a connection SOnoff Tasmota device to Hassio(Im using MQTT) when both are in different location?
Hi guys anyone with tasmota knowledge ? I've built a garagedoor opener with a wemos as generic with a mosfet to drive an open/close relay. Problem is it opens the garagedoor on reboot/power cycle. I've tried messing with poweronstate etc, but no luck
See #diy-archived or the Tasmota Discord
Ready to use custom firmware for ESP8266 devices (including Sonoff)
Docs:
https://tasmota.github.io/docs/
Discord:
https://discord.gg/Ks2Kzd4
@winged knoll tnx - will post there 🙂
to make it short, there is no solution its a hardware issue
Google Nest Hub prices are getting pretty low now. How is the audio on that? Would there be better options for a google cast display?
I have one in the kitchen
it is good enough for me
and you can bluetooth an external speaker to it
they're okay but the microphone gets mucky if its in the kitchen
Do either of you have the mini and how does the sound/mic compare to that one?
better
i don't, i have the older one
but the new mini is better than the old mini
I have the old mini
I would say old mini -> new mini -> home hub -> ikea symfonisk in my experience
just wish the ikea had a mic
oh cool, then that's good enough for my use
The small Home Hub is ok for audio, the larger one is a bit better. Both are better than the mini 🤣
can anyone assist me with the nest thermostat. I have the integration setup but HA is throwing the following errors in the log.
aiohttp.client_exceptions.ClientResponseError: 403, message='Forbidden', url=URL('https://smartdevicemanagement.googleapis.com/v1/enterprises/0000000000-4300-a311-8a001b609600/structures
@fallow hemlock that means your HA isn't authorized... you either don't have a "client_secret" (or a wrong one).
just to be sure but you have looked /are looking at https://www.home-assistant.io/integrations/nest/ right?
Oooooh, maybe good news for other UK folks ... Den is back, and it looks like they maybe using #zigbee-archived
https://www.reddit.com/r/smarthome/comments/k01dk8/uk_den_automation_are_back_and_possibly_using/
is there a way to convert an entity I have already into a binary sensor? I have an entity that's part of a motion switch and I'd like to use it for motion sensing with my alarm
it shows up as sensor.kitchen_led_motion_switch_burglar -- and when there's motion, the value switches from 0 to 8
Yes
A template sensor 🤔
That particular thing is covered in the Z-Wave docs too 😉
Or probably even easier
See #integrations-archived if you need more help with integrations
🤣
Also...
@wraith rampart Questions about a device (not their #integrations-archived with HA)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
thanks Tinkerer 🙂
anybody uses klf200?
from velux for rollershutters and communication over io?
It wont hook up on my LAN network from some reason..
Any recommendations on robotic vacuums?
Looking for advice about a device to buy? Remember to provide guidance on:
- Which country you're in
- What your budget is
- What protocols you prefer (eg Zigbee, WiFi, Z-Wave)
- Any features you want (such as power monitoring, dimming, etc)
Heh, I'm in the US, and looking for any recommendations at all. :P
So, sky is the limit for price then?
At this point yup.
Roborock 4 lyfe
@fringe moon Do you have wood floors or cement floors?
Concrete floors wtf 👀
I love my Roborock S5. Use it mainly on carpet
Wood floors here, and linoleum
Whoops, I mean concrete.
I live in a loft/warehouse space, my floors are polished concrete.
That sounds cold
Oh cool, there are robotic vacuums that both mop and vacuum now.
The last time I looked at robotic vacuums it was when the first Roombas came out.
"Mop" is more like "smear the grime around".
Hey everyone, does anyone have recommendations for Zigbee (ZHA) compatible scene controller / remote? I am based in Czech Republic and would like to replace current dumb light switches with it and have them control smart lightbulbs via HA. Ideal functions - on, off, dimming
Has anyone worked with SCT013 100A:50mA clamp? I am using this thingiverse and github as references to get the measurement from the power cable. It seems the clamp isn't reporting correct values, any ideas/suggestions I should try to fix this?
https://www.thingiverse.com/thing:3169243
https://github.com/Mottramlabs/MQTT-Power-Sensor/blob/master/Basic_Current_Sensor/Basic_Current_Sensor.ino
I am trying to setup a power sensor for the HVAC system
Or a better question, are there ways to monitor HVAC power consumption with ESP8266?
Hi All. What are my options for remote media player? Kodi and Plex the best available?
I'd like something where I can direct the audio from one player to another ideally. No idea how. UPNP maybe
Hey ya'll, my question is quick. Will this LED controller work with home assistant?
https://www.amazon.de/-/en/RGB-controller-controlled-working-Android/dp/B075KKCS5L
It's similar to one linked in this reddit post https://www.reddit.com/r/homeassistant/comments/7mgj4z/rgb_led_controller/ and my googling skills arent advanced enough (=its been 2 hours) to give me a satisfying answer before ordering 5, 1 for each room
its 4am i just want to get the order done and go to sleep xd
led strips are regular 5050 rgb strips currently with a control box and a shitty remote
Should work fine with the fluxled/magiclight component yes
All the magichome app ones should
Does anyone have any recommendations for some good home assistant compatible switches? I'm currently using Wemos but they have been really tempremental recently and keep dropping off my WiFi and refusing to reconnect.
anything zigbee will be great
anyone here using localtuya custom addon ?
I just flash my tuya devices 🤷
I need sth. like a small LED diode or even better a switch with a built-in LED diode. I want the diode to light up when a certain entity is enabled and the diode to turn off when the entity is disabled. Does anyone know a device I can buy for that? Preferably a switch with a built-in LED diode that can be controlled via HA
ANYTHING can do that
as long as it is in HA
either prebuilt or self built
What I would do is print and solder something myself, but off the top of my head I can't think of any prebuilt that is "small"
but again, depends on your definition of it
@fringe moon Yes, I think this will have to be the first DIY electronic project I will have to do in my life 🙂
Should be very easy with an esp01 and a diode
and a cardboard housing
if you don't have 3d printer
🤣
Anyone know of a light switch (preferably not requiring the cloud) that supports 3 way but doesn't need to be at the switch directly connected to the light and doesn't require 'auxiliary' switches?
anyone recommend decent bluetooth adaptor - not running HA through pi but old PC.
Tis the season... anyone have a recommendation for individually addressable 12v RGB outdoor strips? I've built a few indoor ones using 5050 strips and arduinos, but looking for something more robust for outdoors.
do you have any long runs? i had to inject power every 10ft or so on my indoor 5v strips
I inject at both ends , 200 LEDs currently, 10 meters roughly
If you have a search you should find the answers to the last time that was asked - ISTR I suggested a CSR 4.0 unit
Probably more come think of it, since I have to axxoitfor the length of wire to and from enda
So... 15 metres
Hello I have bought a few shelly's to turn on and off my lights, wich works perfectly. But when I use my pushbuttons, the state of the shelly does not update on home assistant, so when I turned the lights on using a pushbutton (wich is wired to the shelly (with stock firmware)), the shelly is still in an "off" state on home assistant. What am I doing wrong?
Which #integrations-archived are you using with them?
Shelly Smart home (is what the big card on integration page says)
https://www.home-assistant.io/integrations/shelly/
IoT class: Local Polling
That suggests it should update, I'd check the log file and head over to #integrations-archived 😉
Thank you!
Does anyone know any good smoke detectors which can be used with Home Assistant?
I am looking to do a simple motion detection automation using a homeseer HSM200. I added it to my network and I think something is up with it's configuration. It shows up as a motion sensor but it won't detect any motion. Also in the Z-wave node management it shows alarm_level/type, burglar, luminance, sensor, sourcenodeid, temperature but only the sensor showes up with an entity_id. I have looked for a updated zwcfg but I can only find references to changing the color of the LED. I just want the motion sensor to work. Does anyone have any ideas on what could be wrong?
@kind spade Questions about a device (not their #integrations-archived with HA)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
You'd be wanting to ask in #integrations-archived or #zwave-archived 😉
Thanks I'll ask in there
For Philips lightbulbs im using zigbee and conbee ii
I'm right to assume it's bluetooth ones i want?
not wifi?
You are using zigbee, you are wondering if you should buy Bluetooth, which isn't zigbee, or WiFi which isn't zigbee
🤔
<_< Aren't Phillips Hue (Bluetooth or Wifi) ?
Bluetooth and ZigBee
I have one of those
The filament one
Only used Bluetooth to connect it to zigbee
Any recommendations for a device that can measure air quality? I am curious how well my air purifier works. 🙂
Country: US
Budget: prefer < $50, but willing to go more
Protocols: prefer z-wave as I use it now but comfortable with other options if local. Will accept cloud if necessary
Features: Just ability to measure the value of my new Bonevo air purifier.
See the pinned messages
@winged knoll does that mean it doesn't matter bluetooth/wifi
They're Zigbee compatible
hi there, how I can use nodemcu to flash my sonoff zigbee bridge?
Right so my current phillips hue bulbs are Bluetooth... looking to buy more
I'm using ZHA with Conbee II
Can I get Bluetooth or WiFi phillips bulbs?
Zha is ZigBee. Not WiFi. Not Bluetooth
Shouldn't I be able to add several switches like this?
light:
-
platform: switch
name: Toolshed Light Tube
entity_id: switch.on_off_plug_in_unit_11 -
platform: switch
name: Walkin Closet
entity_id: switch.walkin_closet
Hello! Has anyone had any success getting a Hatch Rest+ added to HA?
Go to #zwave-archived
Yes, if you don't have light: elsewhere. See https://www.home-assistant.io/docs/configuration/devices/ and the #integrations-archived channel 😉
@winged knoll so my Philips Hue Bulbs
https://www.very.co.uk/philips-hue-bt-whitenbspb22-with-optional-extra-bulb/1600399528.prd?sku=sku21907267&cm_mmc=google-_-PLA+-+Generic-_-Home+%26+Furniture+-+Lighting-_-PRODUCT_GROUP_p33751595437_&utm_campaign=Generic_Home+%26+Furniture+-+Lighting&utm_medium=cpc&utm_source=google&utm_term=PRODUCT_GROUP&campaigntype=shopping&gclid=Cj0KCQiAwf39BRCCARIsALXWETyGOiLmBup7qixm1jlVaLNnikRK6p3SaE1UGAXBsZznXQRchqMl-aoaAkdSEALw_wcB&gclsrc=aw.ds
(sorry for long link)
It doesn't matter if they have WIFI Icon or Bluetooth Icon here they work with Zigbee regardless?
You know, you can shorten that URL by about two million characters 😉
What else they can do is irrelevant as long as they're Zigbee
Where ?
Finding something that's WiFi and Zigbee is unlikely, given the interference fun
BT and zigbee is that too tbh, but afaik they disable BT when connected to zigbee and disable zigbee when not connected to it
Makes sense
for poeple who don't want the hub they can do control via bt
Ah right
"For my one bedroom apartment in manhattan worth 900000000000 dollars I need a single smart bulb"
So BT is most likely better?
No
WTF are you getting that idea from?
"They disable BT when connected to zigbee"
ISM FUN TIMES
That is why we are married
hoping to get some at 3% off for black friday
haha
Well they say 80% off
but when you look at price history
its roughly about 5%
exactly, although in the US it actually is 80% off sometimes
Yeah US is crazy
here they just up the prices two weeks before BF
but I don't buy hue anyway, ikea tradfri 4 lyfe
I think that's where the whole 'blackfriday' holiday came from?
yes
never used ikea ones
I just want one Philips Colour for sons room
but seems cheaper to buy 2 sometimes 😦
it usually is
the Philips RGB are better than the IKEA ones for sure, I only use CT bulbs
and WS2812 for RGB
Hi! 👋
I'm thinking about buying some ESP32-CAM boards to monitor my house occasionally from remote. How reliable are these? I read somewhere that it could easily overheat and crash. Is that still true with new firmwares?
they're not
I have had one in my greenhouse taking pictures every 3 hours for.... 8 months
running off solar power
is it running as a streaming camera?
nope, just when opened manually and when taking pictures 😉
then its irrelevant
Depends on his version of "monitor" 😉
If just wanting to look at a stream every few hours, sure
Sorry, I had to go away for a sec.
Thanks, too bad. Then ESP stays as a multisensor node in my house, and I guess then I can just stay with the ESP8266 for that purpose which is cheaper anyway.
Any recommendations for a cheap camera alternative? I've seen a video today about the TP-Link Tapo C200 which is not that more expensive than a complete ESP32 CAM setup, and it can support RTSP, but it was not clear if it needs cloud connection to get to that point where it's able to supply RTSP. The reason I'm going the HA way is to avoid those conditions. https://www.youtube.com/watch?v=50v11ib2XMQ
I don't do indoor cameras, but I do $20-40 random chinese poe cameras outdoors
Does somebody have a good weather station that is avaiable in europe (ambient weather isn't) that doesn't need much yaml configuring from what i know weather wunderground isn't an option anymore i would like to have temp, precipitation, pressure, wind
DIY is what I would say @manic comet I have a stupid 433 one now, replacing that with an esp32 device with a LCD touch screen, that will fetch data from my outdoor zigbee sensors both in greenhouse and on the wall outside, plus my indoor sensors and heatpumps
I don't use those, but they are easy to build
ok thx
@hidden willow Questions about a device (not their #integrations-archived with HA)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
You're asking about how you use the device with HA 😉
That makes it off topic in this channel - you'd be wanting to ask in #zwave-archived given that's a Z-Wave device
Got it. Questions removed (and moved). Apologies!
No worries, we don't feed people to the animals on the first offence
If we did, the animals would never be hungry and there'd be nobody here 😛
can I somehow assign the entities of one device to different maps?
Different maps?
If you mean in the UI, then you'd want to ask in #frontend-archived
Otherwise you want to ask in #integrations-archived
(and read the channel topics 😉 )
i have a shelly2
this serves e.g. light living room and kitchen.
he has energy data for this, i.e. consumption.
now I want to switch the switches in the lovelace e.g. have light in the card and the energy consumption in card energy
Then take control of your #frontend-archived and make it look the way you want
already clear but a few hints for sure .. is now a little different than fhem
My electric company has really good prices on thermostats. Emerson Sensi touch, ecobee smartthermostat with voice, and nest learning thermostat. Any recommendations for integration with Home Assistant?
Check the Integrations docs to see which are supported to begin with
You want IoT Class: Local ideally
None of the ones they offer are local I don't think. They all work with the cloud.
Cloud 🤢
so then what would be your recommended thermostat?
Zigbee or Z-Wave if you can IMO
Just ask all the people that couldn't use their Ring doorbell yesterday when AWS went down 😉
looks at front porch in shame
I have a z wave usb setup on my pi for hassio. But I haven't connected anything to it yet.
current thermostat I have is zwave. But its connected to ADT.
wow ... just came in here to ask about thermostats 🙂
Amazon UK have a BF deal on the Wiser starter kits ... £80 for the dual zone kit instead of £165 ... I've got a pathalogical aversion to cloud based systems but if I understand it right the Wiser stuff still works even if the Hub can't talk to the cloud.
seems like a fantastic deal.
but I was also looking at something like the bht-3000 using Wifi or the bht-002 using zigbee
Does anyone have the Amazon Echo "All new Echo" apparently its got Zigbee built in.. would like to know what that entails
Anyone have recommendation on leak detectors? Was originally looking at fibaro but it doesn't seem to have great reviews lately. I don't have bigger and prefer zwave. Aeotec seems hit or miss too. They're all $60 it seems.
Whats the best ESP with 3/4G support to integrate with Home Assistant? Looking to build a remote home assistant at a remote house to monitor the site, look to turn on irrigation, camera, alarm. Any advice on what type brand ESP32?
I've got a tumble dryer
That's connected to WiFi (hoover) dynamic next with one touch
Any one had any luck in adding this to home assistant?
Dryer is called: Dynamic Next DXOC10TCEB 10kg Load Aquavision Condenser Tumble Dryer With One Touch
Does it have its own app, or online API somewhere?
Has anyone installed a Plant Zigbee Sensor that they like and would recommend to use please?
If you're after Zigbee specific stuff, have a look at the #zigbee-archived channel's pinned messages 😉
🤦
It requires scrolling down, many folks don't make it beyond this section
Hell, some folks don't make it as far as this
Does anyone know what smart outlets plugs are still working with Tuya convert? Or a way to find out before buying? I'm looking for outlet plugs with Power monitoring.
I just bought some smart blubs, same brand and model I had bought 8 months ago and they were no long able to use tuya convert.
I don't want to open these outlets to try and solder connectors to flash them.
What are everyone’s thoughts on smart switches? Inovelli? GE? Honeywell? Caseta? Others?
What do I do about the extractor fan switches for my bathrooms? Is there a swap in replacement?
Also, the big heavy 40amp electric shower switch, anything I can swap in there or would I need to have a contactor installed for it?
I’m based in the UK btw
Hello there, Somebody update the Shellys to 1.9.0? It not work i think so.. (shellyforhass addon)
Is that a question about the Shelly not working, or about it not working with HA?
In HA. But now i restart HA and it working again... Strange...
does someone in europe have a weather station if yes please send which i would like to have as many as possible sensors
by europe i mean not ambient weather
i found it selling but 280euros shipping
DIY I still say 🧙
friend of mine is using this one. https://weatherflow.com/tempest-weather-system/
Ooof that price
What can I use for garage door opener?
https://www.amazon.co.uk/Digital-Ant-Bluetooth-Compatible-Encryption/dp/B079DNK2C7 saw this works with the garage opener but looks crap
Think most the answers are on youtube
I use a wemos d1 mini with a reed sensor and relay hat
idk the price but it is not avaiable in europe
do you get like what is going to be the weather
I use AccuWeather for that
yeah. right now not available. my mate was part of the sponsoring so he only payed half and received it a few days ago. i don´t need this stuff but as you asked i wanted to answer 🙂 looks like a pretty good solution so far.
first i used a shelly 1 and switched to a ESP32 with corresponding relay. worked fine without any problems.
that kinda beats the purpose tbh
🤔
Hi, can anyone recommend a smart switch? Single switch, dimmable is preferred. I have a ground wire, I can do wifi or zwave.
Wow anyone seen the Switch bots?
They looks fancy
I wonder if they're Zigbee Compatiable
I hope this must be the channel I should ask , I am planning to order Roborock s6 pure(still going through few points whether or not). I tried to look on reddit,youtube and community whether anyone has rooted and used this for local and integrated with HA with no fuss.
Any recommendations and your insights pls?
oh sure, and u mean abt vaccumcleaner or rooting?
Either 😉
https://i.imgur.com/UXizcf8.png
well I am looking for s6 pure in specific , as with what I see the process is diff for each model. I don't find anyone discussed abt it here
homeassistant seems to have bluetooth integration but searches for what hardware dongle to use (i'm in supervised install mode) don't yield any useful results. Any recommendations/guides?
Outdoor Christmas lights question --
We have standard holiday lights and are exploring hardware options to control our outdoor lights remotely.
Right now we have HA running on a Raspberry Pi inside the house, no WiFi or Bluetooth currently. Planning to add one or both capabilities to that Pi anyway, and also get more Raspberry Pis gradually for around the house.
Any recommendations for devices to bridge standard non-smart outdoor lights to Home Assistant?
How complex are you looking to get. Are you happy with everything just turning on at the same time?
Also
Not every entity in your system is associated with a Device. If you want to see everything, look under Developer Tools then States or in the Entities menu under Configuration.
Ignore 👆
@nocturne olive Looking for advice about a device to buy? Remember to provide guidance on:
- Which country you're in
- What your budget is
- What protocols you prefer (eg Zigbee, WiFi, Z-Wave)
- Any features you want (such as power monitoring, dimming, etc)
Thanks! Step 1 is getting all the lights to turn off and on at the same time, yes, that's all for now. In future years will try for color changes, etc
USA, Budget under $100, Bluetooth preferred
I do that with zwave outlets.
Not sure if that fits your bill but there are many different outlet/plug options
Is there any way to simulate binary_sensor status change?
If you need to test anything just make a flippy boy
Not sure if I am perhaps mixing up some terminology here, but I think what I am looking for is the ability to create a custom device. I have some deCONZ events from a physical device I am using as automation triggers, setting off scenes. However that is one automation per event for this device - the whole set duplicated per copy of that device. Optimally I would like to be able to have Home Assistant aggregate those events into a single entry - (a device - I think?) - allowing me to just create one of those per physical device, perhaps specifying its unique ID, with all the event handlers ready to hook up. Am I way off here?
Quick question, does the Yale assure lock work with HA? I see its wifi, do I need to get anything else to integrate it to HA?
Afternoon all, the wife has got me doing the christmas decorations, how wonderful (sarcasm) so in order to make it something more enjoyable I wanted to geek it up just a bit 😄 I usually plug the 2 sets of outdoor lights and Christmas lights into a timer plug and that was my "automation" of the past. Now I'd like to plug them into a WiFi 4-gang socket, and individually turn on and off each of the devices as needed over Wifi/App/HA. Any suggestions on such a WiFi 4-Gang Socket that is HA compatible?
Anyone know of recessed led downlighting with high CRI (90+, so not Hue or DALS) that can do variable color temperature? Ideally over zigbee or zwave
Hmm, I moved from 0.114 to 0.118 and now my light-groups.yaml won't include properly. Did anything break in relation to that?
Did you read all the release notes?
Didn't really see anything
Xiaomi temperature monitors not refreshing
I have three temp/humidity sensors that I have connected to a deCONZ USB stick in my raspberry. Previously I had HA core installed and it all worked fine and I could see the sensors updating in the dashboard. Then I managed to break my HA install and decided to use the docker version instead and now the sensors won't update in the dashboard.
-
The sensors show up in the Phoscon web app and refresh instantly there when there are changes
-
When I remove and re-add the deCONZ integration, the sensors are added correctly with their CURRENT state but won't update after that
@empty scaffold Always run the configuration check command when you make changes. Don't trust the UI check - it misses some problems.
Can i get alexa to interact with home assistant? for free?
yeah just bought cloud haha
fuck manual set up and time wasting on my day off
Apparently if you do it all 'manually' you need to sort out Lambda nonsense
I want to mount kind of set of lights above my front door so when I leave I can get a quick status update on things like current air quality conditions, will it rain today, the charging state of my car, etc. So I'm looking for something small that has 3-10 small RGB LEDs that can be used as status lights?
Sounds like a case for WLED or similar with a digital LED strip/block
I figured a DIY solution was going to be the main option. Was hoping someone would have just made contained product already.
Don't be too afraid of diy these days. It mostly means connecting a few wires and uploading the firmware
Heck,with WLED you can buy pre-built units you connect the LEDs to
Oh I'm absolutely not afraid, it's more of a question of time :P
Does someone here have experience with the switchbot curtain & HA? For 80 euro's it's not a bad deal to automate my blinds on a rod. Sadly there doesn't seem to be a direct way to integrate it currently.
Does anyone own Tradfri and Hue lights? I can't find a comparison online of specifically the white ambiance ones for each brand (blue to orange only not the colour bulbs). Wondering which one is best, the pricing is very similar.
does anyone have a logic reason i cant find a newly added switch, that DOES appear as entities both as "light" and "switch", but i cant find them in node red?
anyone have suggestions for an outdoor (par38) RGB bulb? preferably zwave, but would do wifi
@sand pier i do not have tradfri experience but my experience with philips hue has been exceptional for 6+ years
Is this the right channel to ask about power monitoring/metering?
This is the channel to ask about devices so
Does anyone do power monitoring for the whole house? If so what sort of sensors do you use?
Thanks.
@low solstice Is that something you use?
Also wondering if anyone uses Sense and what they thing of that product.
It's a very cloud based device, but it offers some logic to relate voltage usage to specific devies.
Seems very pricey and cloud attached
This community typically seeks to maintain everything locally but I'm sure someone has used it being that there's an integration
That guy looks like he actually integrated it pretty nicely
You may have actually made my interests change up, we shall see.
Yeah, I'm regretting throwing so much money into TP-Link Kasa gear.
I have two of their smart plugs still because they were given free, there are much more expensive paths you could have gone down heh
At least the Kasa gear is possible to use locally
They're rolling out a firmware update that's closing off the local API, hence why I'm regretting it now.
Looking at tasmota's list of supported hardware. Trying to decide if I want to go zigbee or wifi.
Or zwave I guess.
I only have 1 zwave device, which is a Schlage deadbolt, and then about a dozen zigbee things around my place talking to a VeraPlus hub which I hope to replace soon with a USB dongle.
I have around 30 Philips Hue lights talking to a Hue bridge, not sure if I want to move that over to the zigbee dongle too, I honestly like the Philips Hue app's UI a lot more than anything else I've run into for Home Assistant (and I'm honestly super sad about that).
The Hue integration in Home Assistant is great imo, the only thing I miss is the widgets available for Hue.
i submitted a feature request to add some of the nice features to HomeAssistant
Rad.
@sand pier Running IKEA units only here - mostly the 1000 lumen cold-to-warm ones, some 500 lumen rgb, an LED strip, some relays, and dimmer switches. Very happy with all of it - bulbs installed in all manner & size lamps. Though their hub was somewhat underwhelming, so I replaced it with the conbee 2.
All the propitary systems are rubbish imo, which is why my Xiaomi gateway, hue bridge and tradfri hub are all in a box
Long live zigbee2mqtt ;-)
does anyone have an idea for something that can tell when i have gone to bed? preferably zigbee
Depends a lot on you
Do you plug in your phone when you go to bed?
Do you turn off a light?
yeee i plug in phone 😄 thank you that actually solves it. I have one problem though, my phone DOES not like to update home assistant with its status (iphone)
Can't help with that, don't use the companion app or iPhone ;-)
But there are other options, like with Android I can use an app to send a webhook when I'm plugged in
im using official home assistant app
Or just use a power metering plug in the wall
ohh
Yea i think power plug might be the best then
well actually when its fully charged the lights shouldnt go on either :x
i must investigate some, thank you
I have the same question as David, but reading my charging state won't work for me because while I do plug my phone it when I go to bed, I also sometimes plug my phone in really late at night before bed, which will execute false positives in terms of automation...
Ideally a zigbee pressure pad in the mattress would be best i think but i havent find any
motion sensor wont cover it since bed times wary to much
You need to basically follow the logic chain of what you do that HA can detect
I think a combination of charging phone state, timeframe, and pressure pad would work...does anyone have any recommendations for really cheap pressure pads?
There's a stack of DIY options you can find via google
cool thanks
Also I guess it works to say "hey google bedtime" and this triggers a sequence that dims light and after 10 minutes turn of my lights
i have to give some thought
OR you can do:
if clock is later than 21:00
AND
if motion sensor bathroom is active
THEN
motion sensor bedroom AND door closed bedroom
WITHIN
timeframe 10 minutes
=
turn of lights
Hi
I am looking for a homeassistant compartible weather station.. as far as i know Wunderground integrations does not work anymore... is there an alternative?
AccuWeather?
Fgs bought these last night don't think they're compatible with zha
Any advice?
Why don't you ask about that in the #zigbee-archived channel?
@gaunt bear posted a code wall, it is moved here --> https://paste.ubuntu.com/p/nMvFpvSqTZ/
Is it normal for all of my devices to be turning themselves off and on and unavailable? https://imgur.com/a/PopaznQ
Hi, I just got the Sonoff TH16 switch, I tested it once before (without the Ewelink app) by pushing the button and I got it to supply power to my 12v power supply. Now I configured the Ewelink app to add it to HomeAssistant but when I push the button (in the app or physically in the switch) the switch just shows a red LED and beeps. Tried google already but could not find anything related. Also Sonoff FAQ and troubleshooting don't mention what the red LED means.
And as an answer to myself: The Sonoff TH16 does not beep. The beep came from my 12V power supply and it was telling me that it had short circuited 😄
Hello not sure if this is the correct place
But someone know a digital indor and outdoor temperature humidity sensor that can be integrated with HA?
Not expensive
That I could find at amazon UK
A lot
Many 433, probably atleast one ZigBee and one zwave and some wifi
The 433 I'm still using was $10
@fringe moon you are talking to me?
If yes what model you have for 433 I guess I will need also a 433 reader!
I would not recommend 433 atleast
But they are cheap
It's a Nexa outdoor indoor sensor
@weary tangle I have a DIY bed weight sensor. It works using MQTT and some very cheap weight sensors (around 5$ per bed) that in just change your bed into a huge scale. This is combination with my phone being plugged in or not works great!
What type of sensor? My bed sensor stopped working for some reason and I need to fix it at some point. Some of the most useful automations for me were related to that...
Answered in #diy-archived
can someone wholeheartedly recommend motion detectors for outdoors? We went through so many by now, none convince. Z-Wave Philio were unreliable at best and had little viewing distance. Hue seems to have good reliability for signals but also unusable viewing distance. tried some others on the RF standard which were just garbage all together
I dont care about the platform as long as I get a "motion detected" in HA
Under roof? I would have no problems recommending Xiaomi ones
I use their buttons and temperature sensors outdoors
buttons?
do you have a link_
?
and under roof means they cant deal with water? Some of them I can place water safe yes, but not all
NOK 100.96 12%OFF | 100% Original Aqara Human Body Sensor via Android IOS Smart Body Movement Motion Sensor Zigbee Connection For xiaomi Mi home App
https://a.aliexpress.com/_mqoKDID
They are meant for indoor use
I use a temperature outside on my wall and in my greenhouse, in -35-+35c
And I use the one click button as my doorbell in the same temperatures
All under roof
I've used the motion sensor outdoors for Halloween too, but only for short periods
What is your use case though? I currently use my outdoor Poe cameras for motion detection on my front and rear porch, that triggers image processing but could be used for anything ha controls
The one aqara temp sensor I used outside got weird after a month. It gets stuck sending the same temp value after a few days. I can pull battery and it'll start working again for a few more days but then get into the same state again.
I had it in the shade and away from any rain.
Had no issues with using these outdoor for almost two years
I think if I do it again I'm going to plastidip it or something.
we place them around the house and they trigger lights, notifications and things. The camera is not really an option as I need to replace them first and was hoping with motion detectors I can get by cheaper. the cameras do their job they are jsut not very smart. so I can trigger a recording with a motion detector, the other way around doesnt work
what's the best IR receiver/transmitter with home assistant integration?
Hey, can somebody tell me their expexrience with Ledvance Smart+ RGBW E27 Bulbs (the Zigbee ones) please? I'm thinking about replacing my WiFi bulbs, which are acting up too much.
See #zigbee-archived 😉
Well, you want experiences with a thing that's a Zigbee device 😉
See also the channel topic, since I guess you missed it
lots of people like the broadlink, i have a Bond bridge and it's pretty good, sadly the bond is wifi-only but it does work locally still
what are some good/inexpensive light switches folks are using that does 3-way and works well with Z2M?
The #zigbee-archived channel has pinned messages for known working devices, and is a better place to ask questions about Zigbee
@low solstice is bond omni directional or single? I kinda want something with 360 beam OR ability to attach multiple external ir sensor wires (does this exist?) so I can point them at two different devices on opposite sides of my room
My broadlink was $14 and covers my whole upstairs living room
which broadlink model do I want?
do you need RF443 ?
I only need ir. I just want to control my tv, denon avr and Comcast box.
so the smaller Broadlink Mini will do
theres a newer model RM4 mini supports BroadLink HTS2 Temperature and Humidity Sensor Cable seems to be even cheaper currently offering the same features as the RM3 Mini
can I record my own ir signals and capture the raw data and view it and play it back?
through HA yeah thats how I implemented control for the TV
I want to see what the button codes for the Amazon and netflix buttons on my lgtv remote look like.
if will spit out a string but whether thats anything useful outside the device itself I dunno
does the mini shoot an ir beam in every direction or just a single direction?
360 afaik
is there any sort of diy wifi remote that would interface with the mini or ha? like physical buttons instead of an app
out of what tho
I use a Zigbee button from Xiaomi
And some Z-Wave remotes
Oh, and a Hue "light" switch
you can use a hue remote in HA to perform functions outside of the hue bridge?
I don't know what zigbee is
#zigbee-archived is a channel 😉
Zigbee is a radio protocol, that the Hue hub uses
And a whole massive world of other things
Wikipedia can tell you a lot
so if I set up a ha server on a pi..how would I interface it with zigbee? or make it zigbee functional
You'd start by heading over to the #zigbee-archived channel and looking at the pinned messages there
If that doesn't answer the question, or you want more detail, ask over there
Do people generally find Hue and Tradfri bulbs are bright enough for daily use? In my office I only have 1 artificial light source so the brightness is important to me.
They do a range of bulbs with different lumen ratings
Cheers, I saw that mentioned but finding that brighter bulbs come with the trade off of having less controls for their colour range. Should mention I'm particularly interested in the orange to blue colour temperature ones.
is there anyway of resetting rf bridge with tasmota - tried reset button, tried flashing it again - wifi settings got screwed up and can't access the device.
Ready to use custom firmware for ESP8266 devices (including Sonoff)
Docs:
https://tasmota.github.io/docs/
Discord:
https://discord.gg/Ks2Kzd4
Have you tried on their Discord?
didn't know they had one - thanks
Mine are never above 70%
Which ones do you own? 🙂
Colour temperature
Thank you
They are controlled by circadian lighting
Between 70 - 1% brightness throughout the day
And temperature based on sun
I'd like to set up something like that. You know how the "white spectrum" bulbs have 3 different colours, are you limited to those temperature presets or can you choose any colour in between to allow for a smooth transition?
Damn that changes everything then, I was literally only looking at Hue because I thought I could pick any colour in a temperature range but if you can do that with Ikea too and not be limited to their 3 presets then that would be amazing
There's also the bulbs that Lidl are about to release - it'll be interesting to see how those do
Ikea bulbs are 1/4 of hue so
Only place I use hue is in the bedroom
Because they go 10% lower than IKEA roughly
Thank you! I wish I'd known this earlier, guess I'm going to Ikea when lockdown ends then 😄
I saw those Lidl bulbs on Reddit, so cheap! I might get a few things.
Just order pickup from Ikea, or delivery 
And move to zigbee2mqtt instead of the tradfri hub
I've checked a few times and delivery has been pretty bad for dates, no collection options either, I can get it delivered to a DPD pick-up so maybe I'll do that.
I've got a Conbee 2 so I won't buy a tradfri hub 🙂 do you use the tradfri remotes?
What do you use if you don't mind me asking?
Haha no physical switches?!
Just... Two
One to wake and sleep the house because of a two year old, and one in the guest bedroom
Wow, ha! Might take me a while to get to that point.
Do you have any info on your setup online anywhere?
Anything else happens via door sensors, time of day, motion sensors and the occasional voice
I loathe voice though
My setup is pretty tame
You should see tinkerers
🤣
Show us what ya got @winged knoll 😂
Tinkerer is away for 6m 43s with a message :point_right: I find your lack of reading disappointing
I probably need a tame setup to get me started!
Anyone know if the Sonoff Basic RF can pair with the TuyaSmart app instead of the eWeLink app? If so, which device should I select? I tried several, and got nowhere. TIA>
@sand pier His GitHub and his blog
So, I have an
AEON Labs ZW122 Water Sensor 6
but when I look at devices, I also have a (2) version. Is this normal? I've been trying to remove the node to try and attach it again, but there only appears 1 node for the water sensor and I can't seem to remove it.
Thoughts?
I would post a screenshot, but I guess discord does not allow it. If screenshots are needed, I can provide them.
Though looking at the (2), it looks like that is dedicated to alarm while the other is dedicated for sensors, which I find odd why it would be separate
@upper yoke my bond just blasts IR in every direction from the top of the unit
Anyone here have experience with Caseta? I don’t know if I need to pro or Normal bridge? I see references to telnet via the pro bridge but don’t really get what that is or if it is old info
Is anyone here using yeelights? I have a couple, and neither of them is very reliable. they sometimes flicker, and frequently become unresponsive. all my other integrations are money, but i am starting to hate these things
i'd happily replace them if there are other recommendations for dimmable wifi-controllable bulb. don't even need the RGB
@gaunt bear I don’t have one but I’ve done reading and talked to people who have them. You do need the pro bridge for the local telnet control.
@small owl I have had three for 2 years, had no issues
I need sth. like a small LED diode or even better a switch with a built-in LED diode. I want the diode to light up when a certain entity is enabled and the diode to turn off when the entity is disabled. Looks like there is no device that is able to do this so I will need to start bulding sth. on my own, does anyone have any idea what components I need, etc.?
@fringe moon the smart bulb will be too bright, it's all for a very small appartment 😉
basically the led should just show if a HA automation is switched on or off for the doorbel to ring or not. A LED-Strip would be fine but I couldn't find any LED-Strips that are HA controllable and can be cut to 1-2cm length
You can cut most strips really far down, but sounds like a case for WLED
I really couldn't find any strips that can be cut shorter than 20cm, do you have any link maybe?
otherwise thanks for the keyword, WLED showed a lot of results to start with on google 👍
I bought an analogue strip (to connect to a controller) that can be cut every three LEDs - about 10cm
I know there's plenty of others that can be cut every LED
Some time on Ali would find them, but WLED is likely easier
https://github.com/Aircoookie/WLED/wiki/Compatible-hardware#esp8266esp32-boards has a few that come with LEDs attached to the board
A single ws2812 pixel would probably suffice
With a esp01
And a 3d printed case or a cardboard case
🤣
I've seen a few requests for LED indicators like this, with no more than half a dozen LEDs
There's likely a market for that 😄
Please let me be the first beta-tester 😛
Hello there, Today i got my OpenTherm gateway. (NodoShop) My question is how to set this parameter?
otgw_mode: OpenTherm Gateway operating mode.
If i read, that two mode, Gateway and Monitor. I only want to use monitor mode, ony want to see the sensor values, not want to set anything (read only mode)
Sec. question. Somebody use OT gateway with Tado thermostat? It working well together?
pls share thoughts on topic:
why sonoff b1 bulb fails to start (does with 5second delay) "transition: 15" variable while fcmila bulbs do it properly?
both flashed with esphome binary.
for fcmila - https://esphome.io/cookbook/mirabella-genio-bulb.html - 3.3 rgbw
for sonoff b1 - https://esphome.io/components/output/my9231.html - sonoff b1 example
anyone can recommend a rather small, pixelated deco-display which is programmable via remote (remote as in network connected)
(e.g. sth like this https://www.amazon.de/Timebox-Evo-Bluetooth-Pixel-Kunstlautsprecher-Programmierbares-LED-Panel-Schwarz/dp/B07H7L1PLD)
that looks rather small, 10x10 cm
Why not use a oled display and drive with esp32. Will be relatively cheaper https://mansfield-devine.com/speculatrix/2019/01/ttgo-esp32-oled-display/
this includes again cables and setting up everything myself including printing a case, I basically search for a commercial product
well if you are not into DIY than yes
well I am into DIY but for some reason everything I touch with displays is incompatible at one point or the other... I'm haunted
say if I want to get a driver for that oled display... I promise you I pick the one out of 100 which is not working with that exact panel
oh and a oled display doesn't feature 1CMx1CM pixels I believe 😛
hmmm this might actually work
https://www.ebay.de/itm/WS2812B-LED-Pixel-Strip-Light-Advertising-Display-Panel-Digital-Flexible-Screen/293572883047
@modest bramble are you having problems with the kasa? I use the LB230s throughout the house and love them.
pakken trenger 3 uker for å nå Østerrike igjen
for is norwegian? google translate ftw
@fair sedge Look Inovelli. They work great paired with an aux.
@torpid tangle thanks, i was under the impression Inovelli are zwave and does not work with Z2M
@fair sedge yes.. sorry.. skipped the zig mention. yes, they are zwave, sorry.. I moved to all zwave pretty much outside of wi-fi.
makes sense, probably get there one day. but since i have a bunch of aqara battery sensors around i need a way to extend the network/repeat. i've just ordered some inexpensive aqara light switches that does repeating so maybe those will do the trick. not sure about build quality and longevitiy - guess it should be good for near term as a POC for now.
@fair sedge my approach on zw several years back.. Use a Vera just for it, and a houdini access point.
@modest bramble Thank you! I've been running another hack that works ok. I am about 95% all local now. Will try this out.
@torpid tangle Yeah I'm looking to switch over to Sonoff with the Tasmota firmware, and a few Shellys. I've got like 10something Kasa smart plugs and switches around the house.
@modest bramble only 1 plug controlling some Costco bistro lights, other than that, all LB230s and 130s. You dont happen to have any experience with par38 (outdoor floods) that are RGB do you? All my switches are Inovelli or GE. Thanks again for the local detailing blog.
No. However I did just buy one of these for a project...
I have yet to open the box and see how hackable they are.
I would like to do energy/power monitoring of all of my home through something like hardware for openerngymonitor, but also monitoring individual devices (i.e .washing machine) through a smart plug with power monitoring (like a Sonoff S31 with Tasmota). Is that all omsething openenergymonitor takes care off (I'm assuming through sifting what energy data is dumped into MQTT), or would this be something I would need to ziptie together in Home Assistant?
Basically I'm having a hard time wrapping my head around what functions openenergymonitor provides.
@modest bramble yep, i saw those.. trying to utilize my existing uplight sockets or I would try them as well.
Does anyone know if there is some central list of smart outlets that are Tasmota flashable? I've gone through three different types that should work but they don't. I am either trying to flash them wrong or they have the new firmware preventing the, from being flashed
Does anyone know whats inside an indoor philips hue motion sensor? is it just a PIR ?
Has anyone had success with getting the broadlink RM4 Pro to learn RF commands? I can't get it to work...only IR
Hey, folks! I've been reading up on this and I'm pretty confident of the answer, but I wanted to make absolutely sure. My HA installation runs on a Pi. I've got some Hue bulbs hooked up to a Hue Bridge. I was recently gifted some Mi.Light b4 wall panel switches for 2.4g zigbee devices. Is there any way to get the Mi.Light switches to to see the Hue bridge and bulbs to control them, or do I need to get a zigbee adapter for the Pi and move the Hue bulbs over to Zigbee?
Anyone know if there’s a good source of Mi Floras right now? I’ve seen people get them for $5 a pop before
Can someone recommend me a nice zigbee remote to control my lights? Something I can control the color with
@glad dust those are most likely fake ones
@brazen swallow https://zigbee.blakadder.com/remotes choose one!
Thanks!
I like this one ikea Model E1744. You will need to tweak you automation to handle though. But the feel of this is quite good
Well the visually appealing ones don’t come cheap, 60€ for the Namron one
I have two of those, but I hate the design 🤣
I thought those are the most smoothest one. The Dimmer one is harsh (relatively and with less actions)
the dimmer is quite useless, but I bought a few for $3 each
might use them for something
Ah you mean the Namron or the ikea E1744?
I see. I have plenty now. With little kids, have given them to control switches in their room, etc but am making custom ones now with cc2531/cc2530 and Ptvo's firmware ;-)
Always having to keep the home assistant app or to talk to your google assistant to control your light gets a bit old, I’d prefer controling lights with a remote
I only have the buttons to keep the house sleeping at night, because our bedtimes are variable
I have programmed a xiaomi cube for my daughter, she loves that one
@brazen swallow my lights turn on and off automatically, and adjust throughout the day as needed
Yeah that cube is terrific! Have 3 - 2 for actual use. 1 for what we call e-dice! ;-)
I only setup automatic lights for my toilet, I don’t like that for the rest of my appartment
I'm planning on building two ESP-based lamps for the grand parents, and pair them with 2 xiaomi cubes, so my daughter can change the lights at her grandparents house 3000km away @peak talon just need a few hours to make my mqtt avaliable via https
Well, and for my entrance as well to be able to see when I have my hands full with groceries
The cube seems fun actually
and it’s cheap
Have roughly similar setup - my kid and their friend overseas use xiaomi button to communicate via morse code when we don't allow them phones during studytime ;-)
Sorry Mijjia button which has plenty of actions https://duckduckgo.com/?q=mijjia+button&t=fpas&iar=images&iax=images&ia=images&iai=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F53%2Fb7%2Fe1%2F53b7e1689cd2990a3b96c8d4035e38e1.jpg
Yep. However, compared to other it relatively large though. Do consider the above Mijjia button. Comes with variety of actions but may be troublesome as a dimmer
hah, love it
I’ll take the cube for another usage (to be defined 😄 ) but I’ve selected a variety of remotes from the link blakadder gave me
Hi, I do have a question about robot vaccums... do lenovo x1 robot work with HA ?
https://www.home-assistant.io/integrations#vacuum are the official Vacuum #integrations-archived
thx :) sadly they are not on the list
Then not with an official integration
There may be a custom one, but a quick Google didn't find me any
mhmm, I'am looking to one - but ecovacs, xiaomi or roomba - tottaly new for this :)
The good news is that there's a search feature here, and a lot of historical chat about Vacuums
That should get you to a starting point
I will take a deep dive into that part :3
Hi! hope this is the right channel. Yesterday i moved my home assisstant from my raspberry pi 3 to a VM on my unraid server, most of the things are working, but not my conbee stick nor my rf link. I dont see any errors that HA doesnt find the 2 usb devices in my logs, but in phoscon the conbee stick comes up as not connected and I cant turn on/off my 433mhz stuff.
If someone can point me in the right direction I appreciate it
Not sure which install you're using? If you have system_health enabled you can check Configuration -> Info, or see the following.
-
If you're using HassOS, flashed an image, or booted a VM with an image you're using #330990055533576204
-
If you installed Linux and then ran a script to install HA and have add-ons then you have #330944238910963714
-
If you're running
dockercommands or use a Docker manager and have no add-ons then you have #449717345808547842 -
Finally, if you use
pipto install or upgrade you have #551864459891703809
Having difficulty chosing an install method? See this blog post for guidance.
☝️ It's down to how you connect the USB devices, and that's install method specific
@odd merlin posted a code wall, it is moved here --> https://paste.ubuntu.com/p/QMTbdC3H6R/
@odd merlin Rule #6: Spam will not be tolerated, including but not limited to: self-promotion, flooding, text walls (longer than 15 lines) and unapproved bots.
Please take the time now to review all of the rules and references in #rules.
Oops
🤨
My bad
Oops is 16 ... more than three times is .... more than ooops 😉
You didn't even have to paste it - you could have read it
installation_type: Home Assistant OS

Was thinking "the more information the better"
my inner rebel is acting out
That's ok, my not-so-inner BOFH can act out 😛
😮
Can I be the PFT ?
Well, I suppose you're not a youth any more 😛
😂
when i check the hadware info I get /dev/ttyS0-3 and I get /dev/bus/usb/001/001 , ->004
When i unplug them as they are now I get an error in the logs, so I guess they are plugged in the right "port"
havnt done any deepdive in unriad, so I dont know why they print them like that
Well, that's a thing with your install method - off to #330990055533576204 with you 😉
guess i see you there 😉
Does anyone know if there are smart grounding circuit breakers. So that I can program that when my smoke detectors go off the power is cut from the whole house
Or from the part where the smoke comes from
I could use the aqara T1 switches and put them behind every wall outlet and turn them off. But I want to do this at the core so when these switches start burning or smoking these are turned off as wel
Thanks for the tip I'll look into that
I have another question. I have a google home speaker now and I'm programming it to play sounds and say stuff using the tts integration. It works but I experienced that it has a terrible lag because the speaker needs to be turned on first everytime I use it after some time. Are the smart speakers that work with home assistant that are always on so to speak
there is 1 second lag here
with google home
because I don't use cache I have that 1 second to generate the mp3
The speaker goes into standby
Ok so maybe it's a setting I need to change
they all react within a second
I first heard the start sound of the speaker and after a few seconds its giving sound. So I need to change that it doesn't go into standby
that is probably more likely to be a timeout somewhere
because if you hear the sound that means HA has told it to do something
it's waiting for whatever it is supposed to do
try disabling cache in tts and see if that makes a difference
Well. We listen allot of radio. And when we pause it and it takes 15 minutes or so to turn it back on I see in home assistant that it's turned off
and be sure you can access your externally facing url via https internally
all my stuff is instantanious with google home 🤷 no idea what your network is doing
It's not the network everything is rock solid and fast but the google speaker is turned off after some time and it needs to boot up before a sound will play. Saying hey google is instant always so that's the strange thing
can anyone recommend a good Lux sensor ? have my lights in an automation at certain elevation --> turn on , but it gets cloudy sometimes ?
Hello everyone! I just bought a ttgo t-camera plus that i would like to use as a digital peephole replacement. anyone who got the mjpeg stream and display working together? Thank you!
i like my z-wave zooz 4-in-1 sensor with motion, humidity, light and temperature, although it may be more than what you are looking for, and not fast/accurate enough to build an automation around the light reading
does anyone have a curtain opener/closer that works with ha?
You don't want lights to help you find your way out at night?
Ok. So my wife accidentally left our deep freeze open and ruined about $750 worth of food :/ I want to put a temperature sensor in the freezer. What's the best one to get.
I use a 433mhz nexa one in my big freezer (I have five) but I'm gonna move it to a diy wifi one probably that can monitor all of them
I'd prefer 802.11 I think over 433mhz....I don't have anything to read the 433 atm
battery life is my biggest concern
technically speaking a freezer works on a vacuum so you don't need to power it all the time
until you open the lid/door
eh, most freezers seals get less usable over time, and people never change them
oh, i always do
I've never heard of a person who has done it.... in my entire close to 40 years on earth 😛
until today
well, when you sell the things i guess you get used to doing it
what does the Jedi rank mean?
The Jedi role (blue) is given to our community members who have proven themselves knowledgable and worthy of helping others. Please do not request to be assigned this role. It must be earned.
ah ty :)
what am i supposed to plug the sensor into inside the freezer for power?
I dont want to do that. the wife could accidentally pull the wire out, the wire could get cut or 100 other things...I want the sensor in the freezer.
That's a you problem though
The norm is to use a temperature sensor with a probe
Because the freezer is a Faraday cage mostly
my wife leaving the freezer open and ruining $750 is the same "you" problem
I'm not worried about the wifi signal strength, there is an AP in the garage almost directly above it...Pretty sure it'll be strong enough, just looking for a recommendation for a wifi temp sensor with good battery life
WiFi and battery life usually aren't in the same sentence
Just got some GoSund WP6 on advice of @glossy prism 🙂
Tediore is away for 11d 3h 39m 23s with a message :point_right: 🤏
No love yet on tuya-convert, smart config gets sent over and device clicks but doesn't seem processed intermediate firmware
Wondering if they also closed their ota hole like all other tuya stuff
Looks like some other recent purchases worked though - https://templates.blakadder.com/gosund_WP6.html
Got it, was flashing via docker -- had to shut down other containers on ports 443 and 1883
Any suggestions for outdoor lighting like these that work with HA? US $8.80 21%OFF | 220V RGB LED Spotlight 10W 30W 50W Waterproof RGB Floodlight Reflector Projector with Remote Control for Outdoor Lighting
https://a.aliexpress.com/_mq2Fr8z
Hello, newbie here, trying to get my enphase into home assistant. I updated the yaml but don't see anything new states. Do I need to reboot after modifying the config.yaml?
See #integrations-archived for help with integrations
(and largely yes - see https://www.home-assistant.io/docs/configuration/#reloading-changes)
Hey, could anyone help me out for a second? I just installed an Inovelli "LZW30-SN Switch Red Series" z-wave light switch (using OpenZWave) and it mostly works, except that I can't control it from HA. It reports energy usage and on/off state (it shows on/off depending on what I physically set the switch to) except I cannot change that state remotely from HA.
if I turn it off in a dashboard, it just does nothing and the switch goes back on.
But if I turn it off using the switch on the wall, it will instantly update as off in the dashboard
I recommend posting in #zwave-archived
aight thanks
Anyone ever got a yamaha YAS-109 soundbar working in Home Assistant?
what zigbee/z-wave thermostat with good HA integration are folks using?
Individually addressable LED light bulb (3 wire, not strip), can I cut the line at any point, or do the lines have to stay in tact? I'm finishing up christmas light display and don't want to cut if it will ruin, but if I can, I'll end up with just perfect length.
Gledopto flood lights. Zigbee controllers, 10, 30, 60W versions. RGBCCT. I have used all variants and have mostly positive things to say.
Let me know if you want some more detail. I bought them. For commercial use and liked them enough to buy more for random home use.
Anyone around that has reflashed the sonoff rf bridge? I flashed the Portisch firmware as well but I dont think it can pick up my fan remote.
having an odd problem, i recently redid my router/IP addresses incl yeelight lightbulbs. I made some changes to the IP addresses and updated those in the configuration.yaml.
The weird thing is that all the lights are showing up and are set to the new IP addresses but some of the lights are responding inside of HASS with the old IP addresses.
Is there another place IP addresses are stored other than the configuration.yaml?
Depends on how you did it, the UI config stores stuff where you aren't supposed to touch it @forest zenith
Anyone pulling data from their lora device through the things network to HA? I've followed the one page tutorial but am getting RAW data vs sensor measurements on my end. Can anyone help me with this?
I'm thinking about it, but I haven't got that far yet
and I haven't seen anyone else talk about LoRA yet
I don't know exactly where this question fits, but I have 5 pin LED strip lights and i need an adapter so i can connect led wire to the led lights
Sounds like #diy-archived
ah sorry
Folks will need pictures
@hybrid parrot you have a good point there. But I hope that cutting of the power in time will result in no real fire at all
Is there a way to clear the history for an entity? I have a motion sensor that flapped on/off for a few hours and now loading its history is very slow...
I fixed the sensor, but would like to remove all the old, incorrect values as well
Integrations? This is removing data out of the database using purge I guess?
Questions about a device (not their #integrations-archived with HA)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
So... questions about HA's integrations is off topic here, and history of an entity is certainly integration related 😉
Hello, i want to send sms with ma key 4G huawey and i install SMS notifications via GSM-modem on my hass.io, but in the tutorial he say : Set this content in file udev\10-gsm-modem.rules
I don't find the udev folder in hass.io
Integrations would be a topic for the #integrations-archived channel 😉
oh sorry
Anyone have good recommends device MQTT Wlan, what i can use drive CCT led strip?
Looking for advice about a device to buy? Remember to provide guidance on:
- Which country you're in
- What your budget is
- What protocols you prefer (eg Zigbee, WiFi, Z-Wave)
- Any features you want (such as power monitoring, dimming, etc)
MQTT WLAN 🤔
Only what i finded is shelly option (with tasmota firmware) https://shop.shelly.cloud/shelly-rgbw2-wifi-smart-home-automation#60
Is there a way to connect the ikea smart dimmer to the hue hub? Or is it technically not possible?
Everything i found talks about connecting it to the hue hub & then to the light but thats not my use case. I wanna trigger automations/different scenes with it
I would suggest you take a look at the topic over at #zigbee-archived and start thinking about moving away from propitary hubs if you are doing multiple vendors @scarlet jewel
Fuck yeah. ty for the hint at #zigbee-archived. my dumb brain searched for tradfri and one of the results was in devices so i thought about trying my luck here 🤦♂️
Hi fellow Home Assistanters!
I recently noticed that my Hue bulbs show a rather strange turn-on behavior. However I'm not sure if I just didn't notice it before or if it was introduced in a recent HA version.
Let's say I turn off a light that was set to 100% brightness, just blue. Then I send a light.turn_on command to that light with 1% brightness, just red.
What I then notice is that the light will turn on to a quite bright blue (but just for a split second), before then moving on to a dimmed down red.
Some background info, of relevant: I'm on the most recent HA version, using the Hue Integration and my lights are connected to several Hue Bridges.
Is this just me or is this behavior to be expected?
lights connected to several bridges 🤔
I don't have Hue specifically but similar "weird" issues happen with some of my MQTT lights teteroon
@cerulean hearth I have a similar issue: two bulbs specifically that if they were last set to 30% brightness, they will start at 100% and then go to 30%. This lights are in a corridor and they behave like a flash grenade 🙂
the weird thing is that I am 90% sure that those bulbs were updated before being linked to HA
For me this happens on all Hue lights (E27 bulbs, GU10 bulbs, Playbars, Light strips, E14 bulbs ... you name it) ...
Yes. I have a Deconz network running but I found that to be too unreliable for the bulbs with lights sometimes not turning on to full brightness and the likes ...
Thank you for the info!
I just tested this by moving a bulb to my Deconz Network. It is the same behavior there. So this seems bulb-related in some way
@molten thistle why not update them after adding them to HA ? or does your Zigbee integration not support firmware upgrades ? if so you should leave it behind
Hello Guys - i am bit noob here learning more and more and digging into this whole good stuff!!
so i have linked my smart life app all devices scenes showed etc. one of the devices i deleted from the devices list, now the same deivce i can get it back on Tuya integration.
PS: I have deleted the tuya integration and reinstalled it - also did delete the device from smart life app and also installed it again - did do Server Restarts multiple times
It is Plug ( if this is important by any chance )
Sounds like you want to ask over in #integrations-archived
Questions about a device (not their #integrations-archived with HA)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
thank you!
Can anyone recommend a tablet that has a a vidabox mount and (preferably) a working lineageos rom (not necessarily official)? Going by official images I've only really been able to narrow it down to an S5e, but that seems like it may be overkill.
@woven pollen posted a code wall, it is moved here --> https://paste.ubuntu.com/p/ty4XcWSv6q/
@woven pollen Rule #6: Please do not post codewalls (longer than 15 lines) - use sites such as https://hasteb.in/, https://paste.ubuntu.com/, or others.
Please take the time now to review all of the rules and references in #rules.
sorry, new to all this 🙂
I'd ask over in #android-archived however, if that's the official app you're using
New is a good time to read the #rules 😉
(and all the channel topics, so you know when you're in the right place)
roger that. thanks 🙂
are there any premade devices i can replace the physical switch in my ceiling fan that controls direction? Would like to control the fan direction based on heating or cooling
Don't ask to ask, just ask your question. Then people can answer when they're around.
When you do ask a question, try to provide as much background detail as possible. Ask yourself these questions first so that others don't have to:
- What version of the Home Assistant are you running? (remember, last isn't a version)
- What exactly are you trying to do that won't work?
- Is the problem uniform or erratic?
- What's the exact error message?
- When did it arise?
- What exactly don't you "get"?
- Can you share sample code, ideally with line errors where the error occurs?
@timid kettle To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks. Here's an example
Don't forget you can edit your post rather than repeatedly posting the same thing.
For over 15 lines you must use a code share site such as https://paste.ubuntu.com/ or https://www.hastebin.com/.
https://paste.ubuntu.com/p/xgG74bGwC2/
I did some poor markup in the code as well where i'm a little hazy.
I can't get my camera to display in home assistant
YOURLOCALIP would be the actual IP 😉
IP of the robot? or home assistant
HA
so i'm good there.
sorry I pasted the repo information cause I had questions regarding the code. am I able to post an image?
Please use imgur or other image sharing web sites, and share the link here.
Don't share code as images though 😉
lol, okay here is my configuration.yaml
https://paste.ubuntu.com/p/bxKDwP4MJC/
lines in question are 12 / 17
Looks ok, according to the repo
yeah it's odd because it' pulls all the right information; but my card on HA doesn't want to display anything.
Does the URL work in a browser?
404 error
🤔
You need to change what it calls the file when it creates it, or change the path in the URL
@winged knoll thanks mate; that was it
Hey everyone! New to HomeAssistant here... I'm trying to get my Schlage Sense locks to show up... if they are added to HomeKit can you do it? Or do I need the WiFi adapter?
HA will usually tell you if it can see them
It cannot see them right now...
but I can control them through the Home app on my iPhones
I think that the HomeKit Controller integration can't directly control things via bluetooth? is that correct?
it can sometimes
Also...
Questions about a hardware device (not their #integrations-archived with HA, and not the thing that HA calls devices)? Someone might have the same device and be able to help you out! If you've got a Z-Wave or Zigbee devices, see #zwave-archived and #zigbee-archived, #cameras-archived for cameras, and #diy-archived for making your own stuff.
Please use https://www.hastebin.com/ or https://paste.ubuntu.com/ to share code or logs
You wanted to be over in #integrations-archived
@winged knoll thanks!
has anyone looked into local control of myq garage doors?
Is zigbee generally quicker than zwave? Trying to figure out how the aqara Hub is so quick on motion detection, zwave seems about a half second slower using the aeotec stick 5
is there any secret to pairing Aqara Single rocker light switch with zigbee2mqtt? followed the instructions and pressed the top of the rocker 3 times, got the flashing pairing light but then nothing. Z2M is in pairing mode. I was able to pair a Kwikset door lock but not this aqara switch. anyone had success with these?
@dark wyvern someone else might be able to give a better answer but generally, yeah, zwave uses a longer wavelength (in the MHz) which allows it to reach greater distance and go through objects better, but can't handle as many devices and is generally less responsive than the higher wavelength for zigbee (2.5GHz)
what are some examples of HA integration devices i can put into my pi2 as a GPIO plug in?
I’m a little confused. Do I need to change my 3-way, tasmotized, light switch for use with automations? Is is currently coming in as a light and not a switch.
Can someone help me figure out how to install a zha quirk? I am able to ensure my zigbee is working but want to install a quirk?
It really depends - in theory yes, but not by a lot. More likely you're seeing a difference in the way the motion sensors are configured
@unreal tundra these settings you have to change inside tasmota. Hass works on with what tasmota gives it. If you look at https://tasmota.github.io/docs/Home-Assistant/#supported-entities you'll might find what you need depending on the installation method.
@spice forge maybe try #zigbee-archived
Folks, I've stuck the colorloop effect on one of my strip lights...and it won't turn off. It feels like I'm in a 90's rave. Help!
How'd you get it stuck? In HA or in its proprietary app?
On the UI
I was showing a colleague the wonderful life of HA
And stuck the effect on...and it's now been going since.
Always worked for me to turn the light off and on again.
have you tried restarting ha? it usually fixes weird issues for me. I'd also unplug the device for a bit or reset it at worst, it will really depend on what device it is
Ok, I'll power cycle the strip
some manufacturers that make their own apps have options to reset to default light settings
which is why i asked if it had a proprietary app
HA was restarted a few times last night so I've tried that
Ok, tried in the hue app to no avail, I'll crawl under the desk and power cycle
Heroes. You've fixed it. Thanks very much.
Now Todo some work.../look at the fancy hue dimmer integration. 😂
I'm looking to start expanding my ha to controlling more than just my Philips hue lights, and with Christmas coming up I decided being able to control the Tree lights would be a good start. To that end I need a smart plug compatible with HA. I did some googling and saw the TP-Link HS100 mentioned a few times but they seem to be £36 on Amazon at the moment (can get for £20 on eBay).
As those threads were a bit old I was wondering if any one, UKers in particular, can confirm if that's still the go to plug?
Twinkly are great @burnt mist
or DIY WS2811 are also an option
but if you just want a smart plug, there are.... hundreds of options
I want one that can be controlled from within HA, beyond that I have no real needs (the idea only came up 20 minutes ago), I assume but just to clarify you mean the TP-Link ones by "Twinkly" 😄
Ah, looks like a US brand.
In a global market 🤔
I can buy them here, when they're in stock anyway
All I can get right now are the AWW versions or the short RGB version - but I'm kinda wanting the RGBW ones
They do look cool but I think for the moment I would rather stick with a plug so I can make other uses of it after Christmas
surely not that will work with HA though?
and just reading this it appears that even the TP-Link ones are out for the moment https://www.home-assistant.io/blog/2020/11/23/tplink-local-access/
there are atleast 500 different plugs that will work with HA just out of the box
then probably 2000 more with a few more steps
see what kind of "smart" plugs is avaliable in whatever shop you have
then take a look at "integrations" or even google the name of the plug to see how it is controlled
I've googled "home assistant smart plugs uk" and pretty much the only ones mentioned in the discussions that come up are the same TP Link ones
none of that was any of what I said
take your pick
Heck, pick your #zigbee-archived integration (well, Zigbee2MQTT or ZHA), your choice of (supported) Zigbee stick and buy one of the Zigbee plugs from Lidl
Thanks for the input, I've ordered a set of https://www.amazon.co.uk/TECKIN-Outlet-Wireless-Control-Required/dp/B07CVJYV3G/ as a starting point as the reviews do mention them working in HA and only £8 each
that one will probably be tuya
which will use a cloud integration by default
which is meh
oh
still at the price might be a starting point until I can research more and find some decent ones.
If you go Zigbee then:
- It's always local
- The world is pretty much your oyster
Looks like Lidl are due to have some of there home plugs available from this weekend for £8, although it looks like it needs another hub as well £20
What is a good like wifi remote for hass? something that i can click a button to call entities
Looking for advice about a device to buy? Remember to provide guidance on:
- Which country you're in
- What your budget is
- What protocols you prefer (eg Zigbee, WiFi, Z-Wave)
- Any features you want (such as power monitoring, dimming, etc)
zigbee or zwave are probably better options though
Do i need to get a zigbee or zwave bridge then+
I've found the Xiaomi Aqara "button" works really well (Zigbee)
No bridge, just a #zigbee-archived stick
am I going to be able to get a zigbee stick working with HA running in a docker container, which is itself running inside a VM on Proxmox, would be several layers of device pass through
Yes
You won't be the first to do exactly that
This is all significantly easier than rocket science
Any recomendations for zigbee stick?
it's not a great idea with multiple layers of virtiulization, but it works, most of the time
Does zigbe stick work well inside normal docker container?
Does anyone have a recommendation on hardware for an rpi to send and receive RF signals?
I like OpenMQTT gateway
@lavish raptor I would reccomend moving to another protocol 😉
but thats in the dyi category, If not the broalink rm
yeah. I dont know of any other option for my fireplace remote
yeah I'm not gonna touch that with a five foot pole, but I've seen people who do Wifi based for that
@fleet light There are three Zigbee options with Home Assistant (regardless of how you install it). These are:
deCONZ is relatively stable and mature with its own UI (and Discord server). It can run in an add-on, in a Docker container, or natively. Only the ConBee range of sticks and RaspBee GPIO boards are support. Known working devices are documented, and how to request support for a new device is documented too (you can't add unsupported devices yourself).
zha is actively developed as part of Home Assistant Core, using the zigpy stack, the UI also being part of Home Assistant. The EmberZNet based sticks are recommended, but there are other options. There is no list of supported devices, as any standards compliant device should work. Devices that require extra support are listed, and adding unsupported devices is documented (you can't add unsupported devices yourself).
Zigbee2MQTT is very actively developed and can run in an add-on, in a Docker container, and natively. As of 1.15 has a native UI, and it also uses MQTT for control and configuration. It supports mostly TI based sticks, with the Zig-Ah-Zig-Ah! and Slaesh's sticks being recommended. The known working devices are well documented (which usually includes how to pair them so you don't have to find the manual), and adding unsupported devices is also documented.
Pick your integration, pick your stick next 😉
broadlink rm pro works very good for RF signals, Its your best bet. make sure that the APi still works
havent turned mine on for a while
Thanks tinker
hey guys. after +-1 week of being outside (not in the rain, not in direct sunlight) on my balcony without a problem, my sonoff temp/humi sensor this morning suddenly reports 82% battery (was 100% all this week and the device and battery are new)
can this be because last night was a bit colder than other days/nights? (minimum of +6ºC)
Cancelled the order for TECKIN plugs in favour of picking up some of the Lidl ones on Sunday, also managed to grab a ConBee2 stick for £38 on Amazon which should be here the then as well. Sucks that I'm in work on Sunday so will have to wait to set it all up but hey
Just bought a BroadLink RM4, looks like the HA integration is still active... we'll see how it goes.
Welcome to the nature of battery chemistry 😉 Too cold or too hot is bad for them
any sensor/ws28xx strip
anyone know something like this (https://www.amazon.com/Reverse-Direction-ZE-209-22-replaces-Ceiling/dp/B07JHC4C21/) that i can integrate into HA. Would like to automate my ceiling fan direction based on if heating or cooling is on
hello, i have a vacuum cleaner that is on WIFI and also connected to my smart life app that doesn't show up on HA although my other devices are showing, manufacturer: amarey a900, is there a way to add it to HA?
thank you will do so
Hey folks - long story short I had been just starting to get into some Home Assistant stuff but then had a house fire, so I'm rebuilding and trying to figure out some best-practices stuff as we rebuild. One of the things I'm trying to figure out is door sensors; previously I had been angling toward using ~433 MHz door sensors and using a SDR to listen to the events and tie that in... But now that i'm sort of back at a blank slate, I'd love to know how you-all would address that need
@plucky valley I know it is too late now, how about an alarm system with smoke detectors in every room. Like a 1864 or such. An envisalink (I think they are called), pulls all zones into HA, so you could use their 868Mhz door sensors, or wired if you wanted.
Thanks for the pointer here -that's part of what I'm struggling with, there are so many standards and vendors/companies I just don't even know what i don't know
I'll go research Envisalink's ecosystem and sensors, thank you
It would be dscs sensors. For the 1864 (power series)
DSC or Tyco. Also called Teletec in Sweden
Also. Just an example. There are millions of solutions. But if you are already considering an alarm, and smoke alarms, might as well kill another bird with the same stone
anyone know if you can pair a Lidl motion sensor directly to a bulb, without a hub? Not really HA related, just that I received my lidl stuff but am still waiting on a zigbee stick to arrive 😛
i know with ikea stuff it's possible...
How can you configure multiple ping based presence detections? So far i have gotten an entity called hostname to show up with this yaml: device_tracker:
- platform: ping
hosts:
hostname: 192.168.2.102 #Phone
#integrations-archived would be where to ask about integrations @golden cairn 😉
Ok, didnt know if it counte as an Integration or as a device, since you ping devices. Sorry
Do read the channel topics 😉
thanks
🇺