[go: nahoru, domu]

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

Possible issue with E1743 #863

Open
tabearu opened this issue Jul 6, 2023 · 1 comment
Open

Possible issue with E1743 #863

tabearu opened this issue Jul 6, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@tabearu
Copy link
tabearu commented Jul 6, 2023

Question

Hello everyone. First of all, love the project.
I've recently bought an E1743 and have been trying to set it up without access. I've managed to get on/off working but brightness is never working no matter the settings. I always receive entity unknown even though the entity exists in homeassistant.

Additional information

  • Devices involved:

    • Model: IKEA E1743 as Controller
    • Sonoff USB 3.0 Dongle Plus
  • Integration: z2m

  • AppDaemon version: 4.2.3 & 4.2.1

  • ControllerX version: 4.26.2

  • HACS version: 1.32.1

  • Home Assistant Core version: 2023.5.2

Please note that I'm running everything in docker.

AppDaemon app configuration

# this is working for on/off
ikea_tradfri_switch_1:
  module: controllerx
  class: E1743Controller
  integration: z2m
  controller: sensor.ikea_tradfri_on_off_switch_1_action
  light: light.rooflight
  
# this is not working at all
ikea_tradfri_switch_1:
  module: controllerx
  class: E1743Z2MLightController
  integration: z2m
  controller: sensor.ikea_tradfri_on_off_switch_1_action
  light: light.rooflight # also tested with:   light: rooflight

Logs

Z2M

Zigbee2MQTT:info  MQTT publish: topic 'zigbee2mqtt/IKEA-Tradfri-On-Off-Switch-1/action', payload 'on'
Zigbee2MQTT:error Entity 'rooflight' is unknown

ControllerX

Zigbee2MQTT:info MQTT publish: topic 'zigbee2mqtt/IKEA-Tradfri-On-Off-Switch-1', payload '{"action":"on","battery":60,"linkquality":65,"update":{"installed_version":-1,"latest_version":-1,"state":null},"update_available":null}'
Zigbee2MQTT:info  MQTT publish: topic 'zigbee2mqtt/IKEA-Tradfri-On-Off-Switch-1', payload '{"action":"","battery":60,"linkquality":65,"update":{"installed_version":-1,"latest_version":-1,"state":null},"update_available":null}'
Zigbee2MQTT:info MQTT publish: topic 'zigbee2mqtt/IKEA-Tradfri-On-Off-Switch-1/action', payload 'on'
Zigbee2MQTT:error Entity 'rooflight' is unknown

Homeassistant

WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'click' when rendering '{{ value_json.click }}'

I'm not sure what I'm doing wrong and would appreciate all help.

@tabearu tabearu added the question Further information is requested label Jul 6, 2023
@kszys
Copy link
kszys commented Sep 2, 2023

I am in a similar situation, although in my case E1743Controller works fine (on/off as well as dimming), but indeed, I cannot get E1743Z2MLightController to work at all :(

BTW - have you set the lagacy: False ? (https://www.zigbee2mqtt.io/devices/E1743.html)

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

No branches or pull requests

3 participants