#hardware-archived
1 messages Β· Page 100 of 1
There's a free trial for 30 days, but i don't know if it's possible to get the keys of new devices after that...
I did the following, register account, set up whatever it was you were supposed to set up. Get the api key/secret. Use tuya-cli link to connect to the device and have the device connect to your internet (somewhat tricky when you want it on a seperate vlan). Once that is up you get the devices keys and can use them locally
didn't cost anything nor did I have to use a trial. But they might have changed it
Ok, thank you! I will try it asap!
had to run the command a few times to make it work
also Debug=* helps to see what's going on
π
I don't think I'll be buying more since the once I got can't be flashed. When I got them it seemed like that was a possibility
That's disappointing...
Hi, i'm trying to move a device to another area however when i select the new area and hit update nothing happens
Has anyone worked with the Sonoff DW2 RF Door sensor? I was able to flash the Sonoff RF bridge with Tasmota but I only see the door open code, but no door close code and I'm wondering if this sensor is only 1 code
@icy vale bump
Hi all, I switching devices from xiaomi to deconz. the old entities i can delete without problems. however the devices are still in the integration. is it possible to delete these?
hi all. just migrated from homeseer, so i am abit like fish out of water here π i got most things up and running but i am having problems with the Generic Thermostat in yaml, how do i make multiplied Generic Thermostat?
climate
- platform: generic_thermostat
name: Study
...
- platform: generic_thermostat
name: Kitchen
...
(that's more a topic for #integrations-archived though - see the channel topic π )
thanks, sry about the placing and the ? which i guess falls under the "read the manual category" π
It's a big manual, and unless you're willing to take the time to read the whole thing...
(I did when I started, but that was 4 years ago and HA was a lot simpler then π )
π
That'd be #integrations-archived
Hi,
Gent's I guess could be interesting quesiton. Do you know how to measure air flow inside of ventilation channel?
I was looking on web, but didn't find aaanything...
Just wind speed sensors which don't apply here
Same basic concept, just smaller
#diy-archived would be the place for building your own solution
Oki, I will try. Thnaks π
Flappy wheel I would say
Think this is devices, tell me if I'm wrong - why does my home assistant instance keep duplicating iPhone devices I'm using as home/away detection? Got 3 versions of my iPhone and 4 of my gfs according to home assistant.... Any way to fix?
Sounds like an #ios_and_mac-archived topic
Then that'd be an #integrations-archived topic π
And you need to tell us which integration
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
Have a question regarding Lumary recessed lights --> running on Tuya Smartlife integration. Not sure if this the right place to ask. I am searching through the community to see if the effect field can be used to call once of the scenes in the app, (really for now I am trying to get the lights to turn on when the main ceiling light is turned on to warm white.
Hello. I have an issue with my shelly 2.5. It turns itself off and on. Has anyone had this issue before? How would I go about fixing it?
I've added a light in the configuration file :
light:
- platform: flux_led
devices:
192.168.1.250:
name: tv_light
but in development tools - states it says it is unavailable.
It has a static ip address.
Also when I try to add it to an automation it says it need an id?
What am I missing/doing wrong?
I've restarted HA.
Well, the first bit is for #integrations-archived the second for #automations-archived
Do run a config check first though
Always run the configuration check command when you make changes. Don't trust the UI check - it misses some problems.
ive just got an Aqara temp sensor and Zigbee2mqtt has picked it up but it doesnt show up under my devices (the broker cant see it) have missed something?
did you restart Z2M?
a restart sorted it
See also #zigbee-archived for Zigbee stuff π
woll do Tinker, would i be able to add it to emulated hue to get alexa to see it?
that'd be a question for #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
ah ok thanks
Further to my previous question about the TP Link Tapo P100 (which it seems uses a different protocol to the Kasa series), does anyone know of the Kasa KP105 socket works with homeassistant? It seems fairly likely as there are a few KPXXX multi-sockets that are on the confirmed list, but I thought I would ask in case anyone has confirmed otherwise.
@brisk drum Hello. Did you have any info in regards? Thanks
Actually I meant about the P100
Hi! Coincidentally I just bought a KP105 this week and it works OK. Although I am having some trouble getting it to work in both home assistant and the Kasa app, while the plug is on my IoT subnet.
Ah. The P100 I did not get anywhere with. I think it is a different protocol.
Oh ok thanks
incidentally, the P100 is half the price of the KP105
but the KP105 is rated 16A
Afternoon folks, can anyone recommend a no hub Temperature and Humidity Sensor that is HA compatible.
Xiaomi Aqara (Zigbee) ones
Thanks Tinkerer. I'm just getting in to Home Automation. With zigbee, does that need a hub? or do they connect directly to wifi.
It needs a #zigbee-archived integration of some form - no hub required, but a Zigbee stick
Cool, i will look into that now. Thank you
Hello i am trying to wake up my TV with wake_on_lan but i get this error does anyone know why? ColinTV: Error executing script. Unexpected error for call_service at pos 1: 'str' object has no attribute 'get'
@outer yew does your TV have an #integrations-archived ?
Most of those have wake on LAN features
And which integration is it?
its samsungtv
So you are using the turn_on_action and have wake_on_lan: enabled seperate in your configuration.yaml ?
i have in my configuration.yaml wake_on_lan:
samsungtv:
- host: 192.168.1.22
name: ColinTV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: d0-03-df-72-b4-1f
broadcast_address: 192.168.1.255
That is not a supported format for Mac address
ohh really haha wooww
Helps to read the docs ;-)
do i need to use : instead of -?
Also, formatting your code helps
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
wake_on_lan:
samsungtv:
- host: 192.168.1.22
name: ColinTV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: d0-03-df-72-b4-1f
broadcast_address: 192.168.1.255
ahh thanks
@fringe moon i changed mac "d0:03:df:72:b4:1f" but it still gives me the error
ColinTV: Error executing script. Unexpected error for call_service at pos 1: 'str' object has no attribute 'get'
Did you remember to put it in "" ?
yes
I have two wire intercom doorbell. It consists of outside unit with doorbell button, camera and RFID reader. It is connected to inside monitor via two wires. I can unlock the door from inside monitor, video camera video and initiate two way chat. I wish to keep this system. Only upgrade it. For opening the door lock I added Shelly 1 (24V). Works great. Next step is to use the camera and do a face/person recognition.
Now the problem that I have is how to make this camera inside outside unit smart.
If all this is impossible I can try to add additional camera somewhere on the outside unit, connected via WiFi and powered by 24V or 12V from outside unit.
Any recommendations?
i am getting a duplicated mapping error when trying to add LIFX cloud to my config yaml... i am really new and not a coder, am i doing something wrong?
shoot i can't post a pic
Please use https://paste.ubuntu.com/ or https://www.hastebin.com/ to share code or logs.
And what is the actual error?
@outer yew did you get it working?
scene:```
yeah i just don't know what to do about that..
What
That was pretty strange
Damn cloud stuff.... But yeah, put it in your scenes.yaml
Then create a scenes.yaml in your config dir if it doesnβt already exist and put those 2 lines in there without the scene:
No, thatβs part of a script or automation action
Does anyone have an external weather station (just temp & humidity would be fine) that they could recommend?
I like my WeatherFlow
which one do you have? The tempest?
I have the older Air + Sky modules, where the former does temp/humidity and the latter does wind/rain. They combined them into the Tempest
if you don't care about the latter, the Air would have been cheaper, but it looks like it's gone
ah that's a shame
Under roof or not?
I use a Xiaomi ZigBee sensor on my outside wall under roof
And in my greenhouse
yeah, for temp/humidity, you don't really need a "weather station", just a weatherproof sensor
are they very well protected, or just under your eaves?
and are they exposed to the sun directly?
Well, through the glass windows of my greenhouse and when the sun hits them under roof
Thanks, I think I'll pick one up. I've got a deck that protrudes a couple feet. I think that will work out nicely for temperature in the shade
do Hue lights act as zigbee repeaters?
I'm a bit worried the temp sensor won't be able to communicate with my husbzb
Yes they do
nice
Some brands of bulbs aren't routers, but they're not that common
Hello. I have an issue with my shelly 2.5. It turns itself off and on. Has anyone had this issue before? How would I go about fixing it?
Itβs random for what I can see.
HI! π where can i find the HA MDI icons list ? π
See the pinned messages in #frontend-archived
Is there a device which I can connect to my furnace wiring which will let my Nest control things wirelessly?
there is only a R/W wire in the wall, so i can't independently control the blower fan from the furnace right now
one of these would work to just use the existing wiring https://www.fast-stat.com but it seems like there should be a wireless option. i just cant find it yet
There's probably not a wireless option
A thermostat just controls power going to the different wires to do different things
seems like a missed opportunity
It's...not possible given how thermostats work
a module which is wired to the furnace controls, and communicates w/ the Nest wirelessly. seems totally feasible
why should i have to run wires inside a wall to turn something on/off
nah i like busted water pipes
There would need to be something powered that has relays to control power to the wires on the furnace panel and can communicate wirelessly with the thermostat. Probably a niche product at best
I wanted something like that when I couldn't run more wires in my 80s-era house and came up with nothing
just "add-a-wire" adapters, like the one that comes from Ecobee and is also sold separately
yeah really i just dont feel like going into the crawlspace to run a new wire to control the blower
no crawlspace here, so it would have been quite a production to fish new wire for me
Are Zigbee devices still a good option to buy in 2020?
Yes
any way to control hue go (bluethoot) via ha?
@obsidian juniper sonoff zigbee brigdge + tasmota + zha
π
very cheap good soluction
I would like to start buying hardware for my house. Which brand (Zigbee) is recommended for good HA support and cheaper then bigger brands?
I'm thinking to start off with security cameras in home
Thanks
Is Xiaomi good or is it a brand to avoid?
I don't know where to start :S
What did you buy first?
since they have esp chip lol
I'm planning to make everything smart hehe
me? google home nest and tuya stuff
evolve to yeelight and sonoff stuff...and more tuya stuff
recently zigbee and philips stuff
So you use Google Home nest for the dashboard and voice control?
yup
you have all the things you need with google integration and some adons xD
you need to create a google developer account too
and a projet
Yeah, I know
I had a Google Home with simple RF devices and it was without nabu casa
I just need general advise, buying guide
What to buy or to avoid for HA
You are saying get yeelight for lighting, Sonoff for switches and other things tuya?
Does anyone here happen to have a Monoprice 6-zone amp integrated into HA? I think I need a different FTDI USB<->Serial cable and I'd like to know if anyone has a known-working one
tuxabyte: here's a write up on stuff I used my recent home renovation: https://www.reddit.com/r/homeassistant/comments/jkehma/poe_devices/gajsrh5/
Keep in mind that this is kinda hobby-level stuff. Very few things are really plug-n-play/set-and-forget
I can not find Zigbee + Z-Wave combined USB sticks in my region π¦
what's your region?
that's what I use (in the US)
I'm sure you can find plenty of places that will shut a HUSBZB to europe
3rd post down on the link there mentions one
Thanks!
just to be sure, you know what zigbee and z-wave are used for now? Earlier you mentioned wifi and those protocols have nothing to do with wifi
Not exactly. I haven't watched the video yet. All I know is that I need both to control devices without a bridge
direct link btwhttps://www.discounthomeautomation.com/GoControl-Z-Wave-Zigbee-QuickStick-LNHUSBZB1
Thanks for the link Bob
you kinda seem to be going in the wrong planning order. You might want to start by looking at each area you can automate, then for each of those areas what products/platforms are available, then what specific devices you want based your use case & cost
You might find you don't even need a zigbee/zwave setup (though you probably will)
I'll be moving soon. I was thinking I could buy the stick now and maybe a couple of sensors for the doors and windows
Once I'm moved I'll do the lights and security camera I think
it's an existing house? Does it have a built-in alarm?
then yah, that stick and some cheap sensors can be an easy and fun way to start messing with Home Assistant
I was thinking you were doing a new build for some reason
I used to have HA with Google Home, chromecast and simple RF plugs
but I couldn't automate that much so I removed everything π
Was fun to setup
I'll be running it in a dockerized container. Hopefully the stick will get passtrough
I use home assistant OS which runs HA in a container and I have that stick I linked working without issues
on a Raspberry Pi
My rpi is used for music π
I've got a separate pi running Mopidy
Installed a hifiberry dac on it with some good monitors and mopidy (moodeaudio)
Moode audio rocks!
Which software are you running?
just mopidy with the Iris web front end for playing spotify out to my whole-home amp
the setup is still needs some work, but it's functional for now
You should try moode audio. It's more feature rich
I'll take a look at it, thanks
Hey Guys,
i want to start with SmartHome things like Swtiches for power outlets, controll elektric shutters, controll heating..
What brands you can recommend that can all of these things and have a good combability with Home Assistant?
Hi guys. I have just gotten myself a cheap Xiaomi TV stick which runs Android TV. Home assistant (android_tv integration) expects to connect to it on port 5555, but it does not listen on that port. It listens on 9 other ports, but which one should I specify?
Does anyone know of any decent wall switches with one or more displays, ideally epaper?
Iβm in the UK, no more than Β£150 per switch, any protocol is fine.
Is raspberry Pi zero W compatible for running HA smoothly without any issues? Thank you
No
@spiral tinsel In that price range you can build your own with esphome
heck, you'll probably get 2-3 for that price atleast
cool, I'll go down that route @fringe moon any suggestions for faceplates etc?
Looks like I've got an excuse to buy one now
There is always excuses!
I was hoping for the hardware on the walls to be a little more sleek, might have to commission them from a metal shop or something
Hence why I was after an off-the-shelf solve
I'll have to do some research on how to make the prints look super sleek
there are quite a few different epaper displays on aliexpress
I'm looking around currently to build my own indoor weather display
I've seen a few cool looking switches with displays, but they're all backlit LCDs https://i.cwlf.uk/Qv9aa
Looks like brilliant makes them https://www.brilliant.tech/home, looks very proprietary
what size are you thinking ? I see 4.2" forΒ $30, 1.5" for $6 etc etc
I'll measure up, 2 secs
Can anyone advise a simple relais switch that is home assistant compatible without any further modifications (like Sonoff that needs firmware flashing)? I need it to control my bathroom exhaust fan
Shelly
exactly like that, they'll need touch though
you can get transparent touch overlay things for non-touch displays, maybe that'll work
I'll probably throw in a haptic motor too
I see that yes
I would probably rather have the display for info and use capacitive buttons on a panel above or below
this is touch, but it's far too big https://shopkits.eink.com/product/6Λ-epaper-display-ed060xh7/
yeah, perhaps you're right
it's more for accessibility, so anyone other than myself/my partner can immediately see which button is which
idea is, I use whichever icon is assigned in hass for that switch on the display
ah woah, this is exactly what I want... but it's proprietary by the look of it https://www.eq-3.com/products/homematic/detail/wireless-status-display-with-push-button-for-55-mm-frames.html
looks like there's a homematic integration with hass too @fringe moon, reckon it'll do the trick? https://www.home-assistant.io/integrations/homematic/
Maybe, never touched homematic
I am trying to find a smart doorbell that integrates well with HA and is not on the pricey side. What could you guys recommend?
I found Eken V5
which country? need a cam?
agree yeah, if you need an all-in-one, skybell make doorbells for around half the price of the newer rings, or you could just get a last gen ring for around 80EUR
All the Chromecasts around the house already?
do you already have a hardwire chime?
Also, I'd rather have a wireless camera. Can't be asked to do cabling
I do @spiral tinsel
Wireless π€’
Why?
sage make a chime sensor for around 3-5 bucks
So... you guys telling me that it's better to buy a button and seperate camera instead of a doorbell
yeah, wireless cams are not worth the maintenance, if you've already got a hardwire chime, you can power a doorbell/cam from the existing feed
I would still get two separate devices, for flexibility
I'm waiting for ubiquiti's new protect doorbell to arrive in the uk before I adjust my setup
Any recommendations for wireless camera that is fully supported with HA
I've read Wyze
arlo work don't they?
#cameras-archived would have some - certainly it's been discussed there before
From what I've seen wyze is either doesn't work or works
Depends on the user
50/50
π
https://frenck.dev/diy-smart-doorbell-for-just-2-dollar/
@obsidian juniper does it also work for the typical 8v doorbells.
An old phone charger, delivering 5 Volts π€¨ required
I'm not sure
If mine is 8V, a 8V phone charger will do?
"In my case, my doorbell chime is powered by 8 Volts (DC) from the transformer. While to voltage is too high for the board, I could have used a little regulator to βstep-downβ from the 8 Volts to the 5 Volts required by the board."
The 5v is to power up the custom wifi device, so you will still be good. But you still will need somewhere to plug that device in. For me currently I don't have that option.
It would be nice if there was a relay w/ zwave/zigbee/wifi that could just be used as-is.
then you put that inbetween your chime and bell
Looking for a smart alternative to the UK 45A isolators
Ideally a drop in replacement for an existing vertical 2-gang switch, but I could blank it if necessary if thereβs something I can just put in the backbox and forget about
Failing that, a vertical two-gang switch and I can get the sparky to put a contactor/relay for the shower in the consumer unit
I'm also trying to find a doorbell, something that plugs into these old berlin intercom systems, would work with home assistant and I'd get a notification to my screen when the bell rings
doorbird 301a was available for a while, but never got really support to home assistant and now they discontinued the model
Hi! Since weeks I am searching a smart switch that doesnβt use a battery and fits into European frames with 55x55mm... does anyone have a recommendation? Zigbee or WiFi would be best...
If you look in the pinned messages in #zigbee-archived you'll find links to a couple of lists that include options
is it possible to change the sensitivity of a sensor via home assistant? I have a samjin Multipurpose Sensor that I would like to use to detect my door bell. the magnetic field from my door bell isnt strong enough to trigger the sensor, so I am trying with the vibration. The issue I am having is when I walk by the wall that has the sensor it picks that up too.
Depends entirely on the sensor's protocol, and whether it supports remote reconfiguration, or reports anything other than on/off
Its conneted via zha and using , zhaquirks.samjin.multi2.SmartthingsMultiPurposeSensor2019. I have only seen (on, off) in the device. how would i go about finding if its reporting more?
Then #zigbee-archived would be a good place to ask π
Hello everyone! I'm wondering about buying a Dell Wyse 5020 and setting up Home Assistant on that instead of a Raspberry Pi. The cost is the same and I believe it's potentially more reliable.
Does anyone else use the same and is it suitable for a total beginner?
Looks pretty good TBH
Quad-core AMD G-Series SoC 1.5 GHz
and either 2 GB or 4 GB of RAM
I'd suggest adding an SSD to boot from, rather than the tiny flash
The one I've found on eBay says it has a 32GB SSD but I presume it's actually flash.
Yeah. I usually run 120GB SSDs on my machines but only because I can't find anything with smaller capacity that actually costs less lol
You can never have too much disk space
Thanks π the description says "1x 32Gb SATA DOM (Disk on Module) SSD (Upgradable)"
SATA is a good sign, never heard of DOM
Haha I'm trying very hard to buy something cheap and actually get into learning how to use/setup hass before I go nuts with the SSD upgrades
Disk on Module ISTR
Very traditional flash based storage for servers
Well, the nice thing is that you can easily add an SSD for expanding storage
I'm also assuming by them saying SATA they mean a proper SATA cable
At the very least an actual SATA port (or ports)
Damn, 6 USB ports
They're actually not bad little mini server boxes
Also I seriously hope this machine doesn't have the bullshit UEFI that prevents anything other than windows from running on it
Like the HP EliteDesk series...
https://www.servethehome.com/hp-prodesk-400-g4-mini-project-tinyminimicro-guide/ and other articles there
They've done reviews of various units
Cheers for the help, I've ordered it, see if I can get it going.
Hello. Does anyone know if the gosund wp6 are still flashable with tuya convert?
OTA preferably
Ok
Whatβs a good plug with power monitoring for us plug?
Thatβs cheap since Iβm going to need a lot of them.
If it can integrate with HA easily without flashing, preferred. If not itβs fine I can flash it
And better even yet that takes up only 1 spot so I can put another in the other spot on the wall socket.
I see that the wp6 takes up both spots and I think they are discontinued too
I found these that work with smart life.
Will it work fine with tuya integration?
Without the need to flash?
OTA preferably
@stray idol If you get access to esp pins (rx and tx) - you could directly flash - you don't even need tuya convert. Tuya convert is OTA for non-invasive or non-destructive approach π
Hello all. New to HASS. Is it possible to add custom attributes to devices? I have a few Zigbee sensors that I am using with Zigbee2MQTT and I would like to add info such as last seen, link quality and more importantly battery level.
I'm going to buy a couple of shelly's. I see HA has integration for Shelly devices, do I want to flash Shelly with Tasmota?
I don't really mind that shelly uses the cloud. I don't really see the advantages of flashing Tasmota on Shelly.
@obsidian juniper well, tasmota is fully local and offers more customization ability
Local > cloud
is transition for lights something that would need to be supported by the firmware or something that is done by home assistant by sending multiple brightness commands?
It needs to be supported by the device
is there anyway to tell easily if it does?
Not generically, no, other than Google
ok gotcha thanks again!
Would a contact sensor or motion sensor be better for a mailbox?
Sonoff motion or contact sensor?
If you can rely on the door being opened/closed, then a contact sensor
I'm going to buy a couple of shelly's. I see HA has integration for Shelly devices, do I want to flash Shelly with Tasmota?
@obsidian juniper shelly can be also used locally. you can fully disable the cloud in the webinterface
I'm thinking of placing the contact sensor on the lid of the mailbox @winged knoll
Would that work? π
If you can rely on the activity for that opening/closing, sure
Other option might be an ultrasonic distance sensor placed at the back
It will probably tell you if there's something in it, as well as when it's opened/closed
@winged knoll Thanks!
Hello all. Is there an open source combi-boiler controller that is either Zigbee or Wifi only with no Cloud connectivity for the UK?
See the pinned messages in #zigbee-archived for a list of known working hardware
For Z-Wave in the UK the company Vesternet is my go-to source
WiFi... personally no idea, but I'm sure others will know
anyone familiar with the Quby (Toon Thermostat) ? I have it setup in HA , works fine it has Gas/Power usage sensors, only thing not showing up correctly is Energy cost today in β¬ , sometimes it shows , but most of the time it doesnt ???
remains 0
Hey all!, does anyone have one of the Xiaomi LYWSD03MMC sensors? I've got it working fine with HA but I was wondering if the battery level is actually correct or actually works at all as it shows 100% in HA but on the sensor itself I see a low-battery warning show up
Does anyone know if this issue has been resolved?
https://github.com/home-assistant/core/issues/42380
My Shelly i3 is added by the auto discovery but no entities are added or found which leaves the device pretty useless.
Am I missing something?
I am running Home Assistant version 0.117.1
@remote vale did you get any feedback about this? I have the same problem with an i3
How can you delete devices in intergrations?
or is this something for #integrations-archived ?
You typically canβt. Some integrations like MQTT let you, but most donβt
:(, i deleted some deconz devices. and they are still in there. breaking all the names.
So i guess, only way is to reinstall the integration
Sometimes just restarting can clean up deleted names. Otherwise, removing and reinstalling the integration or pawing around in .storage (not recommended)
Hello everyone,
i get this error
ColinTV: Error executing script. Unexpected error for call_service at pos 1: 'str' object has no attribute 'get'
does anyone know why this happends?
Not many details there
I assume it's related to this?
wake_on_lan:
samsungtv:
- host: 192.168.1.22
name: ColinTV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: d0-03-df-72-b4-1f
broadcast_address: 192.168.1.255
yes
samsungtv:
- host: 192.168.1.22
name: ColinTV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: "d0:03:df:72:b4:1f"
broadcast_address: 192.168.1.255
dont know why this happends
try that same service call in
-> Services
it works thgere
this works for my LG TV:
webostv:
host: 192.168.1.196
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: 78-5d-c8-5c-e2-c7
broadcast_address: 192.168.1.255
then maybe that's not the problem
maybe add
broadcast_port: 9
I doubt that will fix the error
gonna try it π
so what are you doing when you see the error?
just adding the bit about broadcast_port:? weird
Interesting
I think it's the default
I remember this from a year back
But I don't remember the component that required it
But I think I changed some docs
mine works without it, and they're both just calling the wake_on_lan service
anyway, glad it's working
I think I remember now
I had to specify port if I specify the broadcast address
If removing the broadcast address it wasn't necessary
And broadcast address isn't necessary unless you are on different subnets
weird. the example doesn't use the broadcast_address, so it sounds like that should work as-is
Pretty sure that is what I found out atleast
you're gonna make me dig around in the code now π
Sometimes just restarting can clean up deleted names. Otherwise, removing and reinstalling the integration or pawing around in .storage (not recommended)
@gloomy spoke I ended up just reinstalling the integration. now all old things are removed π
I'm looking for gu10 wifi led's i can controll with hassio, any recommendations?
Looking for something like this -> https://www.aliexpress.com/item/4001041591619.html
Are there any good UL listed EVSEs with local home assistant integration?
Hey all!, does anyone have one of the Xiaomi LYWSD03MMC sensors? I've got it working fine with HA but I was wondering if the battery level is actually correct or actually works at all as it shows 100% in HA but on the sensor itself I see a low-battery warning show up
@rustic stream Yep, same here. Added it via ESPHome (and the custom firmware) and the display swaps between battery level and humidity. I had a CR2032 around so changed it and it shows 99% bugt the icon shows low batt symbol. I'll use the actual value rather than the symbol. Haven't looked at the code to see whether the batt symbol actually changes
@rancid furnace Yeah that's what i was thinking as well, but because these are still the same batteries that it came shipped with I don't have new ones to test against to be sure if the low bat icon on the display or the HA value is correct
The temp/humi values seem alright so I'm comfortable with that and look at the batt icon simply to distinguish from the humi value
Hello. I got a question on smart plugs and TuyaSmart app. Will any smart plug with power monitoring that works with TuyaSmart or smart life pass onto HA using the integration? I would like the power monitoring without the have to flash part.
Which smart plug with power monitoring do you guys recommend the video
Recommend then*
or if you must, wifi plugs
the tplink ones are decent
and all tuya plugs I've bought have been converted with tuya convert
+1 for the TP-Link Smart Plug with power monitoring. On the face of it they look quite dear (at least imo and in the UK) but I did find one site selling them for Β£13.99. This was much easier to swallow when most places are knocking them out for Β£23-27.
Scratch that, was just about to drop a link however, looks like the price has been jacked up to Β£27.99. Maybe it was a pricing error? But they did honour the three I purchased at that price, maybe keep an eye on a website called MyMemory (https://www.mymemory.co.uk/catalogsearch/result/?q=350223).
Guys I am looking for some sort of smart switches which could control some zigbee lightbulbs...preferably something which could cover/replace a normal light switch and be stacked on top of each other (I somethings have 4-5 switches stacked on top of each other)
Any ideas? I am from Germany - so most US switches don't work
Hey all. Just flashed a Sonoff Zigbee Bridge with Zigbee2MQTT but I can't get it to connect to my MQTT broker. Every time it tries it immediately gets the error "Connect failed to 192.168.0.254:1883, rc 5. Retry in 10 sec"
The MQTT broker in HA is seeing the device and showing this error: "1604917650: New connection from 192.168.30.131 on port 1883.
1604917650: Socket error on client <unknown>, disconnecting."
Any idea what might be going on?
I've got firewall rules allowing that entire subnet directly into that IP via all ports and protocols. All other Tasmota devices on that subnet are able to connect to the broker without issue.
Also just added a temporary rule to allow that specific device direct access to the broker via everything and it's still giving that error.
Can you replicate it with the device on the same subnet ?
99% of people who try to "secure" their network just end up making it less secure π
Another thing I noticed is that I don't seem to be able to update the MQTT username in Tasmota. It's set as "DVES_XXXX" by default but when I change it to "Tasmota" to match my authentication it reverts back.
I'll test on the same subnet though. One sec.
Same subnet, same error π¦
Never ran zigbee2mqtt on sonoff, it works fine on both a vm \ docker \ native pi for me
At this stage I'm thinking bad flash. Might just start from scratch again and see what happens then.
Yeah the bridge was cheap in a bundle with some sensors and buttons so makes sense. Plus it's still tiny enough to hide anywhere.
Tiny π
Seems there's an issue with this firmware not saving any username through the UI. I've allowed anonymous authentication now in MQTT and cleared the username and password via "MqttUser 0" and "MqttPassword 0" and it instantly connected. Thanks very much @fringe moon
Using Tasmota HA Discovery, it created a cover for me automatically. To customize it, do I just create another cover in the config? Will it override the default one or create a second one in addition to the auto-discovered one?
Yeah I'm not happy with the unauthenticated access but at the same time my firewall setup is very good.
Hello, I need to increase bluetooth range of my raspberry pi 4. Any advices?
I plug simple bleutooth on usb but I dont know how to make it visible to home assistant. In hardware is no new devices on usb
You should rather look at using ESP32s as BT relays
I need it only for my xiaomi_miio devices
Exactly
I have a xiaomi ble gate in xiaomi home
Is there possible to Access to dis device?
And my usb bluetooth for Windows is no use on raspberry?
without know the exact chipset on it, and what installation method you are running
who knows
Orico usb bluetooth and raspberry pi 4 docker True HassOS 4.15
should work on linux, no idea about hassos since I don't touch it
#330990055533576204 would know
or if you must, wifi plugs
@fringe moon the kasa hs110 is discontinued
I do see a new item the kp115 thatβs βcoming soonβ which has power monitoring
But for tp link thereβs nothing else
no idea, I only use one, that has been rock solid for 2 years
for my water heater
the rest I use are tuya plugs running tasmota
Is there a recommended doorbell that works great with HA locally??
A Xiaomi ZigBee button works fine
Outdoors in Norwegian climate with anything from -35c to +35c
Or add one of the many sensor options to your dumb doorbell bell box
It's been discussed a lot recently, a search will find you stuff (if Discord is working)
the rest I use are tuya plugs running tasmota
@fringe moon which one did you buy?
Have atleast 5 different ones
The reason I ask is because Iβm not sure which ones will be compatible with ha. That way I have a base line of what works
Anything with Tasmota on it will work with home assistant
So I can buy any smart plug with power monitoring from any source and any brand that uses tuya app or smart life app and convert using tuya convert to tasmita or esphome and thatβs it. Have the full functionality after converting?
No more programming required?
Well you'll need to configure a module/template but that's not difficult
Also stuff that can actually be tuya-converted is steadily decreasing
Anything with an ESP can be serial flashed though
not sure if this is the correct channel but does anybody have any recommendations for controlling a 12v led strip with HA? I don't have any hubs/zigbee adapter and don't mind doing some DIY, just looking for something cheap :)
magichome LED controller flashed with tasmota
(or stock firmware with the fluxled integration)
@glossy wigeon
are you in the US? i recently flashed this with tasmota: https://www.amazon.com/gp/product/B07JC3L4Z6
UK, but our amazon seems to have the same - whats the flashing process like?
Hello, Now I have raspberry pi 4+ with 1 gb ram, free 300 MB in normal usage of HA. I have oportunity to buy 2 gb ram pi4, is it wort it?
pretty standard for any ESP device @balmy rune : TX to RX, RX to TX, GND to GND, 3v3 to 3v3. GPIO0 to GND while plugging in power, then you can unground it.
tasmotizer makes it E Z P Z
i was able to use that controller with my LED light bar PSU, so it was a drop-in replacement
awesome, do I need a programmer since i don't already own one or could I use an arduino or similar?
not sure about arduino--i don't really use those. i use these: https://www.amazon.com/gp/product/B00LZV1G6K
you can use the magic home controllers with home assistant locally out of the box, but i strongly prefer tasmota
yeah i'm very happy with mine
i was using a smart plug to turn the LED lights on/off (they're my kitchen cabinet lighting). being able to dim them is such an improvement
yeah, i can imagine
Well you'll need to configure a module/template but that's not difficult
@glossy prism so is it better to look for smart plugs that already have a template? That way I donβt have to create one? Also whatβs going to happen after thereβs no esp8266 plugs?
i don't even want to think about that π’
yeah. even creating templates for smart plugs in particular generally isn't difficult though
here's a good resource: https://templates.blakadder.com/
some plugs have modules built in to tasmota though (like the sonoff s31), so you'd want to use a module instead of template when possible
How do I see a list of modules? On that link too?
in tasmota itself
I have no tasmota device yet
here too: https://tasmota.github.io/docs/Modules/
All of the templates for power monitoring plugs say that if they are using the new tuya firmware it might not be flashable.
This is worrisome
Donβt want to buy something and then get stuck
the sonoff S31 is a popular choice. can't be tuya-converted (because it doesn't use Tuya's backend), but it can be easily disassembled and serial flashed
not sure if you're in the US, but the S31 can be had for about $11 shipped on ebay (from china): https://www.ebay.com/itm/Sonoff-Outlet-S31-US-WiFi-Smart-Plug-Socket-Remote-Control-Power-15A-Timer-Alexa/383722374314
I see it says zigbee. Can I use it as Wi-Fi?
Ok
Hey guys! I have a Sonoff POW R2 flashed with Tasmota and working properly with Home Assistant. I am struggling with something here. Even if I disconnect the device from power, HA still shows it as 'off' instead of 'unavailable'. My question is...why? What do I have to do for HA to show its correct status?
@glossy prism So from my research and talking to you I have figured out that thereβs no plug and play option for local WiFi plug with power monitoring except for the HS110 which is discontinued. All other options are by flashing and even then it might not be flashable depending if the company used a new firmware from tuya or if they used the Realtek board. Is this correct?
there might be other wifi plugs with energy monitoring that work locally OOTB with home assistant but i can't think of any. there are z-wave/zigbee options though
yes, tuya-convert isn't possible if the device has updated firmware or the realtek chip. serial flashing is possible with any device with an ESP chip though
Sounds like a gamble any way you see it.
ehh, sort of. if you buy on amazon you could always return it though
as i mentioned earlier, the sonoff S31s are a popular serial-flashable choice
I live in Panama so I canβt return it.
as i mentioned earlier, the sonoff S31s are a popular serial-flashable choice
@glossy prism I was looking for a plug and play one if possible.
Does anyone have a Wifi push button that they use for Potty training a dog?
or just a large push button thats Wifi or zwave
WiFi sounds horrible
lol
wifi meaning i can make work with mqtt.
I want to train my soon to be dog to push button when it needs to go outside.
then have google say its key word and HA notify me the button was pushed
But if you run it off a 5v charger you can make anything with esphome
Just don't do battery
If you got a 3d printer you can easily make something yourself
lol If i owned amazon i could have anything i wanted too... (just a joke not being snarky or rude)
I do get what your saying though. I guess I could build something but i do not have 3d print access. Was thinking there would be something out there.
If you can build anything that can make an electric contact
When depressed
You can do it easily with esphome
are links against the rules here?
Depends on the link π€£
banned
Maybe I could convert this...
Probably propitary
maybe inbed esp home in bell so when speaker gets power it turns on the esp home?
Unless someone els here has a smart easy solution?!?
I was trying to figure out what the heck you were trying to build, but I understand now from the link π
See, links are good.
Rob, so I want said Dog to push button when it needs to potty. Then trigger HA to fam notification, and for google to TTS to say the dogs "potty trigger word"
But also not look like an eye sore...
Such a large collective of smart people... I thought affordable solutions would flood through.
Well if anyone comes up with solution please @ me.
π₯΄
Hi guys, what do you recommend for smoke detectors:
Z-wave ($35) or Roost smart battery ($35) or use interconnected detectors with Alexa Guard?
In theory what you want is Richard Osmond's button from House of Games @short otter
would anybody care to make a smart vac recommendation? I'm in US, would like to stay under or around $300, and definitely want something I can get with HA/google home
Greetings all, question/opinion for you. If you were going to just use white LED lights in your house, would you opt for smart lights or smart switches to automate them? Just standard On Off Lights
I would go for smart lights, mainly because it feels more reliable (don't know how well that holds up if tested though). But I can see the advantages of smart switches, mainly that if the smart lights aren't needed or break the "smart" part can be reused.
Anyone know good bulbs to use for circadian lighting? RGB bulbs seem like overkill so I'm looking to get away with something cheaper
I was looking at these for instance but I don't know if they'd do the job well, are supported by home assistant, etc. https://www.amazon.com/dp/B07V81RJXT
Hey guys, has anyone tried to control their fan using rpi_gpio? My fans connected to pin 1 (3.3v) and pin 6 (ground), and am not sure what it maps to for rpi_gpio.. was hoping to turn off fan for sleeping hours, and have it on throughout the day.. any ideas?
@spare haven I run a few dozen tradfri CT bulbs, I have one RGB bulb
Color temp
ah
(adjustable white)
ok so I guess RGB and CT are the two classes of smart bulbs then. My first impression was that there were RGB bulbs and then "other", and that I was going to get strange results if I tried to use "other" bulbs in a smart home
But I see that's wrong.
Thanks!
just in this for the Good Sleeps
Yup
I have replaced all the lights in my house.. almost
Some are only brightness , but most are CT
And they adjust all day long
Especially useful in the close to arctic winters
interesting. like it helps regulate your sleep in the irregularly long/short days?
I feel so yes
Fake news
Probably even more if I was at 69Β° north
any advice on how I can gauge how many lumens I need to illuminate a room?
I have 800-1000 per bulb, and my bulbs are never above 75%
Limited in circadian lighting
But there is no right answer to your question
well I bet there is... but I'd have to ask my physics teacher π
well part of it is going to be personal preference and the purpose of the lighting
task lighting for example should be brighter than lighting in living spaces
I have 7 800-1000 lumen bulbs, plus a standing lamp, plus self built ZigBee cupboard lights and a TV lighting up the living room right now
This is just the front
As you can see the TV is the biggest light source
π€£
I have 5 1600 lumen bulbs in this lamp and my room is still kind of dark, lol...
though it might just be that half my room is REALLY bright and there's dropoff
it's not dark exactly but there's bad shadowing
I'm thinking it won't be that big of a deal to go lower
Yeah, as noted, all bulbs in my house are limited to 75%
Because 1000 is too damn high
I've got 3 x 350 lumen bulbs, and one that's probably about 50, for the general purpose lighting of my living room... the idea of 8K lumens makes my eyes water
π€£
Hello, I looking for USB dongle bluetooth that works with home assistant/raspberry pi
So all csr dongle will work?
If I plug one ha must see it in supervisor - > hardware?
You should, but it sounds more like you're asking about #330990055533576204 than Home Assistant itself π
@remote vale did you get any feedback about this? I have the same problem with an i3
@drifting grove Unfortunately not. Eventually I used a workaround and integrated the i3 as an MQTT Device which works ok for my needs but native support of the Shelly integration would still be preferred.
@remote vale it looks like integration of sensors will be added after 0.118.
Which broadlink IR blaster is the best and works with HA?
Have you looked at the HA integration docs, which list the ones that work?
Yeah I did. But I need to know which one is best and works with ha. Also I would like to know if a device needs to be in direct line of sight or if it boosts such a strong signal that the signal is also received indirectly
The reason I ask is because I have a dumb vacum robot that can be started and put back to its dock with an ir remote. So by having this ir booster I can make it a smart one. But I do need to being able to send it back to the dock no matter where it is
There is no "best." Any of the ones in the docs should work. IR is line of sight, but you can often get away with it reflecting off surfaces depending on what's on the room
A chunk of the decision may also be shaped by the size and shape of each (available) model, and what your room is like
Maybe a newer one fits in that gap better, or an older one will fit better under there
I think range is important to me. The shape or size doesn't really matter
Is your room over 10 meters?
Yeah
Then place it sensibly π
You'll almost certainly not get a single device able to blast a usable signal 20+ meters
I was thinking of the RM4 pro which I guess sends out a 360 degree signal
But knowing exactly what your requirements are would help people help you
I actually ditched broadlink in favor of IR blasters that can be flashed with Tasmota. They are always listening for IR commands which is handy for making automations based on pressing a button on a remote
I think most (all?) of the broadlinks send it out in 360 degrees
I know the RM3 and RM4C do
What units did you get?
@glossy prism interesting what devices can be flashed with tasmota that you have
Monoprice Stitch universal IR blaster. I have two of them. They're discontinued but can be found on eBay for less than $15
Can be tuya-converted
Nicer form factor than the broadlinks too IMO
noice
Now to see if I can find that, or a "white label" version over here
I want one too
I could also place more in the room with all sending the same signal right? This way it doesn't matter what range I need
Or where the robot vacuum cleaner is
Dear, why is there a small black box on the ceiling, and what the hell is that one doing in the middle of the floor?
Ahahahah
@winged knoll As you're a Jedi can you just use the mind trick?
Maybe I'll stick on directly on the vacuum with a battery on it
It's cheaper then buying a smart one for 400 euro
One caveat with the tasmotized IR blasters is you can't "learn" commands like you do with the broadlinks. You just look for the IR data in the Tasmota console and create an MQTT switch with the payload. Not a big deal IMO though
Ok I'll look into this... My girlfriend is going crazy of all the stuff in buying and installing in our home π
I must confess that it... Until now... Never actually worked
Still a work in progress π€£
Sometimes the lights turn on or the blinds close unexpected and stuff π
Looking for a good smoke detector that will integrate with HA .. WiFi/zigbee..?
Country? ZCOMBO is a zwave option, at least in the US
Israel
Not working with zwave at the moment... I've got Conbee2 for zigbee devices, and wifi of course...
How's the xiaomi honeywell ?.. any recommendations?
π
?
Was looking for recommendations.. went with honeywell at the end :)
report back on how it works, then π
So I need a hub to control my tradfri bulbs huh? Should I just go with a tradfri hub too?
If the question involves a Zigbee hub, the answer involves #zigbee-archived
Thanks
So what hardware function is the hub fulfilling that the home assistant software couldn't do?
My assumption was that home assistant running on a raspberry pi was the stand-in for the hub
Yes, except that you need some form of radio to communicate with RF devices, like Zigbee, Z-Wave, Bluetooth, etc
The hubs have that built in, and you can add one on a USB stick for HA to interact directly
Ah I see. Any quick zigbee usb stick recommendations?
All the ones I find seem strangely expensive
See the pinned messages in #zigbee-archived
Ok, thanks!
ok, I hope I'm in the right place. I'm trying to change the polling interval and the delay of some zwave dimmers. I believe I need to change zwave_device_config.yaml but I just can't seem to find out how/where to do that? Anyone? Please and thanks
just saw the #zwave-archived channel, I'll post there
anyone familiar at all with the plum lightpads? I just found several of them NIB in my items. It looks like they are fully locally controllable however have to be paired with the cloud first, and the cloud doesn't allow new homes to be setup from what I can find.
Hi, i get an error when trying to start my tellstick device. Windows server VHDX install and Tellstick duo.
Please don't say I have an error or describe an error. Share the whole actual error message so we can help you.
Also sounds like a topic for #integrations-archived
ok. sorry.
good bot
hoping someone can help me debug something - when I apply a scene to my lights, frequently, not every light correctly applies
some lights apply slowly, some lights will might change brightness correctly but not colour, or might not change at all
if I reapply the same scene twice, usually the lights that didn't change will be picked up
is it more likely to be a HA issue or a zigbee controller issue?
Are they all Zigbee lights?
Then it's 100% likely to be an issue on the deCONZ side
Anyone know if there should be a problem using 2 conbee II sticks in the same computer and use one for deCONZ and one for ZHA ?
interference for one
just go for the proper coordinator, zigbee2mqtt π
with proper hardware
huh?
I only would use two sticks during the migration. I have 100+ nodes, so it might take some time and dont want the whole house being offline while doing it π
Should be fine - keep them on different channels and keep them apart. You should be putting them on USB2 ports and at the end of a short extension cable anyway
Same here: I have two conbee2 USB devices. One currently connected to a RPI4 running HA and one doing nothing. I would like to connect the second conbee2 usb device to a second RPI4 and be able to "merge" both zigbee networks together to make the entire collection visible to HA as devices
My use case is that I have a holy shit-ton of zigbee devices and want to eliminate SPOF plus provide migration point.
Please read above
Then, if you have further questions, ask in #zigbee-archived as originally directed π
thanks. unfortunately, https://www.zigbee2mqtt.io does not explain what it is. There is no summary what does it do, what does it solve?
See #zigbee-archived
Questions about Zigbee are best asked in the #zigbee-archived channel π
ok
.
Indoor cameras would be a nono for me anyway
I've looked at the Xiaomi Honeywell smoke alarms, but havent bought it yet
Yeah, I had the same concern with cameras. I've seen the Xiaomi ones and some people love them but some say they have some reliability issues. Β―_(γ)_/Β―
I have no issues with my xiaomi zigbee stuff atleast
which is why I'm interested in the smoke detectors
@remote vale it looks like integration of sensors will be added after 0.118.
@drifting grove Do you have the source stating this so I can keep a close watch on it?
@drifting grove Do you have the source stating this so I can keep a close watch on it?
@remote vale sure: https://community.home-assistant.io/t/shelly-integration-add-input-state-to-binary-sensors/233627/17
That meens?
SD cards fail
Pi + SSD is ok, Pi4 is better than Pi3
A full PC and/or virtual machine is better again
I Don't know if this is the right place for this, but I have a tuya light bulb that will not show warm white anymore. When I set it to that it changes to the cool white. Thanks
Hey everyone, I got my home assistant setup today π now I just need some smart devices to add to it so I can start learning how it works.
What's the best door sensor at the moment? I see Aqara recommended a lot on Google? Would I need to buy a Conbee II also?
and...
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)
Haha, thanks guys. I'm so new to this that Zigbee means nothing to me, other than seeing it mentioned all the time. I'm in the UK and looking for low budget π
Zigbee is low budget and also not a POS
You can get cheaper by going for the train wreck that is RF
My personal favourite door sensor is the Sensative strip (Z-Wave), but they're Β£50 a pop (https://www.vesternet.com/collections/z-wave-sensors-door-window/products/z-wave-sensative-strips-door-window-sensor-gen5) - or Β£130 for 3 π¬
The Xiaomi Aqara sensors are less than Β£10, and while they don't vanish inside the frame, at that price I don't care (for windows anyway)
That's nice, didn't know you could get ones that go inside the frame like that. I'll probably just pick up a cheap one for now, I'm wanting to play around with it all a bit before moving in to a new place in a few months. Is there a better place to pickup sensors than Amazon? Thanks for the help @winged knoll.
I'll head over to #zigbee-archived for advice on the controller thingy.
AliExpress FTW
I need to setup a condition in an automation for a specific Bluetooth device being connected to my phone (that's running the HA app). I'm having a hard time finding the best way to parse that sensor.
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
Your question is either #automations-archived (for help with automations including conditions) or #integrations-archived for help with the integration in question (but really, #automations-archived)
Do share details of "that sensor"s values
Is what's polled from the HA app on my Android considered an integration?
Integrations integrate Home Assistant with devices or services, or provide functionality within Home Assistant. Add-ons provide additional software or services, which an integration could possibility integrate with. Add-ons are for Home Assistant OS and Supervised only, other install methods can install software other ways.
The integration is the connection between the app and HA
Ok, thanks.
That creates entities (and maybe devices and services)
Your question though is about using entities in automations, which would be for #automations-archived
Very general question here. I want all of the lights in my house to be controllable via HA. I have some Phillips Hue bulbs and setups, but I'm talking about all the dumb bulbs I have. I have no currently installed dimmers, they're just you're standard up/down switchs. What would be a good-looking, budget-friendly set of smart switches that support dimming to use for this? I'm open to flashing Tasmota ESPHome, but I generally know nothing about this topic.
There's SO much content online it's very hard to navigate.
Lots of Chinese tuya switches, Shelly devices and ZigBee devices @sharp hill
I'm new to Zigbee. I just added a Zigbee device (SONOFF SNZB-04) door/window sensor. It remains with open state in HA and battery status unknown
I did not use the app to configure the sensor. I put it straight into pairing mode.
I followed the instructions on the zigbee2mqtt website https://www.zigbee2mqtt.io/devices/SNZB-04.html
i just wanted to know if "wipro 20W Smart LED Batten (16 Million Colors + Warm White/Neutral White/White) (Compatible with Amazon Alexa and Google Assistant)" is supported with HAss.io
#zigbee-archived @obsidian juniper π
probably a tuya device @drifting grove
might be flashable with tuya convert, might not
nothing is compatible with hass.io btw, since that doesn't exist anymore
I wanted to try this because it looks like it's supported by Tasmota, but don't think it's a dimmer. Oh well. https://www.aliexpress.com/item/4001241204555.html?spm=a2g0o.cart.0.0.49c13c00rpO5u2&mp=1
it is not
Anyone have a outdoor wireless IP camera that they recommend? 1080 is enough for what I need. Solar would be preferred but I can always add to a good camera. Starlight and motion would be fun but only to know for sure if it is a skunk, opossum, or a racoon that is taking my garden-- TIA
newb question .. is it normal for an entity to not have an associated device? my vera devices have a null device id after discovery.
Looking for a smart lock to use with HA, anyone have any recommendations? I have seen the Schlage locks recommended a lot on the subreddit but the ones Iβve found that would work with HA are a little expensive for what Iβm hoping to pay so Iβm checking if there alternatives.
Yes, not all integrations support Devices @cunning arrow
@glossy prism thanks.. so does that limit me on my use of those entities in automations,scenes, etc? was thinking I needed to manual add the devices for those entities, but not sure .. :/
Nope, you just can't use Device triggers with them, but you can still use the entities in service calls and such
turning on advanced mode helps too
So I'm looking for an outdoor alarm siren I can trigger with home assistant. Does anyone have any recommendations that doesn't involve using a smart plug?
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)
I am in the UK, budget i'm not worried about yet, any protocol that I can make work is fine but wifi preferred. Ideally should be battery powered
Battery powered siren is probably going to be hard to come by
π
They do exist, at least in the commercial sector
It's pretty standard for wireless house alarms to have them
Curious about the use case though
I thought all British houses already had atleast two sirens on the outside from atleast one defunct alarm company
Or is that just Ireland?
With batteries as the sole power source @winged knoll?
Tinkerer is away for 1m 15s with a message :point_right: Please hold while we connect you with the next available unreality
So, from what I can tell, nobody seems to make simple wifi wireless battery operated buttons. Not zigbee or bluetooth, just like.. connect to wifi, powered by coin cell, press the button and it either sends an HTTP get or uses MQTT or something. MAYBE it has long press / double press / etc functionality.
I have battery powered zwave sirens. Prob not loud enough for outdoors or even weather rated.
@mortal rapids , I donβt do WiFi devices but I think what you will find is battery powered and WiFi just donβt mix.
could set up a ESP8266 on deep sleep until the button is pressed which would last a while
https://www.youtube.com/watch?v=IYuYTfO6iOs yep, this dude set it up so it transmitted every hour and it lasted for 17 days on button cells
17 days? My locks last a year. Pretty important use case to add batteries every three weeks.
probably aren't reporting every hour
^
and that's one coin cell: could double up, or use AAA batteries (AA lasted over a year)
should retro in 18650s
I didnβt watch the video but, if I push the button at the 1 minute mark do I have to wait 59 minutes for it to report. And two double AAs plus the esp8266 and a button, seems like you arenβt making a small button.
even better actually, make it so it turns itself off after finishing: the button turns it on, it connects to wifi, sends the message, turns itself off
no power usage except when pressed
Good luck. Let me know how it works out.
way too much effort, I'm just annoyed there isn't an existing product
programmable amazon dash buttons with replaceable batteries is basically what I'm after
Stuff like that is better suited to Zigbee or zwave tbh
Because of battery life. Thatβs why.
Not sure what you are trying to do but maybe a tag would work?
Hi is there a way to assign a tasmota sonoff basic r3 to a room.
Shows as entity
Also listed on overview under switches
Not on list of devices
Thanks
Not currently, no
Are BLE beacons a standard? I'm wanting to pick up a esp32 and some beacons to toss in the cars, and I'm not sure if there is a spec i need to look for some of the pages I found designate RSSI OR beacon
https://www.aliexpress.com/item/32954612850.html
Hi I had a sonoff device lose connection so had to reset this. MQTT found the device both times
Itβs now appeared twice on the entity list - how do I delete the old entry
delete both entries and add again π i have this problem sometimes and this is the only way I could resolve it.
How do you delete as both greyed out on entity list
Should I in install reinstall MQTT as this was what found them?
no - you delete the Mqtt integration and add it again
the duplicate ones will be removed from teh entity list. the ones already in lovelace will show inactive and you could remove them/ replace with correct name
Have uninstalled rebooted and gone thanks
Since I updated to 0.117.6 it looks like my shelly devices are losing connection. How do I troubleshoot this.
they tend to loose connection and then reconnect after a few seconds
At first i was thinking about a wifi thingy but all devices seem to have a stable connection around RSSI: -50 to -60 dBm
its also all devices that are loosing connection and reconnecting
turned off igmp snooping and now the whole network seems more stable. Dont know if that has anything to do with it.
nope igmp snooping on or off does not change anything..
What are the best brands to buy that work with Home Assistant? (switches, plugs, light bulbs, etc)? I'm new to this
Is there any way to batch-assign devices to areas?
@sharp hill nope, people use areas though? π
@hidden crest There are no best brands. all depends on how much you want to spend versus how much u want to fiddle with it
i use cheap but very carefull selected components, fiddle alot with it and have every result i want. i also know someone who does buy fibaro only, spend thousands ont the subject and is always waiting for updates from fibaro for things to work
but when it works.. it just works
anyone here owns a iFan02/3 ?
i have a interesting problem.
i set it up with tasmota (offcoarse) and using it succesfully for a yr now.
the remote is configured to interact with a sonoff bridge instead of the ifan itself (works also)
but now the fan (in my office) turns on when i cross the hallway (motion sensor there)
for days im searching and debugging, but without succes
now i think i know what happened.. i had a power short a few days ago and the ifan was powerless
when i switched the power back on it must have learned my motion sensor as the new remote
i read somewhere in the sonoff manual that if u want to connect the remote, u have to push a button in the first seconds the iFan boots
does anyone know how to undo this, and is this something configured also in tasmota, or it it some sonoff software still working besides tasmota ?
How are people getting on with Tradfri + Conbee II? I haven't purchased either yet so anything is possible, just looking at my options.
#zigbee-archived could tell you about it π
Balls, every time I think I've got the right channel π
Hi everyone.
I am trying to use Bluetooth beacons for some personal project.
Does anyone have recommended vendor for this.
My requirements are as follows:
- Use in new Android app.
- Transmission requency should be high as I want to use it for real time application.
- Connection should be stable but long range is not a requirement .
Thanks.
Plus if someone has idea about which of the two protocols is better, eddystone or ibeacon for android app, please advise.
Hello , i need some help with flux_led. Can you help , which channel I can use ?
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
Hello guys.. im looking for a solution to control/automate my heat.
I got 4 rooms (living room/kitchen, office/hallway, bath and bedroom)
Got 3 rads in the living room/kitchen and 1 in each of the remaining room, no Central unit to control it
I got a zwave and a zigbee controller... And my first plan was to go z wave Thermostats by danfoss or the companys they oem for.
But.. i could get bosch smart home stuff... Quite cheap.
I am torn between, If I should go z wave and be more open to customization.. or just go the bosch route on which id only have to set the temp. Also I could easily add a room Thermostate to it to get even better accuracy
Also, how do you guys with Z-Wave or zigbee thermostats control the temp? Do you just put the rads of each room in a group and Control the value of that group? Or do you use an external temp Sensor and Control the valves with that?
Hi is there a way to assign a tasmota sonoff basic r3 to a room.
Shows as entity
Also listed on overview under switches
Not on list of devices
Thanks
@drifting grove
Not currently, no
@winged knoll
The latest tasmota firmware means that this is doable
@fringe moon Thanks, make sense
I just picked up the new xbox and so I'm trying to come up with a way to control everything with one remote when watching tv and google home's controls. Currently my receiver doesn't support network integration but I figured I could use an IR blaster. With that in mind, do yall have any suggestions for something that would work?
broadlink ones are popular, or any IR blaster that can be flashed with tasmota
Fiance wants to start decorating for Christmas early, and I'm in charge of lights. Recommendations for the best Christmas lights (preferably white twinkly ones...) to integrate with HA?
It looks like broadlink has it's own infrastructure. Could that be incorporated with hass or would I be starting to use their systems for configurations?
βοΈ i'm only going to suggest things that can be integrated into home assistant in some way π
Cool, I wasn't sure. I keep looking at stuff for setups, but then get overwhelmed at all the options and as other projects come up. But since I'm redoing the entertainment setup I figured I could finally pull this trigger.
Hedy guys, anyone have experience tazmotizing a Martin Jerry STD-01 3 way dimmer??
i got tasmota flashed but not getting uch farther with the setup
Okay so I've got another question on this. I assume I'd have to do something on the backend, but if I configured this to receive a command from one remote, I could configure it to send something else out? Like I have a tv remote that doesn't fully control my receiver. But if it detects 'volume down' on this ir channel it could then send it out on the proper one right?
no, the broadlink only listens when you tell it to learn a command
if you get an IR blaster that you can flash with tasmota you can make it always listen
@earnest sapphire what are you having trouble with?
i cant find any info online about the 3 way version of the dimmer so ive been going off the standard smart dimmer but i cant seem to setup the module... everyone says choose MJ SD-01 module type but thats not an option on the newest tasmota bin?
Module 73 (PWM Dimmer) then maybe
worth a shot, that was my next thought]
the docs say that module is for that dimmer: https://tasmota.github.io/docs/Modules/
10-4, gonna go wire it in and see what kinda resulkts we get
Hi I'm new. Sorry if this is the wrong channel. I'm considering switching from SmartThings. I have a V2 ST hub and a Pi 3B+.
- What would I gain by integrating ST with HA? I assume I'd still be subject to the Samsung cloud and its outages?
- Any way for me to use the ST hub as a z-wave / zigbee radio for HA without buying new USB dongles?
- You could use smartthings devices in home assistant automations. Yes, it's a cloud-based integration so there's a potential for outages
- Unfortunately not
Thanks @glossy prism . Love your weapons, btw.
Heh, much appreciated.
Follow up question, any suggestions on USB dongles? Preferably z-wave zigbee combo (if that's even a thing).
It is in the US at least. HUSBZB-1
Yes I'm in the US, sorry. Searching that turns up a GoControl Hub on Amazon. I'll check it out, cheers.
hi, guys - it there really impossible to forcibly delete unused devices? I like things nice and clean π¦
unfortnately. lot of integrations imports devices by default - and even if you disable it in its config later, dsicovered devices remain in HA forever
best device to control 433 mhz energenie plugs in HA
There is no universal best anything. There's always trade-offs, you need to explain:
- Your priorities/desired features
- Where in the world you are
- Your budget
- Any protocols that you'd prefer (eg Zigbee) or want to avoid (eg Zigbee)
Sonoff RF bridge flashed with Tasmota is a potential option
Was just looking into that! Are there any alternatives or is that the only one?
Make sure to flash tasmota and portish
anyone using sonoff rf bridge with tasmota/Portisch? Isn't there a way to use the RFraw data as is from the console in HA? Do I really have to convert it to B0? Without that I would make an automation for learning codes and then easily copy it and make whatever I want.. like a light, but the converting part is a pain
You only need to convert to B0 if you can't see the codes when RfRaw is off
Send RfRaw 0 in the Tasmota console and see if you can grab the RF data
yeah, can't see it in the console then
I only see it when using rfraw 177
So then this is the correct way of implementing it into HA (it works)? https://pastebin.com/8fU5N3v0
Yeah, looks good
I'm still trying to understand the differenct between rfraw/backlog/rfcode
Backlog lets you issue multiple commands in the Tasmota console in one line
I'm so sick and tired of the Broadlink RM Pro+ now and it's silly watchdog crap that reboots every hour
-4000 timeout error?
I ditched broadlink in favor of tasmota IR blasters
And the sonoff RF bridge
Something like that
it's really sensitive to not being able to ping the broadlink server and something else which I'm still trying to figure out, but it reboots like clockwork unless the box is able to connect to broadlinks server
Weird, I always had them blocked to the outside
that's why I'm looking into Sonoff too now. I have two instances of HA running. With an Asus router everything works, but in the other household I use the ISP's router and the broadlink doesn't play nice with it for some strange reason... but I've heard that the python-package used in HA will be updated in the next version with some keep alive code which will/should fix the issue. I've implemented the code in an addon and as a shell command without any luck though
@glossy prism If you have that and had issues with disconnects you now know why π
yeah thanks, I'm trying to read through it now π
But yeah, as I mentioned before, Backlog just lets you issue multiple commands in the Tasmota console in a single line
is there really a drawback of not setting rfraw back to 0? I've heard @crystal sail mention it in one of his videos
I've seen my RF bridge stop receiving RF data if I don't set it back
Until a restart
@crystal sail You're doing fantastic work btw, I enjoy your videos π
That's also the suggestion in the Tasmota docs
Probably to receive RF data that doesn't appear with RfRaw set to 0
no, not for now, just trying to understand how this works... My biggest "complaint" is that I have to convert the code received.. if not I would simply create an automation/button in HA for learning remotes.. Like.. enable rfraw177, wait 30 seconds for the remote. Create a notification for any tele/tasmota/result data. Similar how broadlink worked in the past, but converting the code is a hassle, maybe implement that as a service or so
Well the good news is if you have devices that work with RfRaw 0 you don't need to convert
hehe, ok, thanks for the heads up
In fact, you can learn that data directly to one of the 16 keys
@crystal sail Btw, regarding you mentioning that you had a hard time to get your Broadlink to learn codes... the broadlink_cli from the python-broadlink packages has always worked great for me
I see that, but 16 wasn't that many... I have a ton of those RF sockets, so I guess I would need to use two slots for each.. one as on and another for off..
Would still give me room for 8 sockets, but I guess I'll just write down all the codes in my yaml file
Make sure to flash tasmota and portish
@mental cargo Two different firmware on the same device?
portish is for the rf module
(Maybe the wrong language) But it has two soc in it?
One for WiFi, one for 433MHz RF
Are they usually ~20USD?