119 pagesV  1 2 3 4 5 6 > »  
 
REPLY
> Home Assistant - Automation System | [smartHome]
nemo082
Message#1
15.11.17, 12:05
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

download

Home Assistant - Automation System
Attached Image
  • In the subject are allForum Rules | Section Rules;
  • Useful topics to note:Forum FAQ | How to clean the image under the spoiler;
  • Instead of saying “Thank you!” UsePicture. If you have less than 15 posts - click on the button.Pictureunder the message where you were helped, and write thanks;
  • In the absence of the curator, the moderator fills the topic header. Use the buttonPictureon the message, which, in your opinion, you need to add to the header to contact the moderator.


Information
Official site:https://home-assistant.io/
Components:https://home-assistant.io/components/
Attached Image
Description
Short description:
Home Assistant home automation system.
Description:
Home Assistant is an open-source automation platform running on Python 3. Allows you to monitor and control all devices in your home and automate actions. Ideal for running on a single Raspberry PI computer. It can also work on platforms Windows, Linux. The interface is built through a browser, work is possible on any Android, iOS device.

Personal experience:
I build my home system on this platform. For more than six months, the system is in normal mode and everything functions.

What managed to start and is already working
- Brodlink RM2 and TC2 devices
- Sonoof reflash to work with MQTT.
- Sesoo light switches (without feedback).
- LED Magic Color (working colors and modes).
- Ambilight monitor backlight (working through Ambibox's Telnet protocol).
- Automation of blinds using Arduino and the W5100 module on the MQTT broker.
- Two noname socket controlled via rf protocol.
- Scripts automation to turn on and off the time of the aquarium, street lighting, and lights in the rooms.
- Management through a bot in a telegram
- Monitoring family presence in the house
- LG TV control
- Display information from the weather station
Attached Image
Attached Image


Useful
There is no curator in the subject. For questions about filling the caps, please contact the section moderators via the buttonPictureunder the messages to which you want to add links.

Post has been editedZlisten - 21.04.19, 15:02
Reason for editing: (Useful) Connecting Xiaomi ClearGlass Air Detector
nemo082
Message#2
15.11.17, 15:24
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

System installation
This system has excellent documentation on the official site.
https://home-assistant.io/getting-started/
Installation will require Raspberry Pi (2-3) and Intel NUC. Also, installation is possible on any Linux distribution with python version 3.6
I built my system on Orange PI Plus in a wayhttp://dietpi.com/.
Step 1. Build selection
- If you have a Raspberry Pi (2-3) or Intel NUC, then the installation should be done using the ready-made Hass.io image.
- Go to the sitehttps://home-assistant.io/hassio/installation/
- Choose your distribution and download.
- Download the downloaded image to the SD card usingEtcher
- After recording, remove the flash drive and insert.
Loading the system for the first time takes more than 20 minutes! (the network must be connected).
- We start to use.
The second option is to install on a regular system.
- Just follow this instruction here.https://home-assistant.io/docs/installation/virtualenv/
Denn1982
Message#3
19.11.17, 15:24
Novice
***
[offline]

Group: Active users
Messages 34
Check in: 09.02.15

Reputation:-  1  +

Greetings Also began to slowly build smart home on Orange Pi Zero + Armbian + Home Assistant. So far, just added weather sensors, transmission, cups and two wifi sockets from xiaomi.
I cannot configure the presence of devices (family members). I use the device_tracker component: Keenetic NDMS2 Routers (I have a Zyxel keenetic lite with NDMS 2 firmware). Error loading in log (home-assistant.log):
2017-11-19 15:00:05 ERROR (Thread-12) [homeassistant.components.device_tracker.keenetic_ndms2] Connection failed with http code 404
2017-11-19 15:00:05 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform keenetic_ndms2
2017-11-19 15:00:08 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform yahoo_finance

How else can you customize your presence?
nemo082
Message#4
20.11.17, 09:25
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

* Denn1982,Attach the configuration file and see what you do. You have here complains about the plugin yahoo_finance. In my case, I configured using the SNMP module.HA SNMP

Post has been editednemo082 - 20.11.17, 09:29
Denn1982
Message#5
20.11.17, 19:37
Novice
***
[offline]

Group: Active users
Messages 34
Check in: 09.02.15

Reputation:-  1  +

Yes, I do not know what can be done wrong here.
Just like in the manual:

device_tracker:
- platform: keenetic_ndms2
host:! secret router_ip
username:! secret router_username
password:! secret router_password


Host secrets: 192.168.1.1

Another problem was drawn here, after some time it is impossible to connect via ssh to an orange, and HASS works, but for example, some switches do not work ...

Post has been editedDenn1982 - 20.11.17, 19:39
nemo082
Message#6
20.11.17, 20:05
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

* Denn1982,Try it like this.
device_tracker:
- platform: keenetic_ndms2
host:! secret router_ip
username:! secret router_username
password:! secret router_password
interval_seconds: 10
consider_home: 180
track_new_devices: yes

See also after launch in the folder will appearknown_devices.yamlin it, too, you need to configure the devices that you will be tracking. Here is my example of one of the devices.
bhughes_nexus6:
name: Phone
mac: AC: CF: 85: D4: 2B: 93
icon: mdi: ninja
track: yes
hide_if_away: no


Post has been editednemo082 - 20.11.17, 20:05
Denn1982
Message#7
20.11.17, 21:09
Novice
***
[offline]

Group: Active users
Messages 34
Check in: 09.02.15

Reputation:-  1  +

The fact of the matter is that the file does not appear automatically, I tried to manually create it, but also did not roll. It is also interesting that when I insert these lines in configuration.yaml, judging by the log, they also cannot find sockets, although they work in HASS.
2017-11-20 21:02:51 ERROR (MainThread) [homeassistant.components.device_tracker] Unable to load / home / ha /.homeassistant/known_devices.yaml: Config file not found: / home / ha /.homeassistant/known_devices .yaml
2017-11-20 21:02:51 ERROR (Thread-12) [homeassistant.components.device_tracker.keenetic_ndms2] Connection failed with http code 404
2017-11-20 21:02:51 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform keenetic_ndms2
2017-11-20 21:03:00 ERROR (Thread-3) [miio.device] Got error when receiving: timed out
2017-11-20 21:03:00 WARNING (Thread-3) [miio.device] Retrying with incremented id, retries left: 3
2017-11-20 21:03:00 ERROR (Thread-5) [miio.device] Got error when receiving: timed out
2017-11-20 21:03:00 WARNING (Thread-5) [miio.device] Retrying with incremented id, retries left: 3


And if you delete the device_tracker section, then the log is clean.
UPD: No, lied - with sockets all the time such garbage ...

Post has been editedDenn1982 - 20.11.17, 21:34
nemo082
Message#8
20.11.17, 23:00
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

* Denn1982,
host:! secret router_ip
username:! secret router_username
password:! secret router_password

So you spelled in the config! Secret?
router_ip: 192.168.1.1
router_username: admin
router_password: admin

Regarding the outlets, you can remove this error. Register in a config:
logger:
default: warn
logs:
miio.device: critical



Post has been editednemo082 - 20.11.17, 23:07
Denn1982
Message#9
21.11.17, 21:22
Novice
***
[offline]

Group: Active users
Messages 34
Check in: 09.02.15

Reputation:-  1  +

* nemo082,Yes, in secrets.yaml everything is like that.
Now, while trying to figure out why the network is falling somewhere after three hours of work orangepi ...
Denn1982
Message#10
25.11.17, 16:58
Novice
***
[offline]

Group: Active users
Messages 34
Check in: 09.02.15

Reputation:-  1  +

* nemo082,in DietPi how to install homeassistant? Manually or through Optimized Software?
By the way, Armbian never took off, I don't know what's the matter, everyone is silent, can you help?Armbian - Debian / Ubuntu-Based Distribution (Post Denn1982 # 67390567)honestly some kind of crap: ((
Denn1982
Message#11
27.11.17, 08:59
Novice
***
[offline]

Group: Active users
Messages 34
Check in: 09.02.15

Reputation:-  1  +

In general, I installed hass on dietpi from pip turnips as described on the official site. All the rules, though I had to reinstall / update some packages. The only thing is that Python 3.4 is in the diet, and from 2018 hass its support stops. Considering that the presence with the keenetic component never failed, which is better to use: imap or just ping?
nemo082
Message#12
27.11.17, 09:15
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

* Denn1982,For myself, I decided that it is better to use imap. But I think ping will come down for solving the problem. A python can be assembled to version 3.6 itself, there are no difficulties.


Post has been editednemo082 - 27.11.17, 09:15
Iceflame_
Message#13
30.11.17, 23:30
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 301
Check in: 27.09.09
Oneplus 6T 8/128

Reputation:-  12  +

nemo082 @ 15.11.17, 12:05*
Sonoof flashed to work with MQTT.

Please tell me which firmware you used. I'm planning to make all the lighting "smart" at home. I looked at homeassistant, I decided that the python is the very thing I’ll study for myself. But before plunging into mana, I wanted to ask in some way a sonoff to receive and update the status of nutrition? I just want to add RF switches besides wifi, and then the question is if I turn off the light through the radio channel, can homeassistant get the status and turn off the light bulb at home.


--------------------
HTC Pharos | HTC Hero | Motorolla Droid 2 Global | HTC Touch2 | Zopo ZP300 + | Samsung I9500 | Xiaomi Mi5 64GB

OnePlus 6T 8/128 | Pebble time
nemo082
Message#14
30.11.17, 23:40
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

* IceFlame_,Used readyfirmware. This firmware has state transfer pins. My load is connected and the status is excellent. But at the expense of RF switches I break my head stand the usual ones are controlled via Broadlink, but there is no feedback. In principle, for me it is not critical 3 rooms and so you can see where it burns or not.
Iceflame_
Message#15
01.12.17, 03:43
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 301
Check in: 27.09.09
Oneplus 6T 8/128

Reputation:-  12  +

IceFlame_ @ 11.30.17, 23:30*
IceFlame_, Used ready-made firmware. This firmware has state transfer pins. My load is connected and the status is excellent. But at the expense of RF switches I break my head stand the usual ones are controlled via Broadlink, but there is no feedback. In principle, for me it is not critical 3 rooms and so you can see where it burns or not.

It seemsherefound a solution to the problem, they offer to listen to the radio signals on the server and when you catch the signal from the remote control, update the device status. I ordered as a result myself a sonoff, consoles and rf for raspberries, I will try.

Post has been editedIceflame_ - 01.12.17, 03:46


--------------------
HTC Pharos | HTC Hero | Motorolla Droid 2 Global | HTC Touch2 | Zopo ZP300 + | Samsung I9500 | Xiaomi Mi5 64GB

OnePlus 6T 8/128 | Pebble time
nemo082
Message#16
01.12.17, 09:36
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

* IceFlame_,And what about the local pressing the switch button? The state will change, but the team will not pass. I also went to order the RF module is an excellent option for controlling sockets that I have on the aquarium.
Iceflame_
Message#17
01.12.17, 11:18
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 301
Check in: 27.09.09
Oneplus 6T 8/128

Reputation:-  12  +

nemo082 @ 01.12.17, 09:36*
And what about the local pressing the switch button?

I will only have such switches used, and the raspberry will watch for them to be pressed.https: //www.aliexpress...-Hall/32619254011.html


--------------------
HTC Pharos | HTC Hero | Motorolla Droid 2 Global | HTC Touch2 | Zopo ZP300 + | Samsung I9500 | Xiaomi Mi5 64GB

OnePlus 6T 8/128 | Pebble time
nemo082
Message#18
01.12.17, 11:25
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 96
Check in: 02.05.09
Google Nexus 6P

Reputation:-  15  +

* IceFlame_,Saw such switches. An interesting implementation should succeed. We are waiting for the report)
Denn1982
Message#19
01.12.17, 23:09
Novice
***
[offline]

Group: Active users
Messages 34
Check in: 09.02.15

Reputation:-  1  +

* nemo082,
By the way, regarding the reports, it would be great if you wrote a little more about the automation of blinds and a connection with the weather station :)
Yes, and how did you turn the printer on / off?
iamkef
Message#20
09.12.17, 21:39
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 126
Check in: 30.12.10
Xiaomi Redmi Note 2

Reputation:-  4  +

I have been using for more than a year, the system is excellent, but the Russian community is very small, so add chat and a homeassistant channel to telegrams, we will develop the Russian community together.

Post has been editediamkef - 09.12.17, 21:48


--------------------
- Xiaomi redmi note 2 - Cyanogen mod 12
Diktor
Message#21
11.12.17, 11:23
a guest
*
[offline]

Group: Users
Messages 4
Check in: 02.02.12
Lenovo IdeaPad K1

Reputation:-  0  +

And has anyone tried using the google assistant SDK on HA, is everything working out? And then I do not even understand how and where to prescribe voice commands)
https://home-assistant.io/components/google_assistant/

119 pagesV  1 2 3 4 5 6 > » 


 mobile version    Now: 04/28/19, 19:27