bengt
March 18, 2018, 4:41pm
1
I’m struggling with Aeotec Multisensor 6.
Problem 1 : How can I find the network_key which I will add to configuration.yaml? I understand that I need this for the connection to be safe?
Problem 2 : The sensor delivers two entities of each. These show different values as shown below.
zwave.aeotec_zw100_multisensor_6 --> dead
zwave.aeotec_zw100_multisensor_6_2 --> Ready
sensor.aeotec_zw100_multisensor_6_alarm_level --> 0
sensor.alarm_level_2 --> 0
sensor.aeotec_zw100_multisensor_6_alarm_type --> 0
sensor.alarm_type_2 --> 0
sensor.aeotec_zw100_multisensor_6_burglar --> 8
sensor.aeotec_zw100_multisensor_6_burglar_2 --> 3
sensor.aeotec_zw100_multisensor_6_luminance --> 0
sensor.aeotec_zw100_multisensor_6_luminance_2 --> 92.0
sensor.aeotec_zw100_multisensor_6_relative_humidity --> 30.0
sensor.aeotec_zw100_multisensor_6_relative_humidity_2 --> 32.0
sensor.aeotec_zw100_multisensor_6_sourcenodeid --> 0
sensor.aeotec_zw100_multisensor_6_sourcenodeid_2 --> 0
sensor.aeotec_zw100_multisensor_6_temperature --> 22.4
sensor.aeotec_zw100_multisensor_6_temperature_2 --> 23.9
sensor.aeotec_zw100_multisensor_6_ultraviolet --> 0.0
sensor.aeotec_zw100_multisensor_6_ultraviolet_2 --> 0.0
Can I delete one of each of them? How?
(running Hassbian 0.65.3 on a RP3)
Configuration.yaml
zwave:
usb_path: /dev/ttyACM0
config_path: /srv/homeassistant/lib/python3.5/site-packages/python_openzwave/ozw_config/config/
If you don’t have two of these physical sensors, it means you added it twice.
bengt
March 18, 2018, 4:53pm
3
Correct. I only have one multisensor.
Is it possible to remove some (or all) entities?
Yes, go to /config/zwave, then remove node.
sebk-666
(Sebastian)
March 18, 2018, 5:13pm
5
Regarding the network key, that’s something you need to randomly choose yourself.
See here:
and here:
Use this command to generate a key:
cat /dev/urandom | tr -dc '0-9A-F' | fold -w 32 | head -n 1 | sed -e 's/\(..\)/0x\1, /g'
And add it to your configuration.yaml example:
zwave:
usb_path: /dev/ttyACM0
network_key: <ouput from the above command>
You need to set the network key in your configuration.yaml and then re-add the node(s) “securely”.
Remove it before re-adding.
This applies to all ZWave nodes that should use a secure connection.
In case of the Aeotec: when it’s added securely, it will blink blue when it detects motion.
If it’s not using secure communication, it blinks green.
Sebastian
bengt
March 18, 2018, 5:18pm
6
Thank you
Deleted both Aeotec ZW100 Multisensor 6 nodes and restarted HA. So now i only got one of each entitie.
bengt
March 18, 2018, 6:46pm
8
sebk-666:
You need to set the network key in your configuration.yaml and then re-add the node(s) “securely”.
Remove it before re-adding.
This applies to all ZWave nodes that should use a secure connection.
In case of the Aeotec: when it’s added securely, it will blink blue when it detects motion.
If it’s not using secure communication, it blinks green.
Generated the code and put it in configuration.yaml.
Deleted the node for Aeotec multisensor (still shows up in the list after deleted)
Restarted HA
Took out the Aeotec USB Z-stick and put it in pairing mode
Double clicked the pairing button on the backside of the multisensor and it blinks green (USB stick confirms connection).
Put the USB stick back and restarted HA
But dont seem to be secured green light when motion
sebk-666
(Sebastian)
March 18, 2018, 7:05pm
9
You have to use “add node secure” from HA’s zwave configuration panel to add the node, not the button on the ZStick.
Sebastian
1 Like
bengt
March 18, 2018, 10:06pm
11
YES
Thank you @Coolie1101 and @sebk-666 for all your help. I love HA and this forum!
I tried to remove the node in the wrong way. The right way to do it seems to be:
Click the “Remove Node” button in the Z-Wave Network Management card (in Z-Wave control panel)
Activate the sensor to be excluded, in my case the Aeotec Multisensor 6 (I did not do this before and did not get the node removed correctly)
Run a “Heal Network”
To add the node secure
Click the “Add Node Secure” button in the Z-Wave Network Management card
Activate the device to be included.
Run a “Heal Network”.
1 Like
Hey @bengt , I’m currently looking to replace my Wireless Tag (JUNK) Sensors with Multi Sensor’s, and can’t decide between available options, can you provide some feedback on the Multisensor 6?