Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

athom-rgbct-light: changed behaviour since updates #92

Open
DoogeJ opened this issue Oct 11, 2024 · 3 comments
Open

athom-rgbct-light: changed behaviour since updates #92

DoogeJ opened this issue Oct 11, 2024 · 3 comments

Comments

@DoogeJ
Copy link

DoogeJ commented Oct 11, 2024

I've recently updated the firmware on my 'athom-rgbct-light' (15W color bulb) lights to 2024.9.x (from something from 2023).
In this example I'm using one that has the name and friendly_name set to 'bedroom-light'

This changed the behavior in a few annoying ways:

  • The device name in HA changed from 'light.bedroom_light_bedroom_light to light.bedroom_light_rgbcct_bulb, breaking all automation and cards
  • The default behavior on power loss changed so that it now stays off (it goes on for a split second, then turns off once it connects); this stops us from using the normal light switches in the house
  • I seem to no longer be able to set the light to a specified brightness in the automations in HA. I can still brightness_increase and brightness_decrease, but not set a specific %

I think the reason is the changes in e1b4785 but I'm not sure about all technical details.

Contents of my bedroom-light.yaml ESPHome configuration for this example:

substitutions:
  name: bedroom-light
  friendly_name: bedroom-light
packages:
  athom.rgbct-light: github://athom-tech/athom-configs/athom-rgbct-light.yaml
esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: *snip*


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
@tarontop
Copy link
Collaborator

It should have an option to select the power on state

QQ_1728988936520

@DoogeJ
Copy link
Author

DoogeJ commented Oct 15, 2024

It should have an option to select the power on state

QQ_1728988936520

Hi, thank you for your reply!
I checked and this is indeed set to 'Always off'; however when I change this setting, then turn off the power - it resets to 'Always off' whenever the light comes back online.

IMG_9842

@tarontop
Copy link
Collaborator

The configuration is saved after 1 minute, so when you change the option, test the power off 1 minute later.

flash_write_interval: 1min

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants