Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 240, in async_update_ha_state
device_attr = self.device_state_attributes
File "/config/custom_components/sensor/wiser.py", line 123, in device_state_attributes
attrs['device_reception_LQI'] = deviceData.get("ReceptionOfDevice").get("Lqi")
AttributeError: 'NoneType' object has no attribute 'get'
Not sure if it is coincidence, but likely connected, temperature of all the climate components are reporting -20.
The official wiser app seems to be reporting sensible numbers thouh (about 19 degrees)
Cool, thanks Merged the PR already.
Im working on a) Putting the wiserhub code on pypi (done) b) Publishing it as part of Home Assistant itself (InProgress)…
Alas Im in San Fran now for work so cant really work on it till i get back… hopefully in the next two weeks.
All, Im trying to get the code into the main HA distribution but hitting a brick wall… anyone got HA Dev experience checkout my other thread - any help grateful
Shame I burnt 2 evenings trying to figure this out…
EDIT
guys,
Im prepping the package for inclusion into Home Assistant. To this end Ive got he main wiserHub package now on PyPi and reformatting code etc so that it conforms to HA standards. Can someone please give it a whirl and see if its all ok?
its on dev branch “UseNewPyPi” so to get to it use
Could i set the Schedule using an input value slider?
the syntax is wrong, i think i should be using value templates?
for example instead of
Name: Test Room
Description: Schedule for Test Room
Type: Heating
Weekdays:
- Time: 07:30
Temp: 21.5
have
Name: Test Room
Description: Schedule for Test Room
Type: Heating
Weekdays:
- Time: input_datetime.heating_weekday_on1
Temp: input_number.temp_weekday_on1
Edit:
would it be this?
Name: Test Room
Description: Schedule for Test Room
Type: Heating
Weekdays:
- Time: "{{ states('input_datetime.heating_weekday_on1') | int }}"
Temp: "{{ states('input_number.temp_weekday_on1') | int }}"
I have just started to install mine, initially started off with the hub and a room thermostat when I connected everything to hass, now I have added an additional TRV but its not showing as an entity in hass, only the hub, the thermostat and the room I have initially created - is there anything like polling for newly added components? and if so how can I tune the value while I extend my setup?
Hi everyone,
Looking at moving onto the next stage now and was wondering if anyone has already done this that could help!
I have myself and my partner set up with our mobiles as device trackers. I want to set the away mode to activate when we are both away from the house and turn back on when we return.
Currently going through the automation process, but just wondering how I call for the away mode?