The latest commit should fix this, and actually add groups as devices if so selected...

Regards,
M
Moderator: leecollings
The latest commit should fix this, and actually add groups as devices if so selected...
A little bit of "not thinking completely through a change" combined with not rigorous enough testing before commiting to github...
Code: Select all
if aLight["Type"] == "Outlet":
register outlet
if aLight["Type"] == "Light":
register light
Code: Select all
if aLight["Type"] == "Outlet":
register outlet
if aLight["Type"] == "Light" or aLight["Type"] == "Group":
register light
Hi!The latest commit should fix this, and actually add groups as devices if so selected...![]()
Regards,
M
The outlets are currently only supported in the development-branch. I'll try to update master as well...htilly wrote: ↑Thursday 18 October 2018 12:39Hi!The latest commit should fix this, and actually add groups as devices if so selected...![]()
Regards,
M
Did you push this to dev or master?
Having the same issue. Using stable branch and the Docker image.
Added a case on GIT:
https://github.com/moroen/IKEA-Tradfri-plugin/issues/50
But it might be better to have the discussion here?
Everything else seems to be working except that the light does not show up in Domoticz.
BR
Tilly
Hmm, well this is a bulb. My setup right now is quite simple. One gateway, one controll and one bulb. Trying to get everything to work before shopping more =)moroen wrote: ↑Thursday 18 October 2018 15:30The outlets are currently only supported in the development-branch. I'll try to update master as well...htilly wrote: ↑Thursday 18 October 2018 12:39Hi!The latest commit should fix this, and actually add groups as devices if so selected...![]()
Regards,
M
Did you push this to dev or master?
Having the same issue. Using stable branch and the Docker image.
Added a case on GIT:
https://github.com/moroen/IKEA-Tradfri-plugin/issues/50
But it might be better to have the discussion here?
Everything else seems to be working except that the light does not show up in Domoticz.
BR
Tilly
Regards,
M
These errors usually stem from mismatching the version of domoticz with the branch of the plugin... Are you sure you're using the correct branch of the plugin? I see you're running stable domoticz. The default branch when cloning the repo is development...
Aha, default development you say =)moroen wrote: ↑Thursday 18 October 2018 18:54These errors usually stem from mismatching the version of domoticz with the branch of the plugin... Are you sure you're using the correct branch of the plugin? I see you're running stable domoticz. The default branch when cloning the repo is development...
If you're on the correct branch, please let me know and please provide the log from domoticz. I'm not using docker, so the problem might be there if the branches are correctly matched...![]()
Regards,
M
Depends: most betas are very stable but the occasional one is bad. If you are on the beta thread then you need to follow GitHub to understand what changes are being made and follow the forum to see if issues are reported. And always have a backup.
Disagree. This is all Pro bono work. I have written a few python plugins myself. In open source, you get what you get and if you need more, you are down to the authors willingness and ability to help or you do it yourself. In this case, it would mean that the author would have to have an extra system to test just for you. I would agree with you if people get paid but that's not the case.
I'll stay clear of the "bad habit" discussion, but the plugin supports bulbs for stable domoticz:
Code: Select all
$ git checkout master
I was not aware that IKEA was planning this, but I guess if and when it's released, it would be the perfect excuse to finally installing automated curtains in the house...
Users browsing this forum: No registered users and 1 guest