Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95530

Component modbus climat syntax error?

$
0
0

@Johan_Linden wrote:

Hi, can anyone please explain this error?

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 408, in _async_add_entity
await entity.async_update_ha_state()
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 275, in async_update_ha_state
self._async_write_ha_state()
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 316, in _async_write_ha_state
attr.update(self.state_attributes or {})
File “/usr/src/homeassistant/homeassistant/components/climate/init.py”, line 193, in state_attributes
self.temperature_unit,
File “/usr/src/homeassistant/homeassistant/components/climate/init.py”, line 260, in temperature_unit
raise NotImplementedError()
NotImplementedError

modbus:
  name: test
  type: tcp
  host: 192.168.1.202
  port: 502

climate:
  - platform: modbus
    name: Halltest
    hub: test
    slave: 1
    target_temp_register: 1
    current_temp_register: 1
    data_type: float
    count: 2
    precision: 1

Thanks!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95530

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>