illuzn
illuzn
# Problem/Motivation > In #12 it is mentioned that `.zshrc` is persistent. However, for the life of me, it seems that it is not persistent when the addon is restarted....
## Proposed change For custom component: https://github.com/illuzn/rheem-eziset Dark logos are included because no SVGs could be found. The dark logo looks better on a darker background (alpha channel aliasing). ##...
### Changes This change makes the leased attribute of unknown devices a dict of dict object. The schema of each item is: ```yaml [ip]: hostname: [name] MAC: [MAC address] ```...
msg.fanSpeed is working for me for cool and heat modes. However bizzarely, it doesn't seem to work if the mode is set to fan (regardless of whether directly in the...
Please add 2 configuration checkboxes to the node as follows: Name | Default | Description ----|----|---- Status Report on Connect | true | This will provide the status report msg...
Using the patched gosungrow build with the new API and APP key. I get the following error: ``` [04:37:56] INFO: Syncing data from gateway https://augateway.isolarcloud.com ... 2024/02/06 04:37:56 INFO: Connecting...
### Enhancement Summary The current weather colours are very low saturation change them to higher saturation ### Detailed Description The NSPanel has a very low contrast ratio. Colours that look...
This makes each item in unknown_devices.attributes.leased a dict (i.e. a dict of dicts). For example ```yaml leased: 192.168.1.2: mac: aa:bb:cc:dd:ee:ff hostname: abcdef 192.168.1.3: mac: 11:22:33:44:55:66 hostname: 123456 ``` This makes...
Addresses issues #154 and #153. ### Unknown Devices Logic https://github.com/illuzn/ha-edgeos/blob/cc9678c575eea992d070038aa6cb4d0e7ec94a2a/custom_components/edgeos/data_processors/device_processor.py#L146-L208 The `_update_leased_devices` and `_set_devices` logic was incorrect. When a device first connects (or the integration is loaded), it will be...
### What happened? This is for Moes AM43-0.45/40-ES-EB (_TZE200_zah67ekd). 1. DPS 1 is used for multiple purposes. - setting DPS 1 to 0, 1 or 2 will open, stop or...