#hardware-archived
1 messages · Page 83 of 1
Please use https://paste.ubuntu.com/ or https://www.hastebin.com/ to share code or logs.
Show what you have
Hey has anyone tried using a sonoff t1 switch as a rf bridge or receiver?
Hey. Returning hass user 🙂 looking at smart blind controls for existing roller blinds. Has anyone got any recommendations. 🇬🇧
what about pairing a sonoff t1 with a rf remote (receive only)? its is possible with the stock firmware but i cannot find a way to do it with tasmota
in short you have to set up a mqtt sensor
in short you have to set up a mqtt sensor
@timid ore is this message for me?
ok so where do i create this sensor? i think i need to tell tasmota to "read" that signal and port it "to a sensor"?!
tasmota does not generate a payload. i used "RfRAW AAB155" to sniff the singals
i think i now need to tell tasmota to capture this "device" and create a payload!?
14:15:06 CMD: RfRAW AAB155
14:15:06 MQT: stat/rfbridge_433994/RESULT = {"RfRaw":"ON"}
14:15:06 MQT: tele/rfbridge_433994/RESULT = {"Time":"2020-05-02T14:15:06","RfRaw":{"Data":"AAA055"}}
14:15:34 MQT: tele/rfbridge_433994/RESULT = {"Time":"2020-05-02T14:15:34","RfRaw":{"Data":"AA B1 04 0226 038E 0762 074E 381828282818 55"}}
14:15:34 MQT: tele/rfbridge_433994/RESULT = {"Time":"2020-05-02T14:15:34","RfRaw":{"Data":"AA B1 04 0226 037A 0758 0F0A 38182828181818281828182818181818182818282828182818282828281818282818181828 55"}}
14:16:53 MQT: tele/rfbridge_433994/RESULT = {"Time":"2020-05-02T14:16:53","RfRaw":{"Data":"AA B1 04 0226 038E 0762 074E 381828282818 55"}}
14:16:54 MQT: tele/rfbridge_433994/RESULT = {"Time":"2020-05-02T14:16:54","RfRaw":{"Data":"AA B1 04 0230 0384 0758 0EF6 38182828181818281828182818181818182818282828182828282828281818282818181828 55"}}
14:17:44 MQT: tele/rfbridge_433994/HASS_STATE = {"Version":"8.2.0(tasmota)","BuildDateTime":"2020-03-20T14:45:23","Core":"STAGE","SDK":"2.2.2-dev(38a443e)","Module":"Sonoff Bridge","RestartReason":"Power On","Uptime":"0T00:10:02","WiFi LinkCount":1,"WiFi Downtime":"0T00:00:06","MqttCount":1,"BootCount":17,"SaveCount":41,"IPAddress":"192.168.100.37","RSSI":"100","LoadAvg":19}
14:17:54 MQT: tele/rfbridge_433994/STATE = {"Time":"2020-05-02T14:17:54","Uptime":"0T00:10:12","UptimeSec":612,"Heap":27,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":20,"MqttCount":1,"Wifi":{"AP":1,"SSId":"xxx","BSSId":"D2:40:D0:3E:BF:70","Channel":1,"RSSI":100,"Signal":-44,"LinkCount":1,"Downtime":"0T00:00:06"}}
14:18:12 MQT: tele/rfbridge_433994/RESULT = {"Time":"2020-05-02T14:18:12","RfRaw":{"Data":"AA B1 04 0226 0398 074E 0744 381828282818 55"}}
14:18:13 MQT: tele/rfbridge_433994/RESULT = {"Time":"2020-05-02T14:18:13","RfRaw":{"Data":"AA B1 04 0226 037A 074E 0F0A 38182828181818281828182818181818182818282828182828282828281818282818181828 55"}}
`The RFdata is what tasmota is sniffing with the device - that is already your payload
ok so what to do next?
to be honest... I realy dont know - with a template sensor you can edit the data youre reciving
lets google
@timid ore i thought this would be easyier. i imagined, that my sensor is sending his stuff and i tell tasmota to redirect it to mqtt, so that hass can handle it.
well, that temperature device creates payloads with a logic - i dont know wich
That crayzy person took the time to look throu some of them - maybe worth cheating with it
https://github.com/merbanan/rtl_433
Tasmota only creates a rf sensor
but that ll be defenitly hard
button presses are easy to get around - that was also that what I thourght you want to use it for
no buttons, just receive the temp from the sensor
'just'
yeah, i thought this is just basic stuff 😄
you basicaly want to reverse engeneer the rf comand wich the hama swich is sendong and want to make sense out of it
this is the weather station i'm already running
there are some cheap "433 temp sensors" on ali, gearbeast, etc... are those easyier to integrate?
rf = rf - I would say no to easyer - Look throu the forums and google is someone else took the time to get around the logic
when you just have to integrate is it most certanly is easyer
i think i will stick to those zigbee sensors then. just hoped that i can still use my existing sensors.
an easyer aproach to that hama thing would be a camera and run image recognition over the temperature display 
wow 😄
I would know how I could do that at least 🤣
@timid ore im going to open one of the sensors, lets see whats in there
Probably ont of the dallas temp sensors or something like a DHT - ask the chip how he encodes the payload 😄
i sent a picture in DM, i cant post pictures here
Hi guys, I've been doing some search, but I couldn't find the final answer to my question. I'm looking for a wifi plug (or maybe a wifi socket) to start with and learn the basics. It's not clear though if all devices that say "google home" and "alexa" are supported. My best guess is that, for each device, I must search for an integration with that specific model, I can't rely on the "google home" label, right? Also, it's hard to tell if the devices are going to communicate to external services/need to register some kind of account (like xiaomi devices). I would prefer a device that just works locally. So, how can I tell?
only off the shelf device that can work locally is shelly and even that requires you to have an mqtt server
every other commercial system uses the cloud for remote control
google home and alexa only mean they work with them, not with home assistant
so every device communicates with it's own external service? and home assistant integrates with that service?
What about z-wave/zigbee devices? I can create a hub with a USB stick. Would those devices also require communicating with their external services?
zigbee and zwave are inherently local but depending on the gateway
if you're prepared to do work you can create your own solution for wifi, zigbee or zwave
what kind of work?
configuring, installing, potentially debugging
that, for sure, but i can't bypass the fact that wifi devices will need to communicate with external services, right?
you can if you spin your own solution
what do you mean? i'm a developer, i don't understand anything about electronics
same way you need to install and configure home assistant you need to install and configure a gateway for your chosen protocol
in some cases that requires flashing firmware in some no
hey there, right now i try to integrate a tasmota flashed sonoff t1 in home assistant, but the mqtt automatic device detection doesnt work, even so in the console of tasmota web ui i get the cornfirmation that mqtt connection is successfull and a bunch of mqtt messages. Is there any obvious mistake i make right now?
if i just use a usb z-wave stick, doesn't home assistant work as a hub?
that's what i understood from the tutorial
and then i would add any z-wave device
yes
@calm sleet did you activate the discovery with setoption19 1 and did you activate discovery in the mqtt integration?
@zealous dune Yes, i did both things. But still no new entities showing up
@zealous dune & thanks for you help
are you using tasmota with autodiscovery support?
ähm, i should look this up. right now i use 8.1 do you luckly know if this supports tho?
everything is documented https://tasmota.github.io/docs/Home-Assistant/
if i subscribe to those topics i get messages back, but still can't find new entities under configuration->integration->mqtt
you guys prefer z-wave or zigbee?
Hi, I just got a Nest gen 2, how can I connect it to Google Home and/or Hass? I wasn't a nest developer and the tuya config aint working.
@trim bloom "Yes" 😉 I prefer the cost of Zigbee, and the range and interoperability of Z-Wave. Zigbee 3.0 promises to be a lot better for interoperability at least
ty Tink
Can anyone recommend any smart blind controls?
@winged knoll ty! so, just to go into more details on what you said, you think zigbee is cheaper and z-wave is more reliable? which one is closer to a "plug and play" when adding a device, or which one requires less fussing around to connect a new device?
Well, sort of, but not quite 😉
Z-Wave devices will "just work" and all work together without pain
Zigbee... mostly works, and largely works together, except when it doesn't
i see
With Zigbee a little research and asking questions will help you avoid known problems
Xiaomi devices are cheap, but also known to be not exactly compliant
I have a load of them, and no problems, but ... I'm using devices that are known to route them without pain
right, i actually think xiaomi devices are pretty horrible, software-wise
Personally... having to do a little research up front is worth the massive cost saving 😄
Yeah I'm going through the same thinking for my new house to go Zigbee or Zwave
You can go both 😉
@trim bloom I only run Xiaomi for battery devices, 20 something of them
i'm more inclined to z-wave, but zigbee is pretty cool too, being kind of unlimited in both range (number of hops) and number of devices
https://community.hubitat.com/t/xiaomi-aqara-devices-pairing-keeping-them-connected/623 is one good guide, there's likely others out there, but that's more a #zigbee-archived topic
For me the choice to add Zigbee was easy - 20+ sensors are £7 or at £35...
@fringe moon but they need that sketchy xiaomi account, right?
So would the thinking be controllable stuff Zwave, and non-critical Zigbee?
oh, so it's all local?
Yup
that kinda changes the picture for me
For me, Z-Wave for where you need configurable devices, Zigbee when you need simple ones
because i really like xiaomi's hardware, just dislike the software
I can tune my Z-Wave multi-sensors to respond as I want, but the Zigbee ones are "install and pray"
I have hue, gledopto, tradfri and Xiaomi in the same 85 device mesh
With zigbee2mqtt
All local
i bought a xiaomi "smart network speaker" (wifi) a while ago and, as though it is an extremely good speaker (hardware-wise), its software is the single worst piece of software i've ever seen in a device
the only firmware update they released, makes it stop working
and it's basically the dumbest speaker i've ever had
From what I can see it supports dlna, so you shouldn't need to use the software, people even report it as a regular media player in ha
it supports pluggin in a pen drive, but it ignores folders, albums, filenames, whatever, it creates a list of all the songs in the pen drive, ordered by its metadata title and that's it! no organization whatsoever
playing from bluetooth, it skips a lot, with the phone right besides it
a question - should I for every esp32/esp8266 esphome device put a reserved ip address?
my 90's mp3 player is smarter...
at least it has good sound quality, so i plug my phone though the 3.5" jack
💩
No harm in static leases
DHCP reservations and DNS entries imo
ok
What would be the best no nutral wire smart switch? I'm in the UK. Ik I can't have WiFi due to all of them needing neural wire so I'm assuming it would have to be ZigBee or zwave
Hi... I'm Sanath... need some help as I'm unable to add / discover Google mini in Home Assistant. Currently on version 0.109.1 of Hass.io
Have the following settings in configuration.yaml.
media_player:
- platform: cast
host: 192.168.0.12
I have a google mini configured on my Google Home App and can connect to the same via the Google Home app.
However the above device is not discovered in HA after I restart the server.
@tardy otter that's not the correct configuration: https://www.home-assistant.io/integrations/cast/#advanced-use
Cast devices are also supported by discovery
@glossy prism Thank you for your prompt response. I tried change the same to cast: media_player: - host: 192.168.0.12
but not media_players are discovered
Anything in the log?
I'm a kind of new to things... I checked the home-assistant.log and all I see is
2020-05-03 11:57:13 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2020-05-03 11:57:36 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:requestSync failed: 404
2020-05-03 11:57:38 ERROR (MainThread) [homeassistant.core] Error doing job: Unclosed connection
2020-05-03 11:57:41 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-05-03 11:57:42 WARNING (MainThread) [homeassistant.helpers.translation] nodered: the '.translations' directory has been moved, the new name is 'translations', starting with Home Assistant 0.111 your translations will no longer load if you do not move/rename this
2020-05-03 11:58:32 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 404
Check developer tools > states or Configuration > entities for media_player. entities
That's...weird. Did you try with discovery first? Configuration > integrations
Might need to remove your cast configuration first
I see the Google Cast Integration in the integration list... but there are no devices in there...
or entities in it
my GH mini has a static IP assigned to it..
this used to work... until yday.... when the device disappeared
I did upgrade HA to the latest version yday...
Hmm. Try updating to 0.109.3
I can see .2 on my Dashboard... will try that and see
Should work fine, I have three Google home devices configured like that, though on 108.9
Hi guys!
I want to mount my fire HD 10 directly on the wall...
There is a flush-mounted box directly underneath it.
I want the charging cable to come directly out of the wall, no visible wiring...
Is there a cheaper option for that than for example this: https://amzn.to/3f9ZJGt ?
Thanks!
Unless you make it yourself, probably not
ok so continuing from my last message... installed 0.109.3... restarted.. installed Google Cast Integration... restarted... added cast: media_player: - host: 192.168.0.12
i still cannot see any media player entities on HA.... (only expect to see one)
You're looking in
->_ States_?
looked there as well...
Hi @fringe moon nothing in the log file... and no media_player entity at all...
this is very strange....
I just restarted the server... let me post the log file output
Other than this error there is nothing else 2020-05-03 17:45:09 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 404
That is very strange
One of my Google homes is disconnected, and the error for that shows up like this 2020-05-03 08:17:31 ERROR (Thread-11) [pychromecast.socket_client] [192.168.1.34:8009] Failed to connect, retrying in 5.0s
So one would expect an error like that if you don't see any media devices
hmmm.... it is as if it is not seeing the media_player device which I have added.... what could cause this potentially?
hence not even trying to connect and throw an error?
I have no idea tbh, what loglevel do you have? Should have it at atleast warn to see those
I have the default level... let me find how to change the logging level
going to go with this and see what info comes through logger: default: info
Yep, set that to warn
Actually, leave it at info 😉
It produces more than at warn, and is often useful for spotting problems that don't make it up to WARN or ERROR
Ok so the only warn I get is 2020-05-03 18:46:52 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 27.96.221.77
Doh, I'm backwards
and `2020-05-03 18:46:47 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:requestSync failed: 404'
🙂
I have no idea why your Google home is not showing up though
2020-05-03 18:46:17 INFO (MainThread) [homeassistant.setup] Setting up media_player
2020-05-03 18:46:17 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.1 seconds.
2020-05-03 18:46:17 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
Do you have a media_player.cast in states then?
I have 4 Home Assistant Cast Users created now in teh Users list
I have 0 items with the string media in states or entities...

The Google Cast integration appears under the Integrations list with 0 devices and entities...
why do I have 4 Home Assistant Cast Users... ?
every time I remove and add the cast integration it adds a user
Can anyone recommend any blind controls units? I’ve seen soma, what’s everyone using?
@fringe moon yep... Exact name is Home Assistant Cast...
I'm curious @tardy otter are you running HA in docker?
If so, you need host mode to talk to cast devices I believe
`Cast devices can only be discovered and connected to if they are on the same subnet as Home Assistant.
When running Home Assistant Core in a Docker container, the command line option --net=host or the compose file equivalent network_mode: host must be used to put it on the host’s network, otherwise the Home Assistant Core will not be able to connect to any Cast device.`
They've specified the IP manually too ... https://discordapp.com/channels/330944238910963714/672223433907765288/706393317071650816
its running as a VM on a windows box.... everything is on the same subset
the weirdest thing was this was working fine a few days ago.... then it was showing unknown device... since yday...
I deleted the entity on HA and this is my attempt to add this back
What VM platform? Virtualbox in bridge?
yes
yes... I agree...
Gremlins...

Can I use a Nest Mini as a simple media_player (for TTS) without having to sign up with Google?
Well, no, it's linked to your Google account
You would have to use a Google account to configure it
If you cut it off from the Internet it will stop working after a while
Buggers. Any other ideas for a nice little speaker for announcements?
That still does not give me a speaker?
Sure, it has audio out
You're looking for something fully stand-alone?
Probably then it's DIY with a Pi time...
There's conflicting reports on the Home stopping without Internet though 🤷
Right. It is a bit exorbitant to dedicate one of my Sonos for announcements.
Or a old android phone with some software on it
any advice on how I can clean up this having multiple Home Assistant Cast Users ?
Thanks, I do not have any Android devices though (and I would think the sound quality would probably be bad for loud announcements). Would be good if hassio could talk to a portable bluetooth speaker.
I'm sure one year some developer will create such a component... though given there's a range of media player integrations that talk to software that can use BT speakers, maybe more add-on worthy
I do have an old Squeezebox Radio but it requires me to run a server :-/. Oh well. Thanks for the input.
The server is pretty lightweight - maybe somebody has done an add-on?
Yeah, squeezebox can run on a water bottle 
hello, i don't know if i am in the good channel. On first installation, my NAS synology was discovered and i approuved that, know i want to remove it because no data are interresting. How to do it ? ther is no line in configuration file
-> Integrations
Find the integration, go into it, and use the trashcan in the top right
easy... thanks 👍
i have a mistake on with my WebTV LG integration. i put this line on configuration.yaml
webostv: host: 192.168.0.x name: TV LG Salon turn_on_action: service: wake_on_lan.send_magic_packet data: mac: xx-xx-xx-xx-xx-xx message: "Turn on action" customize: sources: - livetv - youtube - netflix - "Set-top box"
tv whas found but when i click on Card, the source list is different, (LiveTV, Youtube, Netflix) Set-top box not displayed
Can you edit that and use code markup (https://support.discordapp.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline- ) or delete it and use a code share site (see the channel topic) - then we can see the formatting
You'll also want to run a command line config check https://www.home-assistant.io/docs/configuration/troubleshooting/#problems-with-the-configuration
anyone knows any Thermostat device that uses WiFi instead of bluetooth?
I wanted one that had batery, without the need to plug it to power
i have HA on a VM and i cant get the audio jack from the host machine to show in the HA guest instance, what am i doing wrong?
it just shows dummy output
@rough radish WiFi = terrible battery life
life as in fruit fly life 😄
@fringe moon hello your advice i tried to flash my switch. on the other hand my relay goes back in the form of two switches under tasmota and under Home assistant. I tried to add a cover mqtt on the other hand I have a single topic and two switch so impossible to drive the two at the same time do you have an opinion. i can share code or config
I use this config https://templates.blakadder.com/loratap_SC400W.html and take this error :53 CMD: ShutterRelay1
20:53:53 MQT: command unknow
are you using a binary that actually has shutter support?
@fringe moon it goes back into home assistant in the form of a cover or in the form of two switches
I'm looking to boost the 433MHz RF transmit signal on the Sonoff RF bridge. Does anyone have any success with this?
Can someone help with a tasmota switch, and the fact the MQTT will not allow me to turn it on or off from HA?
IT shows up as a entity, but it is greyed out on the dashboard
is there a debug log anywhere?
I want to connect multiple sensors through bluetooth to my RPi 4 by following guides online for bluez, blueman and bluepy. After the installations I couldn't make it work so I've uninstalled everything then reinstalled some programs and just walked in circles for a week. With all the issues I've been having I feel like I should perhaps try something else. Does anyone here have any suggestions for BLE gateways? Also if anyone has made a BLE gateway or mesh network with RPi, I'd be very thankful for advise or maybe a link to a good guide. Thank you!
@fringe moon I found the solution, it was necessary to pass from the firmware tasmota 8.1.2 to 8.2.0 to have the shutter mode
@burnt cosmos , what are you using the Bluetooth sensors for?
Hi all. new HA user here, have set up HA successfully, picks up my local network devices like hue etc.
However i have a network IOT and network Camera, beside my internal network. Those are behind my firewall. So i looked some info and saw you can scan this range with nmap. However my first test was when i add the configuration, HA doesn't scan my local network anymore.
So basically what would be the best approach to have my IOT and Camera devices in HA. (besides moving everything in 1 lan.)
nmap is for presence detection, not integrating things
In general, see the list of #integrations-archived on the site for how to set each up - the channel topic there links to the docs
nmap is for presence detection, not integrating things
@winged knoll thanks for clearing that up!
#cameras-archived can help with camers
Most integrations aren't set up through the UI though, don't be surprised at that
Most integrations aren't set up through the UI though, don't be surprised at that
@winged knoll don't mind that, if i know how to add the device. But there's no other option to "auto-scan" just like for the local network?
~irc 😉
Discord isn't like IRC, you don't have to tag people on every response. Keep in mind that every time you tag somebody, they get a notification ping. That can very quickly become annoying and people may block you.
There are some, but they're fully automated, and only work on the local network
Discovery shouldn't be run in a production environment. Relying on discovery leaves the possibility that something may be missed or may be configured differently when it returns.
It is recommended to turn discovery on only to find new devices and retrieve the required information so that you can manually configure the devices.
Pfft, not that one
those are the "find things and let me add them" options, but generally speaking you have to chose to add things
ok, let's see if i can make sense of it for me
Pick a thing you've got and I'll point you at it and how to find it
first thing now is a hiksvision camera (have irobot and evohome in the iot network also)
if i have one example i can use the same steps for the others
Start typing "hikvision" into the search box, or just scroll down
That one finds two, a binary sensor, and a motion sensor
omg, now i see why i couldn't get any results before.. i'm always mixing up hikSvision... 🙂
In this case though, for a camera, you'll end up with https://www.home-assistant.io/integrations/generic_ip_camera/
(I use that with my HikVision, though I also have MotionEye in the loop doing motion detection, and Doods doing object detection)
ok, i'll see what i can do with it, thx for the guidance!
No worries
json question. How do point to the 'Temperature' value here: tele/sonoff/SENSOR = {"Time":"2020-05-04T21:39:56","Switch2":"OFF","DHT11":{"Temperature":14.0,"Humidity":22.0},"ADS1115":{"A0":17728,"A1":4112,"A2":4192,"A3":17744},"TempUnit":"C"}
I'm getting the 'Switch2' value using: value_template: "{{ value_json.Switch2 }}"
but how do I read a 'nested' value?
{{ value_json['DHT11'].Temperature }}
there are other ways too but this is a safe one
@undone haven they're 6 axis, humidity, UV and temperature.
i have a binary sensor working well, i cant seem to add any more though.
im guessing this is due to my config below. What should I add/remove please?
https://pastebin.com/R0uQj3VF
the log says 'Entity id already exists - ignoring: binary_sensor.switch' but Im not so sure how to fix it
Change switch: to something sensible, like underfloor_heating:, central_heating:, etc 😉
ok - I thought it had to be switch - because it was monitoring the condition of a switch.
guess not -
anybody know how to show tuya mcu battery devices with their last status? I have tasmotised Digoo door sensor, and because of battery saving, it doesn't update status often enough via mqtt, therefore it shows "unavailable" after show while.
I have a few devices on a zwave network and would like to add more, including standard porch light and backyard floodlights. Both are on standard switch's that control light, but I'd like the switch to be on zwave as well as possible a color changing bulb for the porch. How would zwave interact with zwave light? Obviously both need to be continuously powered, so I'm having trouble finding a solution.
#zwave-archived would be the place to ask - and the answer is depends 😉
i added a SONOFF basic using mqtt platform (trying to configure without autodiscovery). Device appears in entities list (and not under MQTT integration devices), i can contol with mqtt, but the homeassistant.toggle and switch.turn_on services have no effect. no errors reported. is this expected?
autodiscovery worked fine on all of these devices, but i'm trying to learn to do it manually. thx
Depends on the domain of the entity...
switch.banana is a switch domain entity, and will respond to switch. services
of course, the other possibility is that your command topics/messages are wrong 😉
ah - then is homeassistant.toggle is for the auto-discovered devices?
That should work on anything that can be toggled, but ... you've not told us the entity_id so we're just guessing 😉
If it's a switch it should work
And if it doesn't then your topic/message is wrong
switch:
- platform: mqtt
name: "sonoffalthea"
state_topic: "switches/Althea/cmnd/STATE"
command_topic: "switches/Althea/cmnd/POWER"
payload_on: "ON"
payload_off: "OFF"
optimistic: false
qos: 0
retain: true
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:
```
code here
```
Watch the animated gif here: https://bit.ly/2GbfRJE
DO NOT repeat posts. Please edit previously posted message, here is how -> https://bit.ly/2qOOf1G
testing state topic right now.
and HassBot schooled me on how to include code on discord 🙂
is the entity_id "switch:"? also, when i publish: switches/Althea/cmnd/STATE, I get switches/Althea/stat/RESULT in response. Does that verify my "state_topic"?
switch.sonoffalthea probably
got it. yes thats it
As for the topics, I'd check the docs for that device, I'd expect that the STATE topic returns ON and OFF not an MQTT topic
duh - sorry - was confused with entity_id being a set parameter. I get that all entities have a platform.name id
"switches/Althea/cmnd/POWER" returns 'ON' or 'OFF'. Plugged that in and the services switch.turn_on still not working.
Looking for a wireless monitor that does temp, humidity and air quality (if this exists). US, no budget. Open to building something. Any recommendations?
Temperature and humidity are easy, Xiaomi WSDCGQ11LM is the cheap option
Awesome, I'm down for that if I can't find a combo of something. Is ebay the best option to purchase those?
I get mine from AliExpress
https://www.zigbee2mqtt.io/devices/MCLH-08.html may also be an option
I have a camera that just streams video on a ip address, but not sure how to add it to home assistant, it says in the tutorial to add this to yaml configuration file but which one, not sure where it's located ```camera:
- platform: generic
name: Host instance camera feed
still_image_url: https://127.0.0.5:8123/api/camera_proxy/camera.live_view```
It says to add it to configuration.yaml 😉
You only have one of those for HA, in your config folder
That however won't be right, since you've given it the stream URL in the image URL config
😄
So this configuration.yaml is located on the device on which i installed home assistant?
Not sure which install you're using? If you have add-ons, or see references to either Hass.io or Supervisor, then you're using #330944238910963714. If you're running natively in Docker or in a venv then you have the #672217570283094017 install method
If you need help, see the relevant channel
now the real question, Tinkerer, is: Is there any value to using auto-discovery for these SONOFF switches, if i don't mind configuring them all manually? do I lose any functionality by defining manually?
Just means you get new ones without restarting HA
They don't seem to show up in the devices list in the UI. Is this expected?
Not every entity in your system is associated with a Device. If you want to see everything, look under Developer Tools then States or in the Entities menu under Configuration.
They do appear on the entities list. They DO NOT appear under the MQTT integration where the auto-discovered devices were listed. is the MQTT integration just for auto discovered devices?
how do you customize states im want to see motion not an 8
You don't
You create a template binary sensor
The Z-Wave docs have an example for you 😉
thanks
You might find that you can set binary reporting in your #zwave-archived device
binary_sensor:
- platform: template
sensors:
kitchen_sensor_motion:
value_template: "{{ is_state('sensor.kitchen_sensor_alarm_level', '8') }}"
friendly_name: "Motion Sensor (KITCHEN)"
device_class: motion
entity_id: sensor.kitchen_sensor_alarm_level
I wondered about that the other day.. all my examples had it in there but it seemed redundant
You normally only need it if you want the template to be evaluated when another entity updates (not the one in the template) or the template has no entities in it
@lucid silo My kitchen example
thank you
by "managed by the integration" do you mean, its using the mqtt platform? I added a unique_id to the config:
- platform: mqtt
name: "sonoffalthea"
unique_id: 12345
state_topic: "switches/Althea/cmnd/POWER"
command_topic: "switches/Althea/cmnd/POWER"
payload_on: "ON"
payload_off: "OFF"
optimistic: false
qos: 0
retain: true
in my mqtt: config, i have discovery: true and dicovery_prefix: homeassistant. Is that why the auto discovered devices operate under the homeassistant.toggle service?
https://discordapp.com/channels/330944238910963714/672223433907765288/706393317071650816, Hi everyone, I'm having the same issue with chromecast. MY device just disappear, and after deleting the integration, and re-creating it it's not showing up anymore, no errors in the logs.. very weird. Any thoughts on this issue?
The unique_id is only valid if you're using Discovery @reef flax
@rancid sable are your devices on the same subnet as HA? You're not running some weird mDNS setup that doesn't use .local?
No, same lan, no vlnas. Running HASSOS ona VBox VM. On 108 it was working fine, in 109 is not. hassio (10.0.0.3, ccast 10.0.0.16)...nothing in the logs.. HA just doesn't create the mediaplayer.ccast entity anymore.
I know things changed in 0.109, to do with mDNS, so this time it's probably a VBox related problem
ok..but it's weird since chromecast did not use any local DNS. Ccast use google public dns no matter what.
also, i put in my cast config the ip address of the device, why it should be a dns problem then?
DNS == broken
So mDNS is moreBroken?
ah ok .. but, putting the ip on the config will not make it find right away?
It should, but ... for some reason it's not working for some folks
There's no obvious common denominator, other than it seems to be all folks on non-standard #330944238910963714 installs, but not all of them
So... again, no obvious common denominator
I see. Still my android phone see my cast device with no problem on the same network. My WIndows PC can cast with chrome.. and HA used to do it also.. just before 109. :-
Yup, 0.109 changed the mDNS stuff, and something around that has caused problems for some people
There's probably an issue about it, worth looking there
Want to see what issues are open (or were open and are now closed)?
Check issues for the backend, issues for the UI, and issues for the documentation.
Well thanks a lot. I think it's going to be a matter of waiting until things are resolved. I thought there should be a work around to fix it now, but its not a bis issue for me at the moment. Thanks for you responses. Have a great they!
Well, nothing will be resolved if there's no open issues 😉
I'm looking for reports, if i can;t find one will open the issue myself. Thanks!
Is there a quick way to mass add devices to areas? When I go to an area, I can't add from there, and in order to add it from the device I have to go to the device page then the cog, then the area. Any help would be appreciated!
Is there a quick way of creating and modifying groups through the UI other than editing the groups.yaml?
#integrations-archived would be where to ask that, but ... nope
~what @drifting grove
@verbal willow 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)
Right one second time around 😄
IMO, for general purpose use, you can't go wrong with Zigbee, but ... 🤷
Yeah i was considering Z-Wave or Zigbee
Zigbee is cheaper 😉
Here's my question from #general-archived , Which smart switches (Z-Wave / Zigbee) compatible with HA do folks recommend? I'm looking to connect these switches with Hue Bulbs to get started with. I'm living in the US, looking for something that ships inside US. Budget anywhere <=$30-$40 per switch.
@winged knoll Thanks...which ones do u have? and how do you use them? I'm going after an idea where just one switch could cycle between different dimming states for a bulb.
Well, I'm in the UK, so that won't help you much 😛
However, the Ikea ones are reasonably priced and seem popular
I quite like my Hive plug, since it has local control. I've got a much smaller Salus plug I've yet to install, which also has local control
Both report power usage too, which is nice
i see
How do you reset tasmota sonoff basic device? So I can reconnect it
Is there a way to manage groups in the frontend yet that I just haven't found, or do you still need to do that using groups.yaml?
Nope, there was an editor once upon a time, but it was removed after a while - not sure why
Ok, thanks. Groups.yaml it is then. Although, seems that group management in the front end would be desirable.
Groups turned out to be a bit of a resource hog, and are largely superceded by lovelace and light groups.
Well, yes but no 😛
I don't follow, exactly, because I need groups for my automations.
Groups used to be used for everything, UI and more
Now they're not used for the UI, though I'd say that light groups are but a tiny corner of group usage
Good morning guys!
Can some one recommend a truly working Zigbee gateway for a Rasberry Pi 4.
A friend of mine has been using rasbee2 but that don't seem 100% supported on the new RpI.
So either he'll return it and get something else [WHAT?] or get an aquara GW ...
See #zigbee-archived 😉
Thanks!
to continue on that @high spoke
alright
yeah i assume it would be costly
but since the dean suggested to do this for my masters i kinda expect uni to cover the expenses
Where are youfrom?
The thing is: Are the radiators old or new?
Do they have thermostats on them already?
still i have to find best solution and consider both efficency and cost
they are old
i presume they dont
as far as i know they are simple yeah, those that you screw left and right to open/close
so those would have to be replaced
+get the thermostats for each room, if i understand this correctly
so what would be some examples of thermostats+valves i could use?
The problem is: you need a plumber to replace those.
yeah that's not a problem 😄
It really depends on where you are from
And what you want
I don't have them myself , but i heard good stuff about honeywell HR92
But
I think you need to research some more
And also conside the fact that it's used in class so it should be moderatly unbreakable.
you mean so that the valves wouldn't break?
well first test implementation will be in dean's offices
so professor's cabinets and such
don't expect them to break those 😄
that's an already complete system i suppose
KNX is a protocol
Wired, and the only one that is NEN/ISO certified.
I've finished a minor in Domotics.
Following convo. I’m interested I radiator valves as well. Curious what technologies you’re looking at (zwave, Bluetooth, zigbee, WiFi)
Or diy
Neither @hidden wharf
Best for radiator is to buy it from a manufacturer that knows it
As you have the CV involved.
HVAC*
Im asumming we’re just talking about TRVs assuming radiators already exist.
Yep
But ideally you want the controller to speak with the HVAC
If the HVAC is at 18 degrees
and you put your rad at 20
that wouldn't move shit.
But trvs five room based control for a have system that is already running and removes the need to look at an overall temp
What's a TRV?
Five = give (on phone)
i want the system to follow school's schedule (when professors are in their cabinets, when classrooms are occupied, etc.). Based on each room I would calculate for each room how long it needs to heat to desired temp (based on current temp, desired temp, room volume, radiator heating rate) and turn valves before classes start or professors come in. If room won't be occupied anymore or for a longer period of time, radiators should be turned off and then back on, based on previous requirement.
hit me
What if class is canceled?
Thermostatic radiator valve. A doodacky that sits in a radiator in a room and when below temp allows hot water into that particular radiator
What if class is put in
@hidden wharf Ah yes. Alright. But: the overal temp is mostly controlled by a HVAC controller in 1 room(old way to do it). What happens then is that you do need that HVAC controlelr to work with the rads in order to achieve the heat.
the schedule is online, so if that change is also changed on the schedule, it should notify the radiators
I think that should be achievable
But needs some thought to it
Anyway, i would suggest checking KNX (because of the scale)
Or the honeywells. but you need to look into reviews.
so honeywells can be done over HA, and KNX is it's own integration?
Yes
@marsh sail with trvs you kinda ignore a system wide setting as if all valves are closed, system runs but has very little water to heat (water is normally heated to 60 deg c)
and what valves/thermostats are useable with knx?
You gotta look into that
I have no clue
Also: IT has substantinal costs.
KNX is not cheap
yeah, i presume using HA would be more cost effective
can you explain why it would be unstable?
Exactly. I know of evo homes, zwave ones. Bluetooth ones and others. Battery operated or mains powered.
@hidden wharf That sounds okay ish, but i really doubt that you wouldn't want to controll that 60 deg.
KNX is always working
Always
HA has to many influences
And not unimportant: KNX is certified by NEN / ISO
You wouldn't want to say "Sorry dean, my RPI is broken so school is cold today"
No the boiler does that. You just turn on the entire system (I do this at my house with a zwave relay. When average temp under 18 degrees turn on boiler). You don’t care what the water temp it
what's RPI
Raspberry pi
ah yes
Moving to smart trvs just allow you to work at a room level not at a system level
@hidden wharf Wouldn't work for my home env, i don't have a boiler.
how likely is it for rpi to break tho?
No, as I said at the start of the convo. I was assuming radiators and boiler etc existed as @high spoke was asking about devices for radiators
You need stability in a environment
The other thing thats unknown here: the shcool might have a huge boiler or so
Which would be running all day and poss all night.
Especially during winter. The heat up time might be an hour for water to filter to all radiators in the entire system over a whole school. Radiators are a closed loop. Cold in, heated to 60, and moves under pressure to each radiator. The. Ends up back at the boiler where it’s reheated back to 60
so, isn't it possible to lock the system down? so updates happen when i want them to
@high spoke It is possible.
so that would make it more stable, right?
Read into the working
the working what? 😄
How a HVAC works :p
as @hidden wharf notices: that loop (as its cold)
But you might want to figure out what a good "holding" temp is, so you don't lose allot of energy.
Making water to 60 from 20 deg is way harder than making 60 from 40 for example.
yeah ofc
Sp you’d do something like if outside temp below 18 degrees c - turn on then boiler
i won't be doing anything with the boiler
If class scheduled in the next hour, set room trv for 20 degrees for arga. sake
Im afk a bit
Ok good one less thing to worry about
So you are gong wanting to care about a room not the entire system
Gong = only
Where in the world are you?
slovenia 😄
Ok so are radiators common over there?
I ask cos over here in my country they Are not, so smart trvs do not exist
yeah i understand
So things like danfoss might be available. And evo home are two brands I know of from the UK. I think there are zwave, which might be usable and that creates a mesh network
Or a WiFi option might better suit. But poss uses more battery power.
Given your country and mine, you’d need to do the research into what technologies are available To you
And as long as there is manual overrides then I think you could set something up based on class schedules.
That’s what these things do
okay zwave has slovenian site 😂
UK based. But some of it might be relevant - and easier than me typing on a phone
😆
so i would need this for each radiator https://zwave.si/index.php?_route_=thermostats/radiatorthermostats/AEOEZWA021
it already has temperature sensor integrated
so no need for extra temp sensor per room
i guess?
but it would be better if temperature wasn't measure directly near the radiator 😂
Yeah. Zwave is generally not the cheapest. And yes. It includes temp. You could add extra as well since you have control over it. But why bother
50€ doesn't seem too much for 1 valve
cheaper than others i have looked at so far
like nest is 150€ 😄
Just watch, with Z-Wave and Zigbee you need mains powered repeaters
I think these ones use their own bridge...which over the distances and buildings you’re looking at is probably not suitable. Even zwave might be too short range
I think WiFi might be what you’d want to look at.
yeah i already thought about that
i suppose RPI would be kept in the server/IT room
and since building is big
it might be a problem to reach the valves
but there is wifi all over the building
so that would be great, yeah
will cross reference those with HA
@high spoke What school you at over there?
The problem with WiFi is, if Internet is out, so is your rad's
@marsh sail not necessarily. If local WiFi control, the internet may not be needed. And I’d expect a school to have Poe APs (like unifi) that are independent to an internet gateway
Meaning if internet down, school lan and wlan are still running
All my home automation stays running in the event of power and/or internet outage
so tado (150£), honeywell (300£ for thermostat + 2 heads), Lightwave (35£ per head), netatmo (64£ perhead)
those are my options based on HA
those ahve wifi
As above you should look a little further in and make sure they’re not cloud dependent.
yeah i will
@high spoke I' have a mug of your school ;D
I've attended the bled econference in 2018
I spoke there on the Students Bazar
NL
Where is NL?
across the sea
Netherlands 🙂
Where are you from?
Wellington New Zealand.
Wow!
You’ve been here?
From where did you originate?
Hi all, I really think I tried it all. I have 2 Ikea on/off switches connected trough deconz, wit one I can make automations, with the other not. The switch is available in my devices, but when I try to create Automations it says there are no triggers. Deleted, vnc deletion, reset, reboot, nothing works. When I check my eventslog it shows it registers the on/off clicks and all. What can I do next?
@hidden wharf Tromsø, Norway
@mortal minnow zigbee == cheap and many devices, open standard so not everything plays as nice, zwave == 4x price of zigbee, less devices, semi closed standard, so devices mostly play nice
wifi == horrible for battery life
no, it's smart
you can poll states, poll power draw (if supported) and they also extend your network by creating a mesh network
same with zwave
okay. would you happen to know a zigbee and z-wave brand that has some of these built in swtiches,dimmers etc? Then I can find comparable ones and create a financial impact study 😄
with HA I can target both? Z-wave and zigbee? Or Z-Wave is too closed for that?
both work fine, with multiple implementations for each
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. It can run in an add-on, in a Docker container, or natively. 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. 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.
Zigbee2MQTT is very actively developed and can run in an add-on for Hass.io, in a Docker container, and natively, with no native UI. It uses MQTT for control and configuration, but there are third party UIs. 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.
See #zigbee-archived and #zwave-archived - Zigbee is always cheaper than Z-Wave, Z-Wave is usually more configurable and interoperable (between brands)
PickYourStick!
Pick your integration 😛
VindYourInt?
Strong like ox. Smart like ox
hello everyone i am new and i am trying to learn i wanted to know if it is possible to create an automation that allows me with a single switch to turn on two more swiches
sorry for my english
thanks
You tried asking the folks on the Tasmota Discord?
Ok thanks
My knowledge of electrics is fairly limited so I want to check my understanding. If I want to replace a 2-way lighting circuit (i.e. switch at top and bottom of stairs controlling the same light), am I right in thinking that a switch like this would only complete a 1-way circuit and that any additional switches would have to work remotely (via Zigbee, etc)?
What I'd suggest is that you get a Zigbee dimmer/switch module that goes by the light if possible. Wire the switches to that module, and then the light is controlled directly from the module
That was the initial plan until I discovered that even a Sonoff Mini wouldn't fit in the light fixtures. The missus would go a little OCD if the wall switches were in the wrong position compared to the state of the lights, so I'd prefer not to have modules behind the switch itself.
Plus, I'm in the UK and have no neutral wire to my switches which severely limits my options 😦
Tell me about it 😄
But, the module can go in the ceiling space rather than behind a switch
You could also replace the switches with momentary switches to avoid the position problem
I had a feeling it would mean replacing the switches with momentary switches, which is why I'd started looking at products like the one I linked. I don't have many places in my house where I care about multiple switches per light, so they seem almost ideal.
I think I only have two circuits where it would matter and one rarely gets used (and could probably even be replaced by motion/contact sensors since it's just the porch area).
I take it you mean something simple like this one? https://www.screwfix.com/p/schneider-electric-lisse-10ax-1-gang-2-way-retractive-switch-white-with-white-inserts/5729j
Ah, and of course Screwfix don't have a 2-gang version 😄
Hey everyone 🙂 what would be the recommendation for a device for interfacing via IR and RF with older devices? With some kind of learning/training..
@broken crescent broadlink mini 3 works nicely for me, with smartir custom component in HA
that's IR only right?
Aye, I think there is an ir RF too, but I don't use RF for anything except temperature sensors, so moving that to esphome soon
Argh. The hardware side of all this confuses me to no end. Can't wait to find some switches that actually fit the bill so I can get back to the fun stuff (writing the automations!)
For the switches I linked earlier... if I connected 1 gang of a 2-gang switch to a bulb and left the other disconnected, would it be a safe bet that pressing the disconnected switch would still fire an event off across Zigbee? I'm hoping so, and that I could have a 1-gang switch upstairs where there's only one light to be controlled, and the 2-gang switch downstairs controlling one light directly and one indirectly.
If they support Binding then yes
#zigbee-archived would be a good place to ask more about Zigbee though
are there any better solutions (that don't require me to open the panel) for pressing this elevator button than the Switchbot?
does it need physically depressed or is it more like a touch (static charge) button
it needs to be physically pressed
but doesn't go deep
just needs a couple mm's to get pushed
Oh man. Good luck
thx xd
How do bluetooth devices that can't connect to the actual machine running the HA server work?
if I have a raspberry zero that is in range instead
What should/can you use to connect that bluetooth device to the HA server
Hi All, is there anyone here using the Xiaomi Gateway and the Xiaomi Zigbee wall plugs? I recently blocked internet for the gateway from my router and noticed that the load_power values for these plugs stop working. They start working if I unblock the gateway. Is this expected behaviour?
Hello All: Trying to find a good HVAC (USA w/Heat/cool) Thermostat for HA.... I have a newer home with (2) Carrier COR 7C wifi Thermostats that work with the App, however they state they can work through Ecobee API, but no luck. Even after opening tickets with Carrier and Ecobee.
Question: Is there a good Thermostat that folks would suggest that works Zigbee / Z-Wave / MQTT (no cloud required) that would directly replace my current wifi until to integrate into my HA system?
Is there a way to add like my garage door ask for a pin when I ask Google to open or closing is there a way to add that feature to other devices so my kids can't just say it without giving it the pin
Is there a way to add like my garage door ask for a pin when I ask Google to open or closing is there a way to add that feature to other devices so my kids can't just say it without giving it the pin
@thin flint I think this is what you need. https://www.home-assistant.io/integrations/google_assistant/#secure_devices_pin
@heavy pond mine have been blocked from the internet since forever but I notice I still get power readings. However I’m primarily openHAB and use the xiaomi binding in thats. So it must be possible to get the values. I expect the code is similar . Maybe gateway/firmware dependent?
So i want to get a Sonoff basic relay
is installing Tasmota on it easy?
or i need to open it up and use UART connectors n stuff to flash firmware on it?
https://github.com/arendst/Tasmota covers it, and the Tasmota Discord can give more help I'm sure
Do i even need to Install Tasmota to use the device with HomeAssistant?
https://github.com/peterbuga/HASS-sonoff-ewelink is one of your options
hello, is there a recommend list of devices that integrate well with HA?
See the list of integrations to start with
anyone use Iblinds? was really disappointed to find out they dont work with Home Assistant since them not working properly with ST was the motivation to switch. I assumed they would just work since they are Zwave devices and can operate like dimmer switches but it looks like its a lot of issues: https://support.myiblinds.com/community/home-assistant/configuring-home-assistant-and-iblinds/ 😦
they say: "I'm hoping that after this solution has been tested an HA user can get this update pushed to the HA Z-Wave database so future users will not be required to make these updates. " - how would i confirm if that database has been updated?
Can I use the power readings from a sonoff pow to detect the power state of a tv in home assistant
I want to use it in automations that are triggered when the TV turns on and off
@marsh hamlet I quite like my https://www.zigbee2mqtt.io/devices/WXKG12LM.html - but I have Zigbee already
Thanks,yes I have Zigbee
Thanks @hidden wharf , it could be to do with the firmware maybe. I had it running the latest gateway firmware before I blocked internet.
I flashed a Sonoff ifan03 with tasmota 8.2.0. Everything works great when controlled directly via browser. I have setoption19 on and the "switch" displays in HA with normal function, but I don't see the "fan" component in HA. Am I missing a place to configure the fan?
noob question... I bought Sengled Smart LEDs... do I need the sengled app, or another hub for HA to connect to, to configure them before HA will see them?
Is there a way to diagnose unsupported Samsung Smart TV models? My hass instance does this (https://imgur.com/a/080uOsL) but with the low loading time, it doesn’t seem to actually be doing anything. Is there a log to see more in depth what’s causing it not to be able to connect?
There are at least four custom components for Samsung TVs
@winged knoll Thanks--I'll take a look at those
which has higher idle phantom power, Wifi cloud plug or Zigbee plug? Curious to know how much by but my energy plug only seems to pickup things over a few watts
depends
on?
features and software running on the chips
zigbee is inherently lower powered standard
yeah, I believe it be zigbee but be intrested to see how much by over a year
x10 plug
Is there deivces that can gauge power on the low wattage side?
yes but they're expensive
here's some ballpark numbers for wifi https://tasmota.github.io/docs/Energy-Saving/
intresting, costs can be neglible if there powering off 6w phantom drawer in devices
Any new plugs i buy are ikea zigbe, £10 and work with my hue hub or if wanted deconz
So thats tasmota no cloud, looks like cloud plugs like smart life £8 are 1.5-2 watts, wheras zigbee is 0.3-0.6- https://iot.stackexchange.com/questions/608/how-much-power-do-smart-sockets-consume-themselves
for 0.14pkw that £1.71 each plug more.
tasmota uses lighter weight mqtt protocol and soem optimisations in the core
looks cool but bit to complicated.. too many steps for my liking
you have a have a few things to do them
considering how the landscape is progressing zigbee has a very bright future
but zigbee 3.0
Teckin (smart life plugs) are same price as the ikea zigbee plugs at the moment (you can pickup teckin cheaper on offers)
teckin uses RTL chipset and you're locked into their ecosystem
Hi all, i have a question.
i got an DSMR reader hooked up to my VM server but i cant get any readings.
i'm quit new to HA, is there any1 out there who can help me?
it does shows at my entity's (sensor.current_phase_l1 unknown friendly_name: Current Phase L1)
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
@fringe moon / @lean bison ; I just got the US version of the switch you are also working with (https://www.amazon.com/gp/product/B07MYTFJG5/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1). Flash it with Tasmota 8.2 (shutter support), and configured it according to the directions listed on the template (https://templates.blakadder.com/loratap_SC400W.html). Everything seems to be working OK with the physical device itself; but I have not been able to properly configure this device in Home Assistant (mqtt.cover). Any luck on your end?
Prior to Tasmota with shutter support, I was using rules to publish mqtt messages (OPEN / CLOSE / STOP), and the below configuration will work; but now with shutter support in Tasmota, I am a little lost on how to make it work
name: "Curtain French Door"
command_topic: "patio-door-curtain/command"
state_topic: "patio-door-curtain/status"
availability_topic: "tele/patio-door-curtain/LWT"
qos: 0
retain: true
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
state_open: "OPEN"
state_closed: "CLOSE"
payload_available: "Online"
payload_not_available: "Offline"
optimistic: false```
teckin uses RTL chipset and you're locked into their ecosystem
@zealous dune yes I am comparing to say that ikea zigbee much better buy... even better if they update to zigbe 3.0 and stay £10
ZigBee is alwaysa better buy due to ability to go with your own local solution
Does anyone have the dome auto shutoff valve? If so how do you like it
So how do I install this z-wave/zigbee dongle 🤔
Plug it in
Done. New config menu should show up, right?
For #zwave-archived see the #zwave-archived docs
You still have to install the integration
👌
where's the ha channel? general discussion?
I wanted to upgrade to latest version tonight, not getting any response anymore from ha, not via cloud, not locally, I get this error in config: 2020-05-09 01:44:19 WARNING (zeroconf-ServiceBrowser__coap._udp.local.) [zeroconf] Exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/zeroconf/init.py", line 2644, in send
bytes_sent = s.sendto(packet, 0, (real_addr, port))
PermissionError: [Errno 1] Operation not permitted
@fierce anchor ask in #330944238910963714 or #672217570283094017 based on how you installed home assistant. See the channel topics to determine which to post to
I by mistake disabled an entity. How do I get it back again? I tried re-add it in deconz with another name, but it wont show up. Think they share some unique id or something. :/
Solved it by edit .storage/core.entity_registry and set disabled_by: to null.
Using an SDR to pull readings from my gas meter. Any idea what units an Itron 100G meter broadcasts in?
I went from 168766 to 169000 consumption overnight. Way too much for it to be CCF
looks like i need to divide by 100 to match what's on the bill
Hi all can anyone help with mqtt - been pulling out my hair for a week now
SDR -RTL_433
I have got it to publish messages to Hassi "Message 1778 received on rtl_433/Oregon-v1/14/1/temperature_C at 4:50 PM:
24.1
QoS: 0 - Retain: false" but the sensor shows unknown
config in yamal:
@gaunt oxide 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:
```
code here
```
Watch the animated gif here: https://bit.ly/2GbfRJE
DO NOT repeat posts. Please edit previously posted message, here is how -> https://bit.ly/2qOOf1G
'''- platform: mqtt
state_topic: "433/Oregon-v1/14/1"
name: "Temp OREGAN"
unit_of_measurement: "°C"
value_template: ‘{{ value_json.temperature_C }}’ '''
rtl_433 -M -C -F mqtt://192.168.x.x:1883,retain=1,user=xxx,pass=xxx#,devices=rtl_433[/model][/subtype][/id][/channel]
@gaunt oxide posted a code wall, it is moved here --> https://paste.ubuntu.com/p/kYK67r4rzV/
~codewall @gaunt oxide
@gaunt oxide 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.
changed it to ''' - platform: mqtt
name: "Temperature-14002"
state_topic: "rtl_433/Oregon-v1/14/1/temperature_C"
unique_id: "14"
unit_of_measurement: 'C'
value_template: "{{ value_json.temperature_C }}'''
now it shows Temperature-14002 C
@gaunt oxide 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:
```
code here
```
Watch the animated gif here: https://bit.ly/2GbfRJE
DO NOT repeat posts. Please edit previously posted message, here is how -> https://bit.ly/2qOOf1G
no value
This is probably a Philips Hue issue. But has anyone had trouble with getting brand new hue bulbs to work with Home Assistant?
i'm using the Nortek HUSBZB-1 Zigbee hub.
i used hue-thief to factory reset the bulb and was able to add it to my Home Assistant Zigbee Network. But the light doesn't turn off or dim whatsoever.
#zigbee-archived would be the place to ask
somehow I broke a tasmota motion sensor after upgrading
Motion Switch2 Unavailable
the d1 mini can still be logged in, but I'm not 100% sure where to look to diagnose
im guessing its no longer sending state info to mqtt, but I'm only guessing
Sorry if recommendations/reviews aren't allowed here, but I was wondering if anyone had experience with the Lenovo smart bulbs? I've had a decent experience with Yeelights in the past but they only seem available from China right now and I don't want to wait 8 weeks lol.
Hi all, I have flashed a sonoff SV with tasmota. When I connect the power to it into the ports labelled In+ and In-, i get no power to the unit. but then I soldered the mains to two header pins labelled + and - and its working. anyone know what I'm doing wrong? Thanks
is there a bulk option to assign areas? I had to reset my devices registry and only way to set I know is devices -> klick on device -> click option -> assign area -> klick update
Evening most folks! I am struggling to setup a DVB tuner for use in TVHeadend; The device appears in the host logs; however, when checking the "host hardware" from the config panel the device is never listed
Any thoughts?
Just FYI for everyone; the device appears in /dev/dvb even though not listed in HA devices
Probably a stupid question but... What is this thing? https://i.imgur.com/7B54Vys.jpg
Homer isn't a thing I've setup or heard of
So, restricting the login for Shelly devices apparently isn't a thing. Every time I try and set a password (16 chars), it logs me out and then won't log me back in with the password I just set up. Forces me to factory reset them and start over. Lovely.
I just set a 17 char password
Worked flawlessly @wanton aurora
The current Firmware version of your Shelly device is 20200320-123430/v1.6.2@514044b4
Not sure why mine isn't setting correctly. I did copy/paste into the password box. When you typed in your u/n and password, did it kick you out and then let you immediately log back in?
Yes
Hm...maybe it's the browser or the copy/paste. I'll try again. I hate having to factory default them again. 😛
I use a password manager but after the second time trying it and having to factory default it..I just left it alone for now. I'm trying to integrate it into hass next. MQTT sees it but the HACS plugin I used is confusing and not linking things up, so it's manual yaml for meeeee!
Someone has experience with MQTT device tracker ? I receive longitude and lattitude on 2 different MQTT topics. I would like to show tis on a map (it's my robotic mower). How can i do this ?
I'm getting this exact same error after adding a tasmota mqtt switch...is this a known issue? The config won't accept an id or unique_id in the switch definition. https://www.reddit.com/r/homeassistant/comments/fmz6no/add_unique_ids_to_mqtt_devices/
That's normal - those are only supported if you're using MQTT Discovery
I restarted HA and now it suddenly has an ID (I can add it to the UI at least)...weird. Thanks though :)
is there any work around for nest cameras?
anyone can recommend water, temp/humidity sensors? main concerns are price/reliability
Temperature/humidity https://www.zigbee2mqtt.io/devices/WSDCGQ11LM.html
So if you are gonna be sticking a shelly 1 in a light switch box its probably worth the 4 dollars to go with the UL listed one right?
thnx @winged knoll . . . any thoughts on water sensors?
I don't have any so while I can point you at them, I can't recommend any
lol. . . i noticed alot of govee ones on amazon, but mixed reviews
I like my smartthings water leak sensors (connected via ZHA)
~$18 each, contacts on the top and bottom of the sensor
thnx @glossy prism
Hi all.. I have built the Bruh multisensor and I am using it with ESPHome using this code : https://esphome.io/cookbook/bruh.html
Strangely though, the LUX reading goes up when it gets darker and down when brighter. Looks like it's basically reversed...
this is the bit of code related to the LUX :
- platform: adc
pin: A0
name: "Multisensor Brightness"
unit_of_measurement: lux
filters:
- lambda: |-
return (x / 10000.0) * 2000000.0;
Any idea what's going on ?
not sure if devices is the right spot to ask, but anyone had any success launching apps on a fire TV? doesn't seem to like the monkey command 🤔
Hi all. I bought a xiaomi mi remote for control my TV and Air Conditioner. And it has a problem with Air Conditioner control.
People recommends Broadlink IR for this purpose.
Can you say which Broadlink model is better for IR control/integration in HASS?
I found 2 popular models: RM Mini 3 / RM4C mini
Hey, I don't suppose anyone here is using the Samsung TV integration successfully? It's started working for me in the latest release for the most part but after a few days of running smoothly it'll start spamming my TV with permission requests every few seconds, I accept them and they just keep coming and coming. I remove and re-add the integration in HA to fix this temporarily but I can't do that every 3-4 days! Anyone else?
ive got a mi flora bluetooth device im trying to get working, currently im just trying to connect it to my phone, but when it tries to link it gives the error that its only usable with mainland china, even if my account is in region mainland china
does it use my geo location or? is this a problem for getting it to work with home assistant aswell or?
also, the gateway bluetooth <--> mqtt, is it realy a raspberry pi thats best for this? feels like it would be quite overpowered for such a task
an esp32 or esp8266+BT receiver is enough
yea figured something like that should be enough, anyone know of premade code for it?
next question will be where to place it :/ not exactly a beautiful thing to connect with a usb charger to a wallsocket 😛 but ah well thats a problem for future me
probably wrong channel for that
See #330944238910963714 if you want add-ons and #672217570283094017 if you don't
@lean bison posted a code wall, it is moved here --> https://paste.ubuntu.com/p/mBTRwTF8dx/
@lean bison posted a code wall, it is moved here --> https://paste.ubuntu.com/p/h2FTRRvbhs/
@hidden shell my config works https://paste.ubuntu.com/p/xGH2WQFXV2/
~codewall @lean bison
@lean bison 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.
~codewall @lean bison
@winged knoll i reply at the @hidden shell question
anybody having experience with the MAX Q3 Cube + radiator thermostats? they don't really do what they are supposed to
within HA
@near light, thanks for your reply. I just saw your code, and noticed the mistakes I was making in mine. Thanks again.
Is it possible to use an xbox360 kinect for facial recognition?
or presence detection
the kinect has a bunch of useful sensors.
Anyone know how to control the light ring on the Fibaro Wall Plug Z-Wave?
@hidden shell no problem, have fun
I might have discovered a bug. I have a group of Sylvania Smart+ bulbs (zigbee) in a Zigbee device group (the group is defined within the Zigbe integration not via groups.yaml). When you turn off the group via a light button the lights turn off but the button shows on. If you press the card again the card reflects correctly and the lights stay off. Turning on works fine.
Anyone else seen this?
Check the state of the underlying entity in
-> States
It shoes as on after clicking the button card.
Can i group devices through UI? Or only through configuration.yaml?
does anyone know of a zwave switch with an occupancy sensor that could be controlled in a way that i could disable the ocupancy sensor? i currently have a GE sensor in my kitchen and it puts on all my bright kitchen lights when someone comes in, but sometimes if i go in the kitchen in the middle of the night i dont want to be blasted with bright lights (as i want to go back to bed!) or perhaps my only option would be to disable the occupancy sensor and using a seperate motion sensor?
Are devices (like lights) automatically grouped? Related to area, maybe?
Nope
how can I monitor a refrigerator to know when it loses power?
I have it on a Wemo but no notification when power fails. Plus when power returns it fails open/off
Well, the power return state then is trivial to detect
For power failure, any device that reports power draw you should be able to detect if it doesn't change the report in a given time
Zigbee devices tend to be quite chatty, so if you hadn't heard from one in, say, two hours you could use that to detect failure
If I have two individual LEDs wired in sequence, is there a way to set the color of each individually? Or do I have to use a predefined effect? For instance, I'd like to say something like light.board_led[0] = red, light.board_led[1] = green
Hi Guys, im intrested in playing with a IR smart device, is the tuya one any good for homeassitant and device in general? I don't particulary see much use for it other then play around, £10 on ebay, any reccomendations?
So I'm digging for a way to perhaps store some "settings" in HA. For example, I just tried (and failed) to setup a template light that I could store RGB values in. I don't want it to act on it but have a front end to a placeholder that could be referenced by node-red.
Anyone have any thoughts? Thanks!
@winged knoll I’m a network engineer/security engineer but don’t know too much about zigbee. What’s involved in setting it up? Another AP connected to Ethernet LAN? SSID/WPA2/PSK?
Tinkerer is away for 23m 58s with a message :point_right: Swarm node 42 is currently calibrating the VDA
@west ferry zigbee is its own protocol separate from wi-fi, you need a USB adapter or hub that has a zigbee radio
#zigbee-archived for more info
Could someone please assist me with the correct YAML for a Sonoff basic with a DHT22 attached? A YAML checker says that it is fine, but ESPHome won't compile
~esphome @vernal arrow
@vernal arrow 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.
Try their Discord 😉
Looking for any recommendations on a USB C hub -- hopefully something shielded
Hello, I am starting to have problems with my Unifi device detection. I have connected my phone device tracking to my user and now it is showing as home and then away like every minute....
If the phone is idle it'll put the WiFi to sleep, so that's fairly normal
ok thanks. just cant see in the unify controller that it disconnects...
Hi I'm looking for Sensors
I've got a Pi3 and Hassio installed
What's a good option to monitor door/drawers opening/closing
My personal suggestion would be https://www.zigbee2mqtt.io/devices/MCCGQ11LM.html coupled with a #zigbee-archived integration of your choice
Oh Hello
👋
Zigbee
Yup
Are Zigbee and Wave the two main ones?
Well, Zigbee, Z-Wave, and WiFi
Battery life of the first two is a lot better than the last
don't forget the good old wire if that rpi is close
If i got Zigbee stuff would be limited to Zigbee only stuff
Oh okay that's fancy
most of us does, even RF is an option if you want to go oldschool
Well, I started with Z-Wave because of the functionality, and added Zigbee to keep the costs sane
I can buy a lot more £7 sensors than £35 sensors 😄
cheap =/= cost effective 😄
I'm new to the whole 'smart home' thing... so my partner will kill me if i spend loads on it
There's no shortage of cheap and low quality, but the Xiaomi units are pretty good
if you're just starting out i'd go with tink's recommendation
a week well spent
I started with nothing more than presence detection
I didn't get the TV hooked up until a while later, or anything else
i started with a Yeelight... there was no going back!
I started this so I could fit lights in the garden, and have a switch by the back door, without calling in an electrician
I got a little drawer with pi stuff.. and son keeps opening it
so i wanna be alerted
Well, if you've got any Google Home devices you could have it play a siren sound too 😛
wow
And have it keep doing that while the drawer is open
(works too with any other media player)
@winged knoll
So you said Xiamio stuff is good
like this?
https://www.aliexpress.com/item/1000008306006.html?spm=a2g0o.productlist.0.0.68aa2a7e572lIS&algo_pvid=731e30e1-74f7-4438-a539-4badcd6c4406&algo_expid=731e30e1-74f7-4438-a539-4badcd6c4406-0&btsid=0ab6f82115893137106241226e19ee&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_
and flash the lights if they're smart
Or TTS for Hey, Son, close the drawer NOW
Nope @little sentinel - look at the one I linked 😉
i can't click "Buy" on one you linked T_T
Does i need anything else to use zigbee stuff?
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. It can run in an add-on, in a Docker container, or natively. 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. 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.
Zigbee2MQTT is very actively developed and can run in an add-on for Hass.io, in a Docker container, and natively, with no native UI. It uses MQTT for control and configuration, but there are third party UIs. 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.
And see the #zigbee-archived channel for more 😉
ooh on to the next level
Anyone know of any in-wall switches that can control multiple things (within a single gang unit)? I'm hoping to find something that uses wifi rather than Zwave for connectivity.
what do you mean by "control multiple things"?
like multiple scenes... press a button and it can trigger something in node-red... press another button and it controls another trigger in node-red...
the tasmota's (at least looking at them on amazon) look like they just have one 'button' (or rocker)? How would they control different things?
You've also got single/double/triple press and hold actions
and each button can have multiple fucntions, f.e. multipress or hold
can these switches be found on amazon? I can't seem to find them
oh I see... tasmota is like a custom firmware
yes, manufacturers don't really give you many options to play with
thank you all for your help!
hi all !
seeking help or how to's and know how for basic operation with Mijia Mi Robot 2in1 Vacuum and Mop 1c
is this right a right place ?
I have an entity that has a read only and I would like to rename the entity id
This might be OT but I’m using AirPlay for full home audio and I want a speaker for my bedroom, as cheap as possible. I’m thinking about getting a google home mini, they’re around 40 usd here (Sweden) and small and unobtrusive. I’ve installed the Chromecast to airplay add on to try out, but for some reason it’s not discovering my LG tv which is available for casting within the YouTube app at least. Does anyone have experience with that plugin? Does anyone have any other speakers I should consider?
@lunar skiff Are you using an older chromecast?
Chromecast 1 is super buggy in that regard https://prnt.sc/sfz40t
@rich canyon I have an LG WebOS TV with built in chromecast functionality, I dunno which version it would correspond to but probably an earlier spec, the tv is from 2016
it's not fully chromecast imo @lunar skiff it supports casting from apps etc, but it won't do everything a regular chromecast does in my experience
I have a 2017 LG, and it's hit and miss, but I don't use the smart functions on it much, just WoL really
Yeah I’ve never really used it @fringe moon but I wanted to see if the plugin worked as intended before I bought a google home mini. Have you tried the chromecast airplay plugin with your tv?
Is there anything you can do to initiate Discovery - to rediscover a removed device?
Hey y’all. Quick question. I just added a new nest thermostat to my house but it isn’t showing up In home assistant. I know I’m missing something. Any ideas
Did you already have Nest integrated with HA?
Not sure then
Not having any, I've no idea 🤷
Got ya. If someone has an idea, please ping me or shoot me a dm
HI All ! is there a list of supported devices by this channel members?
Anyone have an experience with nest products using the old api
Has anyone managed to get devices registered in the Lombex app to work with the tuya integration? I'm pretty sure I just need the platform identity string for the log in but can't find it and I've run out of ideas on what to try
@winged knoll what kind of support in here then ?
Help with specific things
i was linked to this page by a website mentioning applications for Mijia/Xiaomi devices [ Mi Home devices to be specific ]
Then that'd be something that's supported by the #zigbee-archived integrations and the Xiaomi hub integration
~irc @ashen patrol
@ashen patrol Discord isn't like IRC, you don't have to tag people on every response. Keep in mind that every time you tag somebody, they get a notification ping. That can very quickly become annoying and people may block you.
https://www.home-assistant.io/integrations lists all the integrations
https://www.home-assistant.io/integrations#vacuum for the vacuum ones, etc
ta'
is there such support with regards to prep to have devices enter a state with AP [ access point ] feature enabled, broadcasting SSID to connect to
The short answer is ... no
🙂
The long answer is more complicated, but generally speaking HA doesn't set up devices, you set them up and connect them to HA
HA being Home Assistant and what ? an application ?
Depends
Some Zigbee devices can be updated, most others have to be updated using their own software
we need to find more specific instructions on how to enter AP mode for robovac that seems in ' boot loop ' and eventually entering " download mode " to upload version of the firmware that contains no errors.
Contact the manufactur
🙂 xiao-mi tech and cust. support seem unlikely to be co-operative.
Better than us 😉
they actually know the products, and sequences needed to get out of it
Well, we can be cooperative, just unhelpful 😉
xiaomi has a huge forum for exactly that type of questions
there must be a way to find docs. for techy and staff member repairing or refurbishing
Try the Xiaomi forum
which one ? the net is populated with tons and at times useless forums
🤷 Google found https://c.mi.com/global/forum.php
It's a better starting point than here


