diff --git a/.HA_VERSION b/.HA_VERSION index 996f6161..e386477f 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2023.3.3 \ No newline at end of file +2023.3.4 \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml index 52f236bd..27992187 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -13,8 +13,8 @@ homeassistant: http: server_port: 88 - ssl_key: /etc/uhttpd.key - ssl_certificate: /etc/uhttpd.crt + ssl_key: /root/.homeassistant/ssl.key + ssl_certificate: /root/.homeassistant/ssl.crt # default_config: @@ -251,6 +251,7 @@ zhibot: zhiaqara: name: 小米网关 key: 3ECB50168D7F4AEB + interface: 192.168.1.1 zhibroad: - name: 书房遥控 diff --git a/extras/test/test_modbus.py b/extras/test/test_modbus.py index c796c528..b1759947 100755 --- a/extras/test/test_modbus.py +++ b/extras/test/test_modbus.py @@ -19,7 +19,7 @@ 'state_is_on': {'registers': [1, 2, 3, 4], 'register_type': 'coil'} } -client = ModbusClient(host='ModBus', port=8899, framer=ModbusFramer) +client = ModbusClient(host='192.168.1.60', port=8899, framer=ModbusFramer) kwargs = {'unit': 1} for key in ATTR_MAP: diff --git a/modules/ZhiLace b/modules/ZhiLace index 79a0fbfd..24d76536 160000 --- a/modules/ZhiLace +++ b/modules/ZhiLace @@ -1 +1 @@ -Subproject commit 79a0fbfdf779b8cccdbbf3d6fcbd150e0e901165 +Subproject commit 24d76536a9229122fd05b697af3d4c82155d7d2f