Will there be a fix for issue?
I would like to get rid of the ikea hub. But need the controllers!
Will there be a fix for issue?
I would like to get rid of the ikea hub. But need the controllers!
Hi @MrGinos,
As I already mentioned in the issue, the LED1624G9 does not have support for ācolor_tempā attribute and that is the attribute that is meant to use for the arrows on the E1524/E1810. My solution was to provide a xy_color attribute for the lights that do not have the color_temp attribute, but I donāt currently own a lightbulb with xy_color to test it out. I saw that lorek123 offered to try some code, so once I get back to it I will give you both some code to try out.
I can assure you that the app works with the lightbulb LED1732G11 from IKEA, since it does support color_temp. You can also get any lightbulb with brightness and color_temp support, you can check it out in here.
This minor change does not contain any breaking changes
action
(#4) @xaviml
This minor change does not contain any breaking changes
I just released v1.4.0 with support to the Symfonisk controller for light and media player. Check it out and let me know.
This major change contains breaking changes. Check README.md
Hi @swiftlyfalling,
Thanks for the information you gave me long time ago. In came in handy to get rid off the time.sleep and instead use the self.sleep with async features with AD 4.x
Thankyou, this works really well with my deconz and my ikea remote and WLED light.
Not sure about the color transition yet, canāt find info about the wled integration supports it properly.
Do you get an error on the color transition? Does the WLED light supports xy_color attribute?
This minor change does not contain any breaking changes
how do I get started.
I have HCAS and AppDeamon installed I loaded controllerX.
bedroom_speaker:
module: controllerx
class: E1744MediaPlayerController
sensor: sensor.symfonisk_controller_action
media_player: media_player.bedroom_speaker
Does it support skip and previous track?
- Do I need āappdaemon: trueā in the standard HA configuration.yaml file
Yes, you need to activate appdaemon to HACS configuration. Either through yaml configuration or through GUI.
- Do I need a apps.yaml if so where does this go under appdeaon/apps/controllerx/ and should it contain
Yes, when installing AppDaemon and running it for the first time, you will see an apps.yaml in /config/appdaemon/apps/apps.yaml
Does it support skip and previous track?
Yes, it does. 1 click resumes/pauses. 2 clicks skips forward. 3 clicks skips backward. The same as the original implementation with IKEA hub.
2020-01-30 20:52:09.570310 INFO AppDaemon: Initializing app tv_sonos_speaker using class E1744MediaPlayerController from module
controllerx
2020-01-30 20:52:09.572473 WARNING AppDaemon: ------------------------------------------------------------
2020-01-30 20:52:09.572718 WARNING AppDaemon: Unexpected error initializing app: tv_sonos_speaker:
2020-01-30 20:52:09.572877 WARNING AppDaemon: ------------------------------------------------------------
2020-01-30 20:52:09.573328 WARNING AppDaemon: Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/appdaemon/appdaemon.py", line 2051, in check_app_updates
self.init_object(app)
File "/usr/local/lib/python3.6/site-packages/appdaemon/appdaemon.py", line 1567, in init_object
modname = __import__(app_args["module"])
File "/conf/apps/controllerx/controllerx.py", line 14, in <module>
import hassapi as hass
ModuleNotFoundError: No module named 'hassapi'
2020-01-30 20:52:09.573629 WARNING AppDaemon: ------------------------------------------------------------
Any ideas? No HASC just plain old drop files and folders into Appdaemon/conf/
appdeamon.yaml =
log:
logfile: STDOUT
errorfile: STDERR
appdaemon:
threads: 10
plugins:
HASS:
type: hass
ha_url: https://ha.bertybassett.synology.me
token: XXXXXXXXXXXXXXXXXXXXremovedForSecutityReasonsXXXXXXXXXXXXXXXXXXXX
You need at least AppDaemon 4.0.0 for this app, from your config it looks like you are still using version 3.x.x.
https://registry.hub.docker.com/r/acockburn/appdaemon/builds?page=1
Is what I loaded, thought it would be version 4?? How do I double check?
Which one exactly? There are quite a few there.
In version 4.0.0 and higher latitude, longitude, time_zone and elevation are mandatory config options in the appdaemon.yaml file.
I loaded the latest ones as of 2 days ago
appdaemon:
threads: 10
plugins:
ha_url: REDACTED
ha_key: REDACTED
time_zone: America/Los_Angeles
latitude: REDACTED
longitude: REDACTED
elevation: 116
hadashboard:
dash_url: http://192.168.0.21:5050
dashboard_dir: /conf/dashboards