diff --git a/docs/mqtt/broker/index.html b/docs/mqtt/broker/index.html
index 93f373f23d..894d69d1ee 100644
--- a/docs/mqtt/broker/index.html
+++ b/docs/mqtt/broker/index.html
@@ -176,13 +176,13 @@
tls_version
- (string)(Optional)TLS/SSL protocol version to use. Available options are: auto
, 1.0
, 1.1
, 1.2
. Defaults to auto
.
+ (string)(Optional)TLS/SSL protocol version to use. Available options are: 'auto'
, '1.0'
, '1.1'
, '1.2'
. Make sure to put quotes around the value. Defaults to 'auto'
.
There is an issue with the Mosquitto package included in Ubuntu 14.04 LTS. Specify protocol: 3.1
in your MQTT configuration to work around this issue.
-If you get this error AttributeError: module 'ssl' has no attribute 'PROTOCOL_TLS'
then you need to set tls_version: 1.2
.
+If you get this error AttributeError: module 'ssl' has no attribute 'PROTOCOL_TLS'
then you need to set tls_version: '1.2'
.
If you are running a Mosquitto instance on a different server with proper SSL encryption using a service like Let’s Encrypt you may have to set the certificate to the operating systems own .crt
certificates file. In the instance of Ubuntu this would be certificate: /etc/ssl/certs/ca-certificates.crt
diff --git a/docs/z-wave/control-panel/index.html b/docs/z-wave/control-panel/index.html
index cc5cd637b4..9d3256455a 100644
--- a/docs/z-wave/control-panel/index.html
+++ b/docs/z-wave/control-panel/index.html
@@ -180,6 +180,19 @@ Battery powered devices need to be awake before you can use the Z-Wave control p
Some non compliant device like tag readers, have implemented to use raw hex code.
Please refer to a hex ascii table to set your code. Example: http://www.asciitable.com/
+Here is a small Python program than will take numbers on the command line and print the correct sequence for compliant devices:
+#! /usr/bin/python3
+import sys
+
+translations = {}
+
+for x in range(0, 10):
+ translations["%s" % x] = "\\x3%s" % x
+
+for c in sys.argv[1]:
+ print(translations[c], end='')
+
+
OZW Log
If you want to only retrieve some lines at the end of the log, you can specify that with the selection field. Max is the last 1000 lines and minimum is 0 which equals the whole log. If this is not specified, you will retrieve the whole log.
Select Refresh to display the log if you need it to check activities.
diff --git a/sitemap.xml b/sitemap.xml
index dde6b4007f..872280f0a7 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4026,7 +4026,7 @@
https://home-assistant.io/components/switch.hook/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4710,131 +4710,131 @@
https://home-assistant.io/docs/autostart/init.d/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/benchmark/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/check_config/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/credstash/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/db_migrator/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/ensure_config/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/hass/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/influxdb_import/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/influxdb_migrator/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/keyring/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/docs/tools/scripts/
-2018-02-15T21:32:27+00:00
+2018-02-15T21:45:38+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -6004,62 +6004,62 @@
https://home-assistant.io/demo/frontend.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/index.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2018-02-15T21:31:49+00:00
+2018-02-15T21:44:45+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2018-02-15T21:31:50+00:00
+2018-02-15T21:44:46+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2018-02-15T21:31:50+00:00
+2018-02-15T21:44:46+00:00
https://home-assistant.io/static/mdi-demo.html
-2018-02-15T21:31:50+00:00
+2018-02-15T21:44:46+00:00