@simonbove said in New pimatic tradfri plugin / IKEA Smart Lights:
called
I hope also for it… But in at moment there are still not available in Germany 😠
New pimatic tradfri plugin / IKEA Smart Lights
@simonbove said in New pimatic tradfri plugin / IKEA Smart Lights:
called
I hope also for it… But in at moment there are still not available in Germany 😠

yes i will implement the new blinds in the tradfri plugin as well.
I created a Github bug for tracking.
https://github.com/treban/pimatic-tradfri/issues/37
Seems something changed after the last Tradfri Hub update. It works, but I get now following message:

Just a simple hack, but the message just bugged me too much
I changed following line in the tradfri.coffee (/pimatic-app/node_modules/pimatic-tradfri/tradfri.coffee) from env.logger.error to env.logger.warn:
# env.logger.error("Tradfri gateway is not reachable anymore!")
env.logger.warn("Tradfri gateway is not reachable anymore!")
Result: Silence 
hi @OrTiN
i’ve been very busy the last months. i’ll see if i can find time for the plugin the next days.
You’ve already opened a bug. We should keep further steps towards resolution there.
https://github.com/treban/pimatic-tradfri/issues/41
How do the scenes work in a rule?
I have a 443mhz switch (Klikaan-Klikuit) working, and when I push this I want to apply a scene that it’s in the tradfri hub.
I can switch the scenes manually in pimatic, that’s working. But I can’t find how to apply that in a rule?
Simple dimming works, but if I change the colours of the lights in the evening, I want to have them white again in the morning… 
I’ve added the TradfriGroupScene.
That last one was the clue, you need to add a rule press button <Scene>, now it works!
Thankx!