@Nuckgm wrote:
new to HA and having trouble getting my honeywell vista alarm ( envisalink 4) working. I’m not by any means good at coding but have some tech know how.
The issue is when I try to arm i get this log:
Sat Jan 18 2020 18:53:00 GMT-0600 (Central Standard Time)
‘NoneType’ object has no attribute ‘write’
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 134, in handle_call_service
connection.context(msg),
File “/usr/src/homeassistant/homeassistant/core.py”, line 1226, in async_call
await asyncio.shield(self._execute_service(handler, service_call))
File “/usr/src/homeassistant/homeassistant/core.py”, line 1251, in _execute_service
await handler.func(service_call)
File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 201, in handle_service
self._platforms.values(), func, call, service_name, required_features
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 335, in entity_service_call
future.result() # pop exception if have
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 357, in _handle_service_platform_call
await getattr(entity, func)(**data)
File “/usr/src/homeassistant/homeassistant/components/envisalink/alarm_control_panel.py”, line 177, in async_alarm_arm_home
str(code), self._partition_number
File “/usr/local/lib/python3.7/site-packages/pyenvisalink/alarm_panel.py”, line 231, in arm_stay_partition
self._client.arm_stay_partition(code, partitionNumber)
File “/usr/local/lib/python3.7/site-packages/pyenvisalink/honeywell_client.py”, line 43, in arm_stay_partition
self.keypresses_to_partition(partitionNumber, code + ‘3’)
File “/usr/local/lib/python3.7/site-packages/pyenvisalink/honeywell_client.py”, line 39, in keypresses_to_partition
self.send_command(evl_Commands[‘PartitionKeypress’], str.format("{0},{1}", partitionNumber, char))
File “/usr/local/lib/python3.7/site-packages/pyenvisalink/honeywell_client.py”, line 30, in send_command
self.send_data(to_send)
File “/usr/local/lib/python3.7/site-packages/pyenvisalink/envisalink_base_client.py”, line 103, in send_data
self._transport.write((data + ‘\r\n’).encode(‘ascii’))
AttributeError: ‘NoneType’ object has no attribute ‘write’Any help would be great.
Posts: 1
Participants: 1