Evan Moses

Results 10 comments of Evan Moses

Sorry, I had my work clothes on, please reply to this user rather than evanmoses-okta, above. And to clarify this is testing @firstof9 's zha-support branch.

Update, I fixed that error by adding `zha_supported = True` further up in helpers.py. Now I get ``` Logger: homeassistant.components.binary_sensor Source: custom_components/keymaster/binary_sensor.py:179 Integration: Binary sensor (documentation, issues) First occurred: 4:14:13...

Some progress. Now there's a periodic error (every 5s): ``` This error originated from a custom integration. Logger: custom_components.keymaster Source: custom_components/keymaster/__init__.py:665 Integration: keymaster (documentation, issues) First occurred: 7:51:04 PM (48...

@lubindent I'm in the US, using HA in F, but HA is happy to set temperatures to 0.5C increments. I wonder what your MQTT INFO looks like. Here's a partial...

Hm, looks like you've got the same model as me, so it *should* work. Can you try deleting the `config_ac*.json` files in `aircon`'s `config` directory and restarting `aircon`? It might...

Oh I should ask: how exactly are you running Aircon? I run it "by hand" in a separate docker container, not as an AddOn, and I didn't make any updates...

#222 addresses this to a certain extent, with that it takes a per-device precision value (which I set to 0.5 for my device, as that seems to be what works)....

I'm seeing the same problem, running independently in a docker container. I have 4 FGLair wifi units. Seems to work fine for about 10-20hrs then becomes non-responsive. I still see...

I ran into this as well, here's a minimal repo case: ```yaml openapi: 3.0.3 info: title: Minimal API version: "1.0.0" paths: /get: get: summary: Get a value responses: '200': description:...

Since density data isn't provided on most spools and has to be looked up on manufacturer's websites, it would be great if this could be defaulted to average values for...