#hardware-archived
1 messages Β· Page 96 of 1
@drifting grove if you get the pops working I would love to know. Mine have been sitting in a drawer some where since I made the switch to HA.
@pulsar mauve what are you using instead?
At the moment I have my hue dimmer switches and a lutron connected remote paired to ZHA. Iβm also considering the new sonoff zigbee button which would be more similar to the pop. Iβm figuring I would use the buttons for my bedside lamps.
@drifting grove
thanks
I am trying to customize the names of my devices and I am getting this error with the below configuration. I have no idea what is causing it, and I have looked at the documentation and forum posts about customization and this error, seems to be common to other misconfigurations.
Error: extra keys not allowed @ data['customize']['sonoff01']
configuration.yml:
homeassistant:
customize: !include customize.yaml```
customize.yaml:
```yml
sonoff01:
friendly_name: 'Bedroom Fan'```
I can't get any more basic than this and I can't figure out why it is saying there is extra data
To answer my own question: sonoff01 was not the correct ID to use in customize.yml, I discovered this after changing the name in the switch.yml file and the error not changing.
Now I am trying to figure out how to explicitly set the switch.mqtt_switch2 id to something I control. Any help is appreciated π
I have set unique_id and name, neither change it. entity_id is not valid for mqtt_switch apparently
https://www.home-assistant.io/integrations/switch.mqtt - unique_id is only valid with MQTT Discovery
Got it, so if I can not use unique_id, how can I rename these switches? I can use customize.yml to change the name, but that is not helpful when setting up automations and such:
Oh, I cant upload screenshots
Please use imgur or other image sharing web sites, and share the link here.
Which suggests you didn't set the name in the switch definition
Let me try setting the name again, but I had that originally and didn't seem to work. Maybe it was because I was messing with converting to YAML anchors. Let me test again
Set the name and it only changed the display name. In fact it overwrites my customize.yml entry
switches.yml
- unique_id: sonoff01
name: sonoff01
state_topic: "sonoff01/stat/POWER"
command_topic: "sonoff01/cmnd/POWER"
availability_topic: "sonoff01/tele/LWT"
<<: &sonoff
platform: mqtt
payload_available: "Online"
payload_not_available: "Offline"
optimistic: false
qos: 1```
Well, unique_id is doing you nothing π
That indenting looks... very broken though
The indenting is like that for the YAML anchor, I can double check but I don't think that is the issue here
Did you run a command line config check?
Not command line, using the Configuration validation in server controls through the UI
Also when I remove the extra indent for the anchor section, HA complains that the YML is not valid.
Always run the configuration check command when you make changes. Don't trust the UI check - it misses some problems.
Ok, command line says the same thing (other than a warning about using base_url). I added name and removed unique_id and now it is working correctly, other than having the old switches still there somehow...
You should fix that warning before it becomes an error π
I will once I figured out the switches for sure.
Any idea why the old switches are still there?
No idea personally
weird, ill do some research, thanks for your help Tinkerer
Any one have idea how to make button for back home that make few automatics?
Physical button, or thing in the UI?
You could use any number of devices for the physical button, but if you already have Zigbee then the Xiaomi button is an easy choice
Can you please share any examples code for this?
Pick a preferred device and check the documentation
Hey, I'm writing this thing for uni, can anybody give me an example where a smart device is no longer smart because the company that supplied it no longer supports it?
iris products
Thanks π
@heady sable if you go listen to the ha podcast, for about the last year of episodes, at the very beginning they list the things that like that over the previous couple of weeks...
*very beginning of each episode
Noddo, just a quick question, do you thinking using blockchain for IoT data interaction is possible or the obvious immutable, identifiable privacy violations make it useless?
There's a couple solutions, off chain storage (lose all the benefits of decentralization and transparency), encryption (hard to get right, tomorrow's tech will defeat it and everybody has the data) ..
Seems like attempting to trust shitting IoT service provided silos is the only way to go, but when they go down its game over..
Actually, Open source with the ability to change backend provider seems like the best method.
E.g., home assistant \o/
I'm having an issue pairing a device - specifically a vizio smart tv. When I get to the screen on HASS asking for the pin displayed on the TV, the TV just shows a screen talking about Air Play and no code is ever displayed.
Has anyone noticed an issue with the Kasa smart switches, and the devices going to "Unavailable" lately? I've changed my devices to static IPs and removed discovery, and after doing that I restarted HA. They were visible for a split second, then became unavailable again quickly. I can get to them through the Kasa App. Quite frustrating... (apologies if this is the wrong channel for this question)
When I reload the Integration they will randomly be available (but not consistent between devices) for a few seconds, then back as unavilable.
hello , i search info on Espeasy / mqtt et HA ...
I can not correctly order an espeay and mqtt. When I click on the switch, it immediately goes back to off.
Under mosquitto, I see the order but not the return with "State"
@rigid onyx make sure you don't have an IP conflict issue. If you are using DHCP with reservations then it's easily overlooked to assign something the same IP as something else on the network was already assigned.
Anyone looked at the Nanoleaf remote? Looks like fun, but it's bluetooth and not zigbee unfortunately. Not sure how easy it would be to integrate with HA... but the Xiaomi Cube is slow and unresponsive at times that it would be fun to find an alternative "cube" remote
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)
So Im heavily invested into the Ring eco-system, with the alarm being the most recent addition. However, I can't help but think 30quid per contact sensor is a bit much, considering I require 12-15 sensors to cover all necessary doors/windows. I am based in the UK, and am looking for the cheapest, but still reliable, contact/door sensors that are Zigbee compatible/HA compatible (I have a Zigbee network with Conbee). Thanks!
Xiaomi ones, they're about Β£7 each
You want the square-ish ones, not the rounder ones - these: https://www.zigbee2mqtt.io/devices/MCCGQ11LM.html
@winged knoll Where are you finding them for that price lol?
Do I have to use Zigbee2MQTT or can I pair directly into a Zigbee network with Phoscon/Deconz?
AliExpress π
And you can use them with deCONZ I'm sure, but the deCONZ Discord (or #zigbee-archived will be able to confirm)
Annoying the ring ones are so pricey, will have to ingrate these into the ring ecosystem manually...
Hey everyone, I've stumbled across this HA thing in the web right now and I've a question what kind of devices it is capable of controlling, what connections and on which level?
Is this the tool I should use if I have a network of sensors & devices all wired over twisted pair ? no wireless stuff.
And if this tool doesn't support some device, or doesn't support a device for a level required can I still write my own code?
There's also a massive list of custom components (components are just the old name for integrations), and you can absolutely write your own
Not sure this is the right channel, but I am looking for a little bit of Home assistant/Z wave trouble shooting support. I have two Schlage z wave compatible locks paired with Homekit through HA. Everything was working flawlessly until I started a HA cloud trial and connected my Amazon Alexa device. Since then I can only control light switches/ or plugs. I Tried to delete the cloud account and disconnect the Amazon echo, I even rebooted my HA. What happens is I will hit Lock or Unlock and it will notify me that it locked or unlocked, but the physical locks don't do anything.
They should be completely unrelated. But better to post about Zwave in #zwave-archived
Not sure if this is the correct spot to ask but Is there a way to mount a remote linux smb share using hassio? I'm looking to setup a media folder from my external server but the shell command doesn't seem to be working. https://pastebin.ubuntu.com/p/8YyxsVPjbV/
so seems even with the innovelli red, with no neutral wire, you need a bypass wired in if you want to disable to relay π€¦π½ββοΈ
ah ok I actually got it working I just need to have it run that command on startup
my smartthings integration is showing "ghost" devices. they don't have entities, so I can't actually remove them. they do not exist in my native Smarthings App.... should i just ignore them? do i need to update the webhook or something?
Hey Iβm looking at the the nortek usb zigbee z wave all in one for my setup (in the US) and stumbled upon some people saying the device is discontinued. Does anyone know if this is true or not? Is there any other recommended zigbee a wave combo usb device people recommend? I just donβt wanna build my set up around a discontinued device
idk if it's discontinued but I just got one yesterday
haven't even set anything up with it yet lol
anybody using the lutron aurora with zha? I had tried them with a philips hub but found that you can't set them up without actually having hue bulbs π€
@drifting grove YOu'd want to ask over in #330990055533576204
Has anyone else see this?
Is that for an HA #integrations-archived ? If so ask over there π
anybody wired one of the aeotec bypass things?
#zwave-archived folks probably would have π
Hi everyone!
I have a ESP32-POE with 12 zones binary sensors and I'm trying to figure out how I can have each entity configured into their own area. Seems like it's not really supported so I'm wondering if anyone found a hack that allows that.
Thanks
Can anyone share how they are integrating Wyze Cams into the HA setup?
RTSP firmware, or the custom dafang firmware with RTSP (which is what i use)
surprised no one has written a p2p integration for wyze like how tinycam does it
π€
So I found the RSTP firmware on Wyze Cam's site. I also have the motioneye addon in HA. But I am not seeing any clear guides or instruction son how to integrate with motioneye in HA or HA directly.
.generic_ip_camera is one way
is this the direct way to install camera's? Is this the best way to integrate 4 cameras?
Is there a commercially available "smart thermostat" that doesn't require a cloud polling/push integration?
there is at least one zwave option
you can also connect the ecobee thermostat to home assistant via homekit controller for local control (albeit with limited functionality)
Are there any miflora users online?
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?
does anybody else have issues with the xiaomi gateway hub V1 losing connection when on a different VLAN from ha host?
but I have the avahi daemon running on my pfsense box and it's connects fine for about 2 hours then just goes unavailable..
I reboot HA and it's up again for another two hours or so lol
Multicast is fickle
And something you don't want to interfere with unless you know what you are doing
Xiaomi probably doesn't count on it being routed either
yeah I'm thinking I'm going to have to move my host back to that VLAN for it to work which sucks.. π¦
Or move to another platform
Hey, just wondering from earlier if anyone had recommendations for a zigbee/z wave usb dongle. If not I may just go with the nortek
Well... for #zwave-archived buy the cheapest stick for your region
For #zigbee-archived - it depends on what integration you want to use π
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, with no native UI. It uses MQTT for control and configuration, but there are third party UIs. 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.
Anyone have a recommendation on an inexpensive energy monitoring plug that plays nicely with home assistant?
what is plays nicely and what communication type?
@worn meadow 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)
Something where I can easily track per day or per hour usage. US, ideally under $20 a plug, wifi or zigbee. mostly want power monitoring.
I would look up plugs that support power monitoring then cross reference with https://www.home-assistant.io/integrations/ and maybe the hacs repo https://hacs.xyz/docs/default_repositories to verify it works. Prices change on crap all the time so your gonna have to do that leg work yourself unless someone just bought something yesterday or today lol
those are not us plugs lol
look harder
oh i guess some are
its easy to dismiss things on first glance
π³ π§
anyone running one of these wifi color smart bulbs from GE w/ hass?
nevermind, these aren't actually wifi enabled
I was using lifx but they're expensive and getting difficult to find around, anyone recommend a good alternative? zwave/zigbee is ok too
i like my teckin color bulbs which are wifi
run through smart life/tuya originally, but work well with the tuya-custom HACS integration
tbf they worked fine with the standard tuya integration, but had no color controls
tuya-custom fixes that
sweet those are very reasonably priced with respect to the alternatives, I'll have to give them a shot
at 8 bucks a bulb with rgbcww that can be locally controlled those are a nice deal
probably be flashed to tasmota too
switch:
- platform: command_line
switches:
workstation_screens:
command_on: "/usr/bin/caffeinate -u -t 2"
command_off: "/usr/bin/pmset displaysleepnow"
friendly_name: Screen
dirac_minidsp:
command_on: "/usr/local/bin/minidsp dirac enable"
command_off: "/usr/local/bin/minidsp dirac disable"
friendly_name: Dirac Live Processing
I am somewhat befuddled. The first command switch works perfectly but the second results in a "command failed" error. Home Assistant is running under OS X.
probably be flashed to tasmota too
@runic drift maybe. That OEM has supposedly been switching to non-ESP chips
Which means you're SOL
knockoffs that use the tuya app are likely still the esp
atleast that what it seemed like between some digi and other vvideos i seen
@ji@runic drift "locally controlled"? I'd guess only with tasmota
unless you mean something different than I think
HA has to talk to them through tuya
that being said, i've had good luck tuya-converting a lot of the off-brands
and serial flashing stuff that can't be TC'd
doesn't the intergration use a rest api?
I might just buy merkury ones next π
and yes tasmota/esphome would be 100% local
@runic drift hmm, not sure. I had originally added them with the standard tuya integration
and then removed them from that, installed tuya-custom and went from there
tuya smart is cloud polling @runic drift
also set them up as tuya-custom lights in my configuration.yaml in order to force color picker
simple test, block a bulb from the interwebs and see if you can still control it
yeah, no
oh is it?
yep
that sucks
still considering a tasmota flash on them
do it
I would do my magic home ones but not sure how to remove the bulb part without breaking or messing it up lol
the vvideos i've seen all look like pray and twist lol
^
also just not quite ready to go there
feel like if I do that, I'll end up flashing every damn thing lol
but...it's fun tho.
you might be able to tuya-convert whatever tuya stuff you already have
looking for help with an Aeotec ZStick gen5. not trying to interupt your convo here, new to the Discord so don't know if this is the proper channel.
biggest benefit of tasmota ends up being that nothing goes through another server?
well, and full local control
and lots of customization capability
you can even run timers/schedules on the device itself without the need for home assistant
tasmota devices can also talk to each other
hmm
doit
but not gonna unlock some killer new feature my bulbs don't already have will it?
they're lights lol
it's a function of the integration and device itself
local control meaning that (in my case) i wouldn't be talking to tuya servers for everything
anything in that regard for wyze devices?
I did find one that seems to do that for the sensors but not one for bulbs/plugs yet
got them integrated, but not local
nah, not that i've seen
you mean this? https://github.com/JoshuaMulliken/ha-wyzeapi
wyze is kind of dumb or liars. they claim all of their devices are local only with the one exception of an initial login verification yet they won't just give people full local option. I somewhat maybe see the camera aspect but nothing else
how not? it's using an unofficial api, that should work with no internet access
hmm, I'll try it but I don't think so
again, isn't that an API to wyze?
or does he mean an API to the device?
it read like it imitates the wyze app to the device
hmm, maybe so
Morning all, any UK users here who have a working smart switch (i.e. wall embedded light switch) that doesn't require a neutral wire?
Dimmers can do that, by letting a small amount of power trickle to the light
How do you mean?
With a switch, it cuts the power, so without a neutral there's no power to the switch any more
With a dimmer, it can reduce the power to just enough to keep the dimmer alive, while hopefully not lighting up the bulb
Hopefully! π
That's why dimmer bypass modules exist π
Good news, the Vesternet guides are pretty good
Of course, messing about with 240V isn't something you should do until you understand what's going on π
(also not an electrician, also have messed about with 240V, may have tripped a few breakers/blown a few fuses/spot welded a few things that shouldn't have been)
240V shorts are ... interesting things
Lol
I started messing with it 25 years ago, I'm still alive, no permanent damage I swear
Hahaha
Well, if it works after you turn the power back on, the charring can be ignored, no?
Could I use a reed switch in a Zooz Z-wave plus Multirelay?
Trying out two new brands today, one ZigBee cct and one WiFi rgb
$13 for the former and $15 for the latter
which ones
Namron Wiz π€£
π€
have anyone complete installing aqara V2 which have port 9898 close and open it using usb port?
I'm using CH34 FTDi without any luck
I've seen many people do it
There is a ton of guides and videos out there
But I just turned off my gateway and moved everything to zigbee2mqtt, not looking back
I did manage to soldier and connect to the USB, however upon connecting I just got blank terminal
nothing being shown.. so I cant open the 9898 port
Are you sure you have soldered everything correctly?
@fringe moon somehow the guide showing to cross TX and RX which shown nothing but otherwise its is easy... and it work now.. thanks
Usually you have to cross tx and Rx in a connection
To make two devices talk directly
Hello, i just ad a zigbee gate on sonoff, i must reset HA to get info about it ?
Hi guys what is best zigbee motions sensor which reports as much as possible? I have Ikea but it reports every 3 minutes which is too much.
See #zigbee-archived π
Ho, i need some advice on what home automation products I should buy? Hopefully I found the right place. It is for radiator thermostats/windows contacts/room temp sensors initially. Currently I own eq3 Max! products. But these are discontinued. But they have a nice deal with 50% off Homematic IP, which is guaranteed to work till 2030. ...but what after that...SO I have 3 options: 1. keep my Max! products, flash the cube and try Home assistant (difficult, short on time at the moment, and I understand not al functions ork). 2. Accept the offer, buy Homematic IP stuff. And Time and maybe switch to home assistant in a few years (i expect all functionality is available in H ass.) Or 3. Switch to a different platform or components alltogether. What would you recommend?
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'd 100% suggest that you look at local first devices - things that support Zigbee or Z-Wave particularly
hi - moved over from ST to HA - have this tilt sensor - https://www.amazon.com/Z-Wave-Plated-Reliability-Garage-TILT-ZWAVE2-5-ECO/dp/B01MRZB0NT/ - but it seems to be always initializing or sleeping - the binary value doesn't seem to change when the door is open or closed - any idea on how to trouble shoot or what could be the issue?
#zwave-archived can help, but those states of zwave.WHATEVER are fine, you'll be looking for a sensor.WHATEVER_access_control or binary_sensor.WHATEVER entity
yes - i can see the states - just that they dont change, i'll ask in zwave
Hello, can you suggest me which wifi energy monitor to buy?
Maybe shelly4 or something similar?
Does anyone else have issues with naming the device with the Android mobile app?
when you change the name of the device in the mobile app it does not change in HA. Also when you change the name of the device it does not change for the automations
Hello all. Long time no see. I'm trying to upgrade a non-branded dry electric underfloor heating thermostat to something connected/"smart"
I put HIVE all through our house because at the time I thought it was the only "smart thermo" to meet the specific arrangement we had, but HIVE says it only supports "wet" underfloor systems
But afaict, a thermostat is just an on-off switch for whatever it's connected to
See #android-archived @queen umbra
Nest seems to claim to support dry underfloor heating, so I'm drawing a blank as to why nest would but hive wouldn't
anybody with any experience of this would be more than welcome to give me a pointer π
@winged knoll thanks I didnt scroll down enough to see that room
Hey, does anyone here have a Sesame lock integrated into HA?
Are there more options for affordable roller blinds than the Ikea (still too expensive somehow) blinds, or the blind motor AM43 (works but not best solution)?
Good evening (at least in my timezone)
Anyone here who has some knowledge about the FireTV?
I'm trying to start the prime video app via adb which doesn't seem to work.
What I've tried so far:
adb shell am start -N com.amazon.firebat throws error: see (1 on paste)
With some debugging I found out, that the main intent of the app is com.amazon.firebat/.browse.BrowseActivity , but this throws see (2 on paste)
Calling netflix with adb shell monkey -p com.netflix.ninja 1 works, however it doesn't work with com.amazon.firebat
Paste: https://paste.ubuntu.com/p/5bjjYNMTNQ/
I'm not a developer, much less an android one so I'm kinda at loss here.
@silver vessel Where'd you get that / from? Package names can't have those.
@twilit mica That's the main intent/activity that's used when the app is launched.
The only symbol allowed in package names is a period
At least that's what I figured from googling around. I have not used an android in years, and my android custom rom flashing days are looong gone, as well.
Given that it errors with "Activity not started, unable to resolve Intent " when starting without the Intent and "Permission Denial: starting Intent" when using the Intent, I figured I was on the right ways.
Looking here https://www.reddit.com/r/fireTV/comments/4j12xf/adb_command_to_launch_an_app/ it looks like you did have the right syntax, but maybe not the right bits.
I also read "There are no APIs or lookup URLs to find package names for Fire TV apps." so that sounds like a problem.
Thanks, already saw that :)
Quoting from https://developer.android.com/studio/command-line/adb.html#IntentSpec
-n component
Specify the component name with package name prefix to create an explicit intent, such as com.example.app/.ExampleActivity.
Given that I am receiving a Permission Denial I'd strongly guess that amazon has put some restrictions in place to prevent this app from being startet.
This could be an android option as well, I have no Idea about that.
The package name is correct.
I don't own any Amazon devices, nor have experience with them. Somewhat because of these reasons. Best of luck to you
Thanks for your help anyway, much appreciated!
Hi! Is there something like an alias to devices or entities possible? Iβd like to declare a switch as a light instead and also want to have more usable device names over the sometimes cryptic ones...
Hi all - curious if you find that the Lutron Caseta PRO bridge is worth it over the standard. Currently, I have a URC remote but I'm not entirely sure how much I care about integrating it (the only feature I can really imagine is having the lights go on when I turn the system off for a home theater, but perhaps I'm lacking in creative thinking here). I was also looking into security systems that integrate with Alarm.com, but I'm not sure if I'd need that integration since I could presumably do it all from Home Assistant?
In addition, for those who have purchased it, where did you buy it? I've seen a few different links on Amazon from third parties, but can't seem to get a consistent price or comfort in knowing I'm not getting a knockoff. Haven't found it with any local retailers of Caseta Pro products...
I'm told that this is the link for the product: https://smile.amazon.com/Lutron-Caseta-L-BDGPRO2-WH-SmartBridge-Programmed/dp/B00Z8AXQCQ
But I've also been told it's only $40 more than the standard hub, and this is $40 more than the standard hub + light switch + wall mount + remote, so it's more like $70-80 more...
@winged knoll : "remember not to change the domain of the entity - the part before the ." - so not a solution in one of my examples. No solution here, no alias possible?
ah! thank you!
so I can change an entity ID the same easy like the name? I simply change it in UI? Will all be changed in background thn automatically (as long as it was not manually scripted in some add-on)
I see
It won't change it everywhere you wrote it though, you'll have to update scenes, automations, etc
tried with one and see already: even in UI dashboards and so on, I have to adapt, so literally everywhere.... means think well about how to name it before you start integrations and usage like automations ...
This is why I like working with the YAML - global search and replace is easy π
light switch helps for the name only but it generates no entity ID for the "virtual" light
right?
Wrong π
I removed an ESPHome device from my integration, however the device is still showing up in my devices tab. shouldn't removing the device from the integration remove the device from HA as well?
Has anyone had luck solving the TP-Link Kasa switches going to "Unavailable"? I know that there is discussion about this on the Home Assistant community every now and then, but it has been a real issue lately. Tried everything: Static IPs, confirming no IP conflicts, turning off detection in the integration, manually adding the IPs to configuration.yaml. Despite all that, I get seemingly random "Unavailable" statuses for two of my three switches, despite a strong wifi connection where they're located.
@rigid onyx I don't think there is a one all solution. This has been brought up for quite some time. Some people like myself don't have the issue so it's harder to track down as to why
@runic drift Thanks. I'm testing the plugs in a different room to see if Wifi strength (even though it should be incredibly strong in the prior room) has any effect.
@rigid onyx did you go into the kasa app and set the devices as local only?
I didn't see an option for that... Let me check again!
maybe they changed it. use to be an option
yea but with local only it stopped sending it out only using the local rest
might be why some don't havve issues while others do
Could be. If you set the plugs up without signing in the app they'll be local only
I dunno, no idea what the default state is
The integration is local polling
the option was under each individual device and since I don't have any plugged in atm I can't see what options it givves atm
No clue, I unloaded most of my tplink stuff in favor of things I can flash tasmota on
wow they did remove that option.
You could always just block its internet access on your router
well my plugs still have the old firmware, only the app was updated so pretty sure mine are still as they were but I am wondering if that is what's causing some people issues
just found a post on the tp forums where they stated the optiion was removed in 2.9.0 and that the cloud setting is the default and no longer selectable
this actually makes sense cause this was back in late Nov and I remember many people having this issue since. like those of us who bought the products and set the option to local before the changes got lucky
all of this because some asshat couldn't figure out why he couldn't get alexa to work after setting his to local only
@rigid onyx do you have an android phone or ios?
Android has the app but I have an iPhone as well
do you know how to side load apps on the android?
Yeah, I believe so
If you want, you could try and load an earlier version of the Kasa app (https://www.apkmirror.com/apk/tp-link-research-america/kasa-for-mobile/kasa-for-mobile-2-17-0-892-release/) on to the phone that still has the selectable option and try it and see if that solves the issue.
Interesting idea! I'll give that a shot. I confirmed that distance to the router wasn't the issue π
if you get all figured out and it does solve your issue, report back. sure others would want to know if that fixes it or not.
Will do! And I was able to make them local by blocking the wifi, and the Kasa app now reflects that funny enough.
Again though, the integration is local polling
the integration may not be the issue.
Hello Community, Im not so familier with Light Smart devices, I have Sonoff Light Switches nearly everywhere, but I have a place ( Toilet ), where I would like to use smart light,but I cannot change the switch. I would like to use motion detector with some smart device what is controlling the light. I would not want to change the light itself. What is the best and easiest method to solve this issue? Thank you.
A ventillator is also connected to the same switch with a cable, this is a one-way one gang switch. The Ventilator should also get power when motion is detected, like the light.
Hello brain trust. Has anyone for sercomm icamera2 working with motion eye?
That would be a good idea, what you think would work in my case? https://www.youtube.com/watch?v=3Ja5A0cv3oA
@subtle flame Because you cannot change the switch itself and the same switch also operates a vent fan your only option is something like a Shelly or Sonoff Mini that would be place behind the switch. Once the "switch" becomes "smart" you can use all sorts of things for motion sensing from RF/Zigbee/Zwave/WiFi motion sensors that you would tie into HA that would in return control the "smart switch"
@runic drift The Video I sent is totally the same, so im not so stupid as I see π Thanks for the hint, I have a Sonoff Mini what I never used at home, I'll do like this. π your super.
Hi, Do anyone has an experience with connecting this devie https://www.made-in-china.com/showroom/misslinda821/product-detailINumhMclhRVL/China-Saswell-Tuya-Smart-Zigbee-Trv-Amazon-Alexa-and-Google-Assistance-Voice-Control-Available-Room-Thermostat.html to Home Assistant? I do not see this one on the official list of devices. Is it compatible with TS0601_thermostat - https://www.zigbee2mqtt.io/information/supported_devices.html
saswell uses their own zigbeeid's https://zigbee.blakadder.com/Saswell_SEA801-Zigbee.html
@rigid onyx Did you figure anything out? I just started having problems today with my TP-Link devices.
Hi just bought this: https://www.amazon.com/gp/product/B01JZ2SI6Q/ref=as_li_tl?ie=UTF8&tag=homeassista0e-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B01JZ2SI6Q&linkId=04c9630f4ec3b313d0bf460af90e39be and connected it to my Home Assistant, but it wont turn on, only flashes when i try to turn it on and off. Anyone knows why this is happening ? (It works with the app)
@haughty dove I'm going to test out the forced localization for another day or so. I see that one of the plugs went to unavailable for about 30 seconds last night, but the others were solid so far. However, my issues seemed more sporadic, which is why I'm not calling it just yet.
Anyone knows what "configuring weekly schedules is not possible" (https://www.home-assistant.io/integrations/maxcube/) exactly means? Not being able to configure the max-propriatary schedules on the Max! cube via Home assistant? or not being able to configure schedules in Home assistant at all?
anyone have this little guy? https://www.amazon.com/dp/B07D37FKGY/ref=cm_sw_r_fm_apa_fab_GTjDFbSNBS5WX
What motion cameras have you found work well, including with HA? We inherited some Ring cameras with our house and they're absolute garbage.
I prefer to separate things out - cameras, with separate motion/object detection
this is probably a dumb/simple question...but how can I create a switch to enable a mode? It won't be attached to a device or anything. Just for an automation to check "If Switch = true (do this)"
a Template Switch
or really an input_boolean
the first is something that you define to do something if it's turned on or off (and provides a current status), the second is a boolean variable of sorts that you can turn on or off to control some other behavior
oh. this is easy. ty
@winged knoll - any favorite devices?
Yes
Whether they're an option on your part of the planet is anybody's guess, but HikVision are good - #cameras-archived can advise more
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've got a couple of Dahua cameras that work pretty well
For motion detection, I like MotionEye, but there's a whole host of options.
For object detection, Doods, which uses TensorFlow, but again there's options
Can someone assist me with seeing the Input state of my Shelly 1? I only see 1 entity and it appears to be the relay command. I added the device by discovery page
How can I setup a camera to appear in HASS?
As in, what should I load onto a RPi Zero W with a camera capable of Infrared at night that HASS can see?
#cameras-archived can help, but look at https://www.home-assistant.io/integrations#camera first
thanks, ill take a look
i lost track of my question here, but a couple days ago I think I asked if there was a way to remove "ghost" devices from SmartThings? The entities were removed, but the devices are still there and offer no way to remove (in the UI)
@twilit relic I don't have SmartThings but you talking about stuff you had setup in a SmartThings hub?
yeah - i had linked Hue and another service inside the ST app
then i added to HA
then I removed those linked services in ST
did you restart HA?
oh, a million times. that was last week
they appear in the devices tab, but not in the entities tab
the don't appear on my default lovelace UI
@twilit relic did you remove the smartthings integration?
Hello everyone, I'm hoping someone might be familiar with config for pfsense to allow smartthings integration without using nebucasa and wouldn't mind me picking at their brain / screaming frantically while running in circles
no i kept it
@twilit relic remove it
then re add it?
sure
i can just update all my scripts and stuff with the new device ids, right?
@twilit relic always
good. so it's not like iOS HK where doing this would wipe out all automations and scenes involving those devices
ok. restarting now...
they are gone
adding integration back in. it involves a webhook i think - i remember this being annoying
ugh it's all busted
damnit
I looked at the intergrations page, does look like a pain, but that was the only way to get them out lol
For (including @haughty dove ) who were curious if forcing the TP-Link Kasa smart switches into local mode helped anything... I recently had to restart HA and it seemed to place one of my switches back to being "Unavailable". Reloading the integration seemed to fix that. I'm not sure if it's temporary or whatnot, but I have noticed before that when I restart HA it will often result in 1+ of my switches being "Unavailable."
Has anyone managed to root their Mi 1C Robot Vacuum Mop?
Does anyone know if the Aqara Cube and the Aqara Cube with Homekit support are two different revisions or the same?
I need a 3 phase controller to control my heating in my house, any suggestion? Preferrably WiFi connected
Hi, Iβm not completely clear on this. On https://www.home-assistant.io/hassio/installation/ it says that for an 8GB Raspberry Pi 4 Model B a 64-bit image is required. Does this mean that you canβt have GPIO support with the 8GB model, and that you need the 4GB model or lower with the 32-bit Hassio image to be able to use GPIO?
well, you can't use more than 4GB RAM with a 32bit image, I have no idea if the 8GB version is supported with the 32bit image
but #330990055533576204 should know
The 8GB image only comes in a 64-bit image. Iβll go to βhome-assistant_os. Thanks!
@rigid onyx Good to know, thanks! How do you force localization for the devices?
Hey, not sure if this is the place to ask, but does anyone know if I can control Phillips Hue bluetooth bulbs from HA through an Echo Dot?
@haughty dove thorough the router settings. I have a nest mesh router and Google wifi lets you force localization through the Family Mode settings.
@rigid onyx Thanks. Doesn't seem to work for me. All my devices are still unavailable after several restarts (with local network only).
I get this error on startup:
@haughty dove posted a code wall, it is moved here --> https://paste.ubuntu.com/p/D7X3bvCRry/
Hmm I won't be one able to help much with the coding (unfortunately have 0 experience with it!). I did make set discovery to false and added the IP addresses in configuration.yaml, but no clue if that helped anything
And did you try reloading the integration?
@haughty dove restarting HA seems to create the issue for me whereas reloading the integration has helped resolve the issue.
@rigid onyx how do you reload? I've see the option sometimes, but not currently.
@haughty dove on the integrations page, click the three little dots next to the TP Link integration and it should appear there
for motion sensors and window door sensor what is better? wifi like wyze or zigbee? I am debating what to put that would integrate nicely and can create automations that is the biggest setback with wyze
Wyze sense isn't WiFi, it's proprietary 915Mhz that requires their bridge. There's a custom component for it that operates completely locally, or wyzesense2mqtt which is also local
I like the wyze sense stuff I have. It's cheap and works well. I also have Zigbee stuff though
@rigid onyx And now, after yet another restart (but no reload) they're showing up again....this is so bizarre π
Wyze sense isn't WiFi, it's proprietary 915Mhz that requires their bridge. There's a custom component for it that operates completely locally, or
wyzesense2mqttwhich is also local
@glossy prism Is it hard to setup the mqtt stuff? what do you like better? Trying to figure out what to buy π¦
I just bought the wyze starter set and plan to do the custom component as I feel too dumb to handle the mqtt stuff.
@haughty dove how bizarre! Let us know how things progress. I turned on an alert if mine goes unavailable for a minute or more
I just bought the wyze starter set and plan to do the custom component as I feel too dumb to handle the mqtt stuff.
@rigid onyx Custom component?
@verbal heath sorry, this is what I meant: https://www.youtube.com/watch?v=19UCwf4uidQ
https://github.com/kevinvincent/ha-wyzesense @verbal heath
thanks guys π I will check it out
Has anyone heard of a way to determine daylight/night based on the picture from a camera? I'd like to turn on lights in the house based on sunlight outside, and I don't want to just use sunrise/sunset because it doesnt account for cloudy days.
I feel like there must be a way to determine light levels based on my outdoor camera
I'm specifically talking about a Wyze Cam and I don't believe there's any metadata stored about whether the IR light is on or off like other IP cameras
Light sensors are cheap π
https://www.zigbee2mqtt.io/devices/GZCGQ01LM.html is pretty solid - other than the lack of configurability easily as "good" as my Z-Wave sensors, at a fraction of the price
Yeah, I thought about getting one of these. My home assistant only has a z-wave dongle right now, so i'd need to buy a separate zigbee one for this sensor
Yeah, I thought about getting one of these. My home assistant only has a z-wave dongle right now, so i'd need to buy a separate zigbee one for this sensor
@drifting grove why does it need a separate sensor?
@drifting grove why does it need a separate sensor?
@verbal heath My RPi has this connected - https://www.getzooz.com/zooz-zst10-s2-stick.html. It only supports Z-Wave so I'd need a separate USB stick that supports Zigbee in order to use the Xiaomi sensors
there is a 4 dollar one in alliexpress already setup for home assistant https://www.youtube.com/redirect?q=https%3A%2F%2Fs.click.aliexpress.com%2Fe%2F_dTyeapN&v=xc_HGvrOxp8&redir_token=QUFFLUhqbW93elhpVkxPcGpQWDV4S0hENnZ6OUhtN1FZQXxBQ3Jtc0tsdnBwSlNPYldHQ2RucnNBUjk0NUVRMDdIOGJUUnlLUEVSQjEtSzFiZHBnV3VoSC04aXpVTDFVaTdzMEo3ZkJpSGFrUWdzUFNueldpN2U2eVhmQlpPTkJUczA5UUphUFFZQ0RaRUZDVzV3VklvWlIwMA%3D%3D&event=video_description
there is a 4 dollar one in alliexpress already setup for home assistant https://www.youtube.com/redirect?q=https%3A%2F%2Fs.click.aliexpress.com%2Fe%2F_dTyeapN&v=xc_HGvrOxp8&redir_token=QUFFLUhqbW93elhpVkxPcGpQWDV4S0hENnZ6OUhtN1FZQXxBQ3Jtc0tsdnBwSlNPYldHQ2RucnNBUjk0NUVRMDdIOGJUUnlLUEVSQjEtSzFiZHBnV3VoSC04aXpVTDFVaTdzMEo3ZkJpSGFrUWdzUFNueldpN2U2eVhmQlpPTkJUczA5UUphUFFZQ0RaRUZDVzV3VklvWlIwMA%3D%3D&event=video_description
@verbal heath INTERESTING...
@verbal heath INTERESTING...
@drifting grove that is why I could not decide if going with zigbee motion or wyze
That's one of the least powerful Zigbee sticks FYI
That's one of the least powerful Zigbee sticks FYI
@glossy prism so not good?
That's one of the least powerful Zigbee sticks FYI
@glossy prism welp, it did seem too good to be true
i might just bite the bullet and get the conbee
how big is your area for zigbee sensors?
2000 sqft house but im building from scratch so i wont have a ton to start out with
yeah, definitely avoid that puny stick >D
haha alright
good to know
Were there any breaking changes to MQTT recently? HA doesn't seem to be reading my state_topic, so my MQTT lights toggle on, but then the switch flips off since its not optimistic. My config hasn't change but I did to a recent update.
im wanting to setup my washing machine to alert me when it has finished a cycle. I was thinking about using a power meter to do this.
What power meter integrates with home assistant the best/easiest ?
there are several Z-Wave options if you have an existing Z-Wave network
I use this one: https://www.amazon.com/gp/product/B07PJNL5DB, others like this one: https://www.amazon.com/Z-Wave-Power-Switch-ZEN15-Humidifiers/dp/B07578W7KY
yeah, you did π
then you're on your own
lol sorry
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)
What is the cheapest single (or multi) socket switch that is compatible with home-assistant?
see bot message
USA
Cheapest possible
Whatever works over WIFI w/ home-assistant
single (or multi) smart socket
@blissful crane probably wyze plugs
Wyze Plug, Compact WiFi Smart Plug, 15A, Works with Alexa and Google Assistant https://www.amazon.com/dp/B07XZT24B8/ref=cm_sw_r_u_apa_fab_OnQDFbDVDQ6JZ
Smart Plug Gosund WiFi Outlet Extender Dual Socket Plugs Works with Alexa Google Home, Schedule and Timer, Control Independently or Together, 10A, No Hub Required, FCC Listed (2 Pack) https://www.amazon.com/dp/B07F58N32V/ref=cm_sw_r_u_apa_fab_GoQDFbFQHDTSZ
there's those
hy! i need help with sonoff rf bridge with esphome. it is working, but i cant pairing nothing....
@tawny umbra welcome to the club lol
Why does Home assistant still not support Siren ?
@runic drift show nothing in log. i try dw2-rf and simple 433 switches...
i have this one to neo coolcam siren does work in tuya but not in HA
Or do you have to make your own siren with a power plug etc ?
@tawny umbra nothing is "simple" when it comes to that bridge. the trans/receiver is a strict 433mhz like 433.9 or something. and even tho through various mods it's ability is limited
You are better off with a ESP device + 433 hardware and openmqttgateway
@runic drift ok...but is works with tasmota fine....
oh yea it works great with some deices no matter what firmware you use
if the device claims 433MHz but is something like 433.2 or whatever, it immediatly becomes a coin toss
sollution? flash back tasmota or espeasy?
you modded it right to get the esphome? or did they release a version that don't require that
if you hadn't modded the bridge there is a Portisch firmware you can flash onto the whatever-its-called that may benefit you. last I checked they did some real improvements with that
showing me code won't help anything
plus your password and such is on there, you should remove it
@tawny umbra 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.
I can delete the message in the channel, I can't do anything about the Paste itself
This yet another reason for not posting code walls...
still need to hardware mod it to flash portisch
@fringe moon i thought the portisch didn't use the mod because the mod bypasses that chip and you flash that chip with portish
@runic drift okay. and how can i upload with esphome?
ESPHome is a system to control your ESP8266/ESP32. You can find their documentation here, and get help here in the #diy-archived channel. They have their own Discord server too.
@tawny umbra google sonoff rf bridge portisch. there are tons of guides and videos showing how to do it
if you already moded the board you may not be able to do it
thank goodness it was cheap amirite
what is the mod on the board?
i waited like 4 months to get mine and it only works with one rf button i have lol
@runic drift 4 month?? nice π
the board has a 8266 and a emb for decode/encode of the signals. one mod bypasses that emb and uses the 8266 to do the decoding etc
and cutting paths
while the portisch uses that emb
that's all reversible
lmao
that's a way to do it
I used a screwdriver and the grooves are deep lol
π
nothing a big solder ball couldn't fix i suppose
sad thing is @fringe moon has like 3 of them lmao
lol
and one is in a box still
I should send it to that angry man @zealous dune
i tend to avoid ancient technology
π€£
here garage sales can land you alot of rf stuff for cheap which is what I was hoping for
Though X10 was the cool hip stuff in modern america
Im wanting a device for my TV that can feedback what its playing to home assistant and allow me to pause, play and change the input. The main things i will be watching are Plex, netflix and youtube.
I was looking into a harmony elite but idk if this will do what im wanting
most android t devices can do that
like a shield or something
not sure if roku's can, not tried changing t inputsd
I was looking at a Shield TV pro but everywhere i looked complained it was really hard to get working in HA
I don't have one but there are a few in here who do and not heard any complaints
"hard" is a relative term
@rigid onyx So far so good, except with forced localization, my devices no longer work with Alexa. I guess I have to choose my battles π
The main thing i want to do is use my google home voice assistant to turn on the bedroom TV, open Plex turn the lights on and change them to red at 60% brightness, then close the curtains.
My lights are on the Smart life app and ill look into buying something to automate the curtains.
I was thinking a logitech harmony elite to turn the TV on and then swap to an nvidia shield TV pro and open plex. Is that possible ?
Whatd be even more usefull is then i could use my google home to "play the next episode" and itll play the next plex episode after the one i have just watched
really ? i find it so useful
don't know if it is a language thing or generational thing
maybe
Any idea if thatβs possible ?
Do you know if the nvidia shield would report back to home assistant what itβs playing on Plex ?
Thatβs the problem I have with my chromecast ultra it doesnβt show whatβs playing, if I use the app integration for Plex on HA and choose the chromecast I donβt get the options like I do with a browser (play, pause, browse media)
I'd really like that same thing for... anything playing on shield
I can see that "netflix" is on... but what?
@scenic plaza harmony elite is even overkill if that's ALL you're looking to do
Ye exactly, Iβm guessing you have a shield
I do
And it doesnβt show you what itβs playing on HA ?
Like Plex
right
Oof
I guess Iβll have to look into other devices then, maybe a roku streaming stick +
tbf I still think the shield is probably best thing you could get for streaming
Plus I guess I could stream my PC to it
Have you tried to see if you can see what Plex is playing from the shield ?
I haven't, but I could give it a whirl
I know it doesn't show for Netflix or kodi
and spotify only shows if I cast to it
not of I start something on the shield in the spotify app
i have a feeling casting to it would show more info tbh
but that's kinda inconvenient most of the time imo
Ye that sucks π¦
Do you use Plex ?
It uses its own integration and that can then tie into the device itβs streaming from Plex, it shows whatβs playing and media controls but for only supported devices. Unfortunately I canβt find a list of supported devices π
Iβd really appreciate it if you could add the Plex integration into your HA and then download the Plex app onto the Shield to see if you get media controls. And whatβs playing
yeah i'll give it a go in a bit here
i'm starting down the tasmota road lol
with that being said, if i flash tasmota and then install the mqtt integration, do my lights just work?
with mqtt discovery, basically
also
doit
you have to set up a template in tasmota though
pairing now
I might buy the shield and give it a go
"device did not appear with the intermediate firmware"
π¬
does that mean this bulb isn't compatible?
most likely, check the logs in the scripts folder for anything like SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC
or references to the device not having an ESP chip
was it in EZ pairing (fast blinking) mode?
most likely, check the logs in the scripts folder for anything like SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC
@glossy prism in the psk log, yes
yep, incompatible with tuya-convert unfortunately. if it's an ESP chip you could serial flash it though
some of the devices that have an ESP chip were patched with later firmware updates, but ESP chips can always be serial flashed
yeah bulbs are generally more difficult to serial flash than other devices
@gloomy sequoia what model and year Shield do you have ?
@scenic plaza what's the question about the Shield and Plex? if you can control & see what's playing?
Yea so I have a chromecast and when I have Plex running on it I canβt play/pause/ see whatβs playing with the default media viewer card
I then installed the Plex integration and I chose the chromecast I was watching Plex on and I can see the name of the series but I canβt play/pause/change series or movie using the Plex card
So I was wanting a new device that lets me do all of those
See whatβs playing
Play / pause
Choose what to play with the integrated media browser
Although the controls I had for my iOS Plex player are no longer there today π€¨
i have the 2017 base model, not pro
i'm guessing that's a limitation on the integration
if it works with the default card
maybe something for #frontend-archived or #integrations-archived
sorry, got pulled away
the Plex integration supports all of the official Plex clients, but the limitation on controls are actually usually related to networking
the plex client on shield works fine for controlling & seeing what's playing
Oh right, the TV and chromecast that donβt show the media controls are on the same local network as the home assistant server
And thatβs probably why I donβt have the controls for my phone as Iβm remote at the moment
with one "bug" right now that it may not report playback if you start playback from HA
if the Plex client & server (not HA) are on the same network then the Plex server will be able to "see" the client. this will let HA control it
Ohhhhhh
what HA version are you on? newer versions have more ways to find the clients
The chromecast is on a different vlan to the Plex server
But the firewall isnβt blocking anything from reaching each vlan
and the chromecast is a special case right now. it loads a lightweight Plex "app" when it's playing media but I don't believe it's expected to be controllable
(i don't use CC myself)
Ahh ok, so if I bought a shield pro it should show controls ?
but the Shield has a full Plex client that is definitely controllable
i'm looking into making the Plex integration work with chromecast devices, but no promises or ETAs
Now the question is do I buy a shield 2015 for Β£125 or a pro 2019 for Β£180
Or do I get a roku stick +
most problems with Plex client controls come down to networking setups
Plex discovery uses a UDP broadcast by default which doesn't cross VLANs
The vlans donβt have traffic blocking between each other currently though
doesn't matter, UDP broadcast doesn't cross subnets unless you help it
Ahh... my Plex server is on vlan100 and IoT is vlan200...
whatβs the easiest/best way to fix it ?
depends on your router
Edge router lite
that makes it easy π
Good π
this works on the 1.X firmwares: https://github.com/britannic/ubnt-bcast-relay
there's probably other solutions available, too
you need to relay UDP ports 32410, 32412-32414 between the subnets
but
this probably won't solve your chromecast issue. it should for the iOS one
Ok the IOS is on WiFi on my unifi ap LR
what HA version are you on?
this may not be necessary if you're on something recent
0.115.2
Like I say my IOS was controllable last night
But not now but Iβm not on my local lan
When I get home Iβll see if itβs controllable, if it is Iβm guessing my shield/roku would be if I bought one ?
oh, HA needs to be able to reach the client
When I get home Iβll see if itβs controllable, if it is Iβm guessing my shield/roku would be if I bought one ?
@scenic plaza
as of now you can't control remote clients
Thatβs fine, Iβll see if it works when Iβm home (technically locally but over a vlan)
So the reason it didnβt show for the chromecast but it did show for the iPhone is because itβs not supported on chromecast
there's also a plex.scan_for_clients service you can use to force a scan for connectable clients
It discovered the clients just no controls for the chromecast
yeah, but it does show what it's playing, right?
Errr yea I believe it did
that's expected behavior for now
Ok thanks !
Iβll update you if it works with my iPhone, and if it does Iβm guessing the roku or the shield pro would allow me to play pause and select media
yep
with that one exception for the shield (and other androidtv devices) where if you start playback from HA, the shield doesn't report its playback progress
i hope that's fixed on plex's side soon
Ahh thatβs annoying lol
If thatβs a Plex problem like you say hopefully it gets fixed
it also affects their native clients in a restricted network
Iβm wanting to setup a full home theatre with a projector when I move into my house, would you recommend the shield pro 2019 or just a roku stock +
The main reason I thought shield was to stream my PC but my desk will be fairly close to the projector so I could run a 10m HDMI instead
Hey all! I'm trying to set up a single binary sensor that is true when it's "late". This will be used in automation triggers to automatically turn off lights. Here is my current code:
binary_sensor:
- platform: template
sensors:
is_late:
friendly_name: It is Late
# this expression will be true from midnight until the sun crosses -4deg just before sunrise
# the hour < 12 condition is there to ensure it doesn't go true again after sunset
value_template: >-
{{
now().hour|int < 12
and
state_attr('sun.sun', 'elevation')|float < -3
}}```
But this is just sitting at false. Any idea what's wrong? My understanding is that now() might lag a bit (a few minutes) but should generally work. Thanks!
use the developer tools -> template to test out
@scenic plaza i only have experience with the 2017 shield and it's been able to play anything i throw at it
Ok thanks Iβll keep reading up on them π
@haughty dove How odd! I think I can still control with Google Assistant, but maybe because I have HA integrated in it (rather than going through the TP-Link integration)...
use the developer tools -> template to test out
@peak talon Thank you! I wasn't familiar with that tool. Super useful. As you probably knew, a template with now() will only get updated based on the other sensors. Usingstates('sensor.time')instead should work. For those that are curious, the full template is now:
strptime(states('sensor.time'), '%H:%M').hour|int < 12
and
state_attr('sun.sun', 'elevation')|float < -3
}}```
sun.sun would have caused the template to be reevaluated too, but only when the state or the attributes change (such as the elevation)
anyone using geofence features from HA on their iphone? I have one iphone that often reports the wrong location of the user when looking at the HA Map but location services on the phone is set to always on and if I check the device's location on apple maps, it shows the correct place
I'm trying to get some automation working based on location but that phone shows incorrectly the location it's in
check in #ios_and_mac-archived or #android-archived
Any examples of how to create a virtual device in which all state changed are triggered from a button push. What I'm trying to do is create a device which tracks baby feeds. So the default state is not feeding, but then I can toggle it to feeding and then toggle back to not feeding.
@mental bone you can create a template switch https://www.home-assistant.io/integrations/switch.template/ and set the state to be whatever you want it to say between toggles
does it work with variables for the state? because i don't have any other entity to use
@mental bone you don't have to use an entity, once you create it it becomes a virtual switch that just outputs whatever state you want
@mental bone you could use an input bool as well https://www.home-assistant.io/integrations/input_boolean/ both will work if all you are wanting is something that keeps track of how many times you turn it on or off manually
i was just fiddling with
switch:
- platform: template
switches:
baby_feeding:
variables:
val: "not feeding"
value_template: "{{ val }}"
turn_on: '{% set val = "feeding" %}'
turn_off: '{% set val = "not feeding" %}'
(i have not tried it yet, but sure it won't work; still trying to figure out syntax), however input booleans seem like a simpler solution
you can create an input bool straight from the UI, but the state will only show as on/off
ahhh, so feeding and not feeding aren't availalble, just on/off
well you could use the bool to trigger the on and off then use a template binary sensor to output the state from feeding/not feeding based on the bools state
depends how complicated you really wanna get lol
thank you for you quick responses; you have given me what i need, unfortunetly, i'm out of time for tonight.
not sure this si the right spot to ask this but seemed relevant enough to me. Been thinking about how I can handle my automations and such a little better and I have a google home in my bedroom of course and was wondering if i can use routines with it to turn on an input boolean in home assistant to kick my automation flow into gear. or for that matter do the routines even work on things like that or just phones? also can have different bedtime routines for different speakers?
don't wanna mess with it physically on the app right now just because i'm afraid of waking everyone up haha. quiet time for me
@stuck cosmos you mean using voice? https://www.home-assistant.io/integrations/google_assistant/ #voice-assistants-archived
no that aspect i've had for ages thanks to nabu, i mean like routines on the google devices themselves. i've never used them and was curious how to use them couple with home assistant. currently i've got an input boolean exposed to google assistant called 'Chris Bedtime' that i turn on when i go to bed, and wanna just use routine to handle that instead. but i need to know if each person with their voice mathcp rofile can have their own. I guess i'll just have to wait till later and mess with it
anyone own yeelights do they occasionally just stop working over wifi?
Only if they stop trying to reconnect to WiFi after a power outage and my router is slower than usual to boot
Mine have worked non stop for over a year
Except after some power outages
Mine have been blocked from the Internet since about a month after I installed them π
Mine are on a custom IoT VLAN but still have internet access
I don't care if they phone home as long as they stay away from my LAN
π€
?
@brisk pulsar posted a code wall, it is moved here --> https://paste.ubuntu.com/p/Xt9xF23yjb/
@brisk pulsar posted a code wall, it is moved here --> https://paste.ubuntu.com/p/BSJz8Qg7TK/
@brisk pulsar posted a code wall, it is moved here --> https://paste.ubuntu.com/p/FPS82Hkmxs/
@brisk pulsar don't write an email. just post your question simply and to the point
π€«
I try to explain my issue with details since I have struggling with it for several hours already.
Devices that are inaccessible in some way
For instance, I changed my phone but gave it the same name
now there are two, and one is invalid
were these added via the HA app on the phone?
Hi guys, I have a question about hue lights. How would I go about getting my switches to control the lights in home assistant but also if hass is down how would I get it to revert back to using the hue bridge
If you're using the Hue #integrations-archived then your use of the bridge is unchanged
do alcaline batteries live longer or why do my motion sensors recommend them this hard over lipo?
They'll be recommended because they're designed for them, and so can report battery life accurately
I have 2 rgb floodlights flashed with Tasmota - what's the best way to sync them when calling "effect: 2" on them both at the same time?
Hello! How can i use device manufacturer/model/and area in node-red?
channel fight
Any idea why my xiaomi switch wont work after an upgrade from 111.4 to 115.6? It says: last_action: null
no one experiencing the same problem the last half year on Google π¦
Since the Google Home integration is now gone, are there any other devices (aside from the Pi based servers themselves) that can be used for BTLE presence detection, that are inexpensive enough to be added on a per room basis?
I am really sick of my Zigbee Osram Lightify bulbs disconnecting and playing up.
ANy recommendation for B22/E27 Light Bulbs with good Hass integration, reliable and decent LAN control
ZOOZ zen21 switch not updating state on manual change. Anytime I shut off the light manually it doesn't update the state.
Anyone have any troubleshooting tips for this?
Nevermind I need to learn to read documentation COMPLETELY
@kindred pivot sounds like #zigbee-archived and you should mention what platform you use, I have no issues with zigbee2mqtt
@full rain monitor is used by some, and esphome should work too
@fast bane all ZigBee is local, and it is probably your coordinator rather than the bulb
Osram bulbs are PoS
This is (relatively) well known, but not shouted about - you just have to know to search first (I found out the hard way too, never buying another Osram)
Xiaomi gateway? π
Even direct, mine didn't work reliably
Then one day it fell off the mesh and refused to re-join or reset
I don't think I've ever seen a Osram here
You had one job
Exact same exp. just randomly drops off
and one refuses to rejoin
Anyway bought a LIFX
Meh, wifi
(supporting guy who made company down the road from me)
yeah not sussed on wifi but have dedicated AP
ZigBee master race
Find me an Aussie zigbee manufacturer I can support π
I support products that work π€
fark my rain sensor has failed, hail is entering my house π²
Rain Sensor water_leak "Dry" -liar
AC/DC is aussie tmuk
i have an old usb-adapter ive been using to flash my sonoff stuff long time ago. i havent modified it and there is nothing that tells what wire is gnd r/tx and v, is there any way to figure that out?
Please use imgur or other image sharing web sites, and share the link here.
i forceopened the case and on the board there was ofc labels. still cant access my sonoff rf bridge over serial to get portisch in there. think im done with hacking tasmota into sonoffstuff as it never works. π is there another better way to controll wall outlets and get temperature readings from different places in house
i am trying to tasmotize a Magic Home enabled LED controller but the pin outs on my new one are different. My question is which one is GPIO 0 please. there is a pad marked "EN". is this another nomclmenture for gpio 0.
I think @glossy prism did that the other day
time to hook up the mi air purifier 3H I just got
@fringe moon @inner wasp yeah I flashed a white-only magic home controller a few days ago. There was a pad labeled IO0. Otherwise if you have a different model than mine, maybe this guide will help: https://tasmota.github.io/docs/devices/MagicHome-LED-strip-controller/
π§
I have a pic of mine. How do I add a pic,anyone please?
Please use imgur or other image sharing web sites, and share the link here.
@fringe moon @glossy prism this is my controller: https://imgur.com/a/b98ouwG
Well, you have tx and rx and gnd and 3v
Do you need anything else?
En port to ground sets it in flash mode if memory serves right
ah so en port is equivilent to Gpoi 0 then? correct.?
UK thanks VM.
@inner wasp if that doesn't work let's see the other side of the board
@glossy prism https://imgur.com/a/7USNC6D
@inner wasp anything printed on the square chip in the middle?
https://imgur.com/a/y4Q6Ove . cant see anything on ut!
I think I may be having a problem with home kit controller using a Sensi thermostat. Does anyone have a Sensi thermostat paired with the HomeKit controller? I can set the hvac mode to heat_cool, but then I canβt set the max and min temp. I have been able to control the thermostat in some ways, such as I can set one temp if it is in either hvac heat or hvac cool mode (but not a min or max)
Hey Guys, first time posting here, my have 3 shitty smart bulbs, flashed with tasmota, and my #1 complaint is that they turn ON when they reconnect to the AP.
This means that if my wife or baby are sleeping, and I have moment to myself to update/reboot my AP or something, this will enevidably turn on my 3 shitty bulbs.
How do I stop this?
There's a setting in Tasmota for that
Ready to use custom firmware for ESP8266 devices (including Sonoff)
Docs:
https://tasmota.github.io/docs/
Discord:
https://discord.gg/Ks2Kzd4
@winged knoll I'm hoping! what is it? and does it work for WIFI reconnect? or just power restore?
I don't use Tasmota... π
I just know that there's settings for that, maybe Power Retain, but they have their own Discord and lots of docs ...
In uk its quite difficult to find a 4 gang extension cable
I like my "just works" Z-Wave and Zigbee
Any one ever used a 4 gang extension one a smart plug?
ok, so poweronstate was on 3 (last saved power state) I changed it to 0
BUT, the bulbs always has power.. the issue is when it reconnects to WIFI when the AP is done rebooting.
I'd ask on the Tasmota Discord π
Thanks @winged knoll
will do
I want it for Xmas lights and since all would be coming on together I should be able to plug extension into plug
I've got a bunch of Centralite Micro Motion sensors that stop updating my Vera hub after a couple of days, need the battery pulled to start talking to Vera again. Anyone recommend any better mortion sensors that are Zigbee or Z-Wave?
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)
For Z-Wave, the Fibaro and Aeotec multi-sensors are great
And yes I've replaced the battery and re added the thing a million times.
For Zigbee, the Hue ones are apparently the gold standard, but expensive. Xiaomi are cheap and work "mostly well enough"
Yeah, I was getting the Centralite ones for $15 a pop off ebay new.
I bought a Xiaomi motion sensor but couldn't get my Vera hub to pair with it.
What are you using to talk with Zigbee devices?
Whatβs the best video door bell which can integrate to HA ? Anyone using with facial recognition?
I like nest. Ring sucks. But I also have a nest dev account. There is this though
https://cattux.ca/badnest
Others will prob disagree with a nest recommendation but I really like both my nest hello and nest thermostats.
Does Zigbee remotes allow simultenous button clicks?
I like nest. Ring sucks. But I also have a nest dev account. There is this though
https://cattux.ca/badnest
Others will prob disagree with a nest recommendation but I really like both my nest hello and nest thermostats.
@undone haven
that works fine with Nest hello?
I donβt use badnest so I do not know. If you look at the link it has config options for cameras π€·πΌββοΈ
hey, i'm having trouble with reliability with a couple of ESP's I have. They keep getting disconnected and I have to go an unplug them and replug them back in to get working, and sometimes I have to do that multiple times. Is there any way to have better reliability with them?
I'm using ESPHome to control them.
Wifi is not super-reliable on the 8266 boards and disconnects/reconnects periodically. Mine always reconnect, though
mine doesn't, is there a way to make it attempta reconnect? At the moment it doesn't even show the fallback hotspot however
Even then, sometimes in ESPHome it'll still show up as online but I can't control it
I didn't have to do anything other than giving them static IPs
i just did
@undone haven
that works fine with Nest hello?
@modest otter yep, badnest works with the nest hello doorbell
Has anyone here been able to setup user code management for Yale Lock (YRD210, YRD 226) via zha?
I know these capabilites exist while using it with zwave.
There's an open discussion available here I see, but no further references
You may want to ask over in #zigbee-archived
does such a device exist that is a physical light switch that can integrate into HA as a switch, but most importantly, the physical switching on and off in person will not cut the power to the switch. i.e if someone switches off the light by hand.... it is still possible for HA to turn it back on?
use some smartswitch with builtin relay?
There are multiple different brands of zwave switches that work exactly as you described. I donβt do zigbee but guessing there are multiple different brands of zigbee devices that work as you describe also.
All my zwave switches use a neutral wire to maintain power to the device so the zwave radio is always on.
yep or theres also wifi ones like the sonoff touch
ohh, sounds like there are loads of options. Would I be correct in saying that the ONLY way to achieve this is if i have a neutral wire?
I believe inovelli zwave switches have the ability to work without a neutral wire
But you lose some of the functionality
Hey, do somebody have had trouble with RF 443mhz Switches? I wanted to use RF with HA and the original Remote. So if somebody presses button on remote HA will register it and mark it accrodingly. This my code: https://pastebin.com/UJGufka6
It works somehow, but state gets to off everytime i click on turn on
I found 433 to be very funky in mixing up commands, there's no error correction implemented
but, it i click on switch state should set to active/true/turn_on and when i get recieved the same code again, and i set it again to active/true/turn_on it should stay?
somebody know what i'm missing? https://imgur.com/a/kHH9uqP
Donβt use images to post code @keen ermine, use a pastebin or hastebin
Please use https://paste.ubuntu.com/ or https://www.hastebin.com/ to share code or logs.
Much better, you should also be able to copy paste error messages
do i really need the SwitchBot Hub Plus to put my switchbot on the network?
i don't need an IR blaster, which seems to be what this hub thing is (as well as "enabling wifi access for switchbots")
seems like a really awkward bundle
oh - seems like if the Pi 4 can reach it with bluetooth I can do that w/o a hub? https://community.home-assistant.io/t/switch-bot/173430/7?u=amaisano
do you guys have any sonoff mini or shelly switches installed instead of light smart switches?
After playing around with my TP Kasa plugs, I've noticed a consistent result: When I restart HA, one of the three plugs is unavailable 100% of the time. When I reload the integration, it becomes available alongside the other two. Any thoughts on how to prevent this from happening? I tested this out with the plug close to and far from my router, with no difference in result. Should I delete the device from the Kasa app and re-sync it there?
ok so both the Pro and Mini Switchbot hubs have IR blasting in them... neat, I guess, although I'll never need that with the harmony hub i already own
my Pi4 is too far away to use direct bluetooth. maybe a bluetooth range extender on the Pi4 would be cheaper?
@rigid onyx are you using discovery or manual config for it?
Manual. I believe I have discovery turned off and just added the IP addresses to configuration.yaml
Does anyone happen to know with the inovelli fan/light switch can you control 2 fans simultaneously with the same switch? Wasnt sure how this would work - we have 2 fans on our patio wired to the same switch and I'd like to be able to control them with this one switch. https://inovelli.com/red-series-fan-light-switch-z-wave/
@grand basalt Check out this from the Inovelli forums https://community.inovelli.com/t/fan-light-switch-project-hurricane/23/217. It seems yes it can, but with DISCLAIMERS. Please read the disclaimers before you set it up as it pertains to safety. It is a feature request for the v2 of this product.
any SwitchBot peeps here?
or FingerBot for that matter. Both seem to use bluetooth and/or a cloud hub api.
Can't tell from HA forums/docs if the cloud APIs are supported (I know direct BT works with Switchbot)
I have a #zwave-archived vera controller and it seems to integrate well, BUT I have an ID 164 that is a aotech receptacle switch. It shows up as a switch even thought I have it set at a light in the vera integration. I don't mind it being a switch - but in the lovelace it shows up in a switch group, not in the bedroom area where I want it. I cannot find a way to assign it to an area. Any suggestions?
Hi, I want to create a sunrise scene with Yeelights but unfortunately I donβt know how to do it.
That'd be handled by an #automations-archived, it's "just" turning on a light with a transition
I am trying to rename a sensor to be sensor.sonoff01.today, so I used the below configuration in my sensors.yml file:
# SONOFF 01
- platform: mqtt
name: "sonoff01.today"```
But it is renaming it as `sensor.sonoff01_today`. Can I not name things with additional periods?
Darn, that is unfortunate. Thanks Tinkerer for your help again
If I wanted to store a state of something.. ie "TV is On/off" or config value is true/false, would making a template switch be the best way to do that?
a boolean would make sense, the input helper is your friend!
There's also things like input_select and more
ah input_boolean is an option, I thought I would have to make drop downs of true/false
Thanks, let me experiment with this π
Evening people, speak to me about thermostats and boiler control! I need to ditch Tado (issue with the internet bridge since I got it, TADO have agreed to a refund) I'm UK based. Anyone have any experience of opentherm diy solutions?
I only do heating valves with a relay board, what is your plan?
Don't have a plan per se. I was trialling using the Tado as a dumb on and off for heating in conjunction with 3rd party TRVs, it was working alright but the Drayton TRVs via Zigbee2Mqtt isn't great. I guess ideally I want individual room control.
After the problems I've had with Tado I want something that doesn't rely on the cloud. Although I used the homekit support it would stop working when the internet bridge stopped working so it was as good as being fully cloud based.
don't know about zigbee TRVs I just use 230v ones connected to a relay board controlled with a old pi - no cloud anywhere near and still controllable with homekit remotely
Zigbee or Z-Wave are also options, those are always purely local
I'm waiting on the new Danfoss Zigbee TRVs or I'll give the cheaper Chinese Zigbee ones ago. Zwave isn't that great an option in the UK prices are sky high. It's the controlling of the boiler I'm struggling with. I have an opentherm boiler and have been looking at http://otgw.tclcode.com/ , http://ihormelnyk.com/ and https://www.tindie.com/products/jiripraus/opentherm-gateway-arduino-shield/ struggling to find many testimonies about this method.
Good evening all, can HA intergrate with 'mesh lamp' bluetooth lights?
This is the app https://play.google.com/store/apps/details?id=com.telink.bluetooth.mesh_lamp
Is it a standard protocol behind the app?
I think there is some support for Bluetooth lights in https://www.home-assistant.io/integrations#light, but it's limited
Generally speaking, Bluetooth isn't well supported
π€
Bluetooth is also a protocol, like WiFi is a protocol, it's just a carrier...
Cheers, i an trying to find a cheap cloudless solution for rgbw garden spot lights
Zigbee π
I gathered bluetoorh would be hit and miss
Well, mostly miss, with the very occasional near miss
π€£
https://zigbee.blakadder.com/index.html for zigbee devices and https://templates.blakadder.com/ for tasmota/esphome devices, you'll find a lot of low cost lights
Pretty sure there's some Hue spots if you want expensive but nice, or other brands if you want affordable and fine
Hue?!! Wash your mouth out with soap and water ππ
J/k π
Cheers I'll have a look at the blackadder link
I can't vouch for any zigbee lights other than Hue and Tradfri, I use Zigbee2mqtt and the hue lights have been flawless
I did find some nice solution using tuya but they have clamped down and toyaconvert no longer works
It was the novostella 2x20w wifi floodlights
Had to send them back, only way to get to the esp8266 was to smash the glass
I got stung with power sockets, bought a heap in an amazon sale only to find out they moved away from esp8266.
"As of 20 September 2020 this device cannot be flashed with tuya-convert." oh not so good =[
@winged knoll I may give innr another go cheers, i did send one of their bulbs back
Tinkerer is away for 6m 16s with a message :point_right: It's smaller on the outside π€
@winged dust Doh!
The other solution I can think of is to run wled and connect it to something like οΏ‘7.96 | 3W high power led WS2811 controlled RGB flood light;addressable;IP66
https://a.aliexpress.com/_msG32Q7
Sigh... copy/pasta fail
Hey, anyone use Lenovo m93p with i5 + proxmox + ha or similar setup?
Hey Everyone, I need some help with the Monoprice Z-Wave PIR Motion sensor, trying to update the Sensitivity and Re-Trigger wait time using the Node Configuration Options. Each time I save it seems to go back to default values. The logs show no errors. Any ideas?
router recs anyone? I'm currently using my ISP router, and am in ~1500sqft
would love a rec that would work/adapt well in a larger place (just in case)
but would like to stay under $200
Freedom Bucks
US
RT series from Asus or Nighthawk from Netgear are some solid choices
hey guys, there are a lot of smart sockets available, I wonder if there is some smart ethernet outlet available as well? I want to replace the ethernet sockets in my kids rooms with smart ethernet sockets so I can remote turn off/on their internet access
Well, no, but yes, that's called a managed switch π
why not block it from the router?
our router is one from the isp and doesn't allow such things π
the options are very limited with it π
Buy a switch...
You can manage all sorts of stuff there, or replace the router and do it there
go old tech lol https://youtu.be/u9Etvk5CnqM
then make it smart with a switchbot.. i'll stop now
Hello Community, I have a Camera what is always going down by itself, and cannot reach it anymore. I would like to use some smart device at home, if I cut a USB mini cable, can I connect this to Sonoff Basic, or I have to buy Sonoff Micro? Thank you!
That USB mini going from Camera to USB Adapter.
What camera? Connected how?
I have these devices.
I would like to turn on and off from HA.
I think I cannot put USB mini wires into Sonoff Basic, it will only work with L & N cables.
you need a sonoff that supports low voltage not the basic or mini
https://sonoff.tech/product/wifi-diy-smart-switches/micro-usb-smart-adaptor could be an option, make sure you don't need more than 2.5amps
is it a known issue that in the new release most sensors are broken?
@runic drift thanks that was my fear π
DC5V-1A (Via MicroUSB), looks good for Micro Usb Sonoff. Thanks.
@drifting grove Well, no, and that's a bit vague
Well, to go more in detail, i have mqtt sensors and wirelesstag integration that are offline. twitch is also broken, corona integration same, .. some others (also mqtt work fine)
ah and also solaredge
If you're having problems with your updates to your configuration:
- Check the troubleshooting steps
- Check your log file - remembering you may need to set logger to
infoordebug - Explain what the problem you're having is - sharing configuration, errors, and logs
The log file will have information you need
hi, is there any switch working via serial port?
have an aten hdmi matrix that i would like to set input and outputs via serial. commands work via ser2net and putty raw connection
Probably doable via esphome then
not possible to just send a raw command to spesific ip ?
Probably, but why waste a whole computer for such a task?
ser2net is running on the raspberry that runs HA
@runic drift actually, that might work π
is it possible to get the status of a running light effect?
does it appear in states?
It might be an attribute of the light
ah yes. light.hyperion.attributes.effect = 'Blue mood blobs'
second q: do scenes have a state?
i see scening does that mean it's... doing the scene?
No
Scenes are always in that state, because they just set a bunch of things to a specific state, and they're done
ok, thanks for confirming.
in iOS you can toggle scenes on/off. it was confusing me
Alexa routines also seem to have a state for scenes
Possibly they make the dangerous assumption that nothing else can change those devices...
β οΈ
i think it's just a UI/UX affordance. it reads the state of all the involved devices (at least in homekit), and if they all match the scene criteria, it lights the scene up
there isn't an actual "state" - just "oh, look - everything you've turned on/off matches this scene, so let's light up the scene"
although when you turn "off" a homekit scene, I think it might invert the states of all devices...
Hello, Is there a compatibility matrix so to speak as to what devices are more compatible than others, easier to use, or anything like this?
I am looking for light bulbs or strips that are the easiest to integrate while easily creating automation. I am not looking to spend a ton.
Zigbee is always an affordable option, and being local is relatively easy to integrate
just got a ESP8266 what firmware do i need to upload for it to work with home assistant?
ESPHome
Or Tasmota
ok, is this it https://esphome.io/guides/getting_started_command_line.html
or the addon, if you're running Supervised
Does anyone have a Wyze Sense Motion Detector that has a battery showing above 100%?
or whatever the heck you do for Tasmota π
Got mine + two door sensors in the mail yesterday. Door sensors showing 93 and 91% or so, and this is showing 103!
i am running supervised so ill look for the addon
If you haven't checked out tasmota you should @gloomy spoke
It's nice. You don't need to define a custom binary to upload, you flash a generic image and can change settings/functionality in the web server it exposes
I have an extra NodeMCU or 2 lying around
It's great. More flexible than ESPHome IMO
Oh and tasmota devices can talk to each other without needing home assistant
A bunch of my IKEA Tradfri devices has been duplicated. One device has entities and scenes. The other has automations. Everything still seems to work...
Is this a common issue? Can I merge them somehow?
Can I delete devices somehow? π€
yes i think its under the config screen
-> Entities -> Disable
tab next to integrations sorry im not at home
-> Entities -> Disable
@winged knoll That's entities, not Devices?
You can't disable devices, only try to delete them