Hi Folks,
since some time my kodi rules doesnt work
“kodi-zboIFx is playing and $kodi-zbox.type != “song” and lightmode-switch is turned on”
i can see the playing state in the variables but the rule doesnt act.
Any ideas?
pimatic-kodi state
Hi Folks,
since some time my kodi rules doesnt work
“kodi-zboIFx is playing and $kodi-zbox.type != “song” and lightmode-switch is turned on”
i can see the playing state in the variables but the rule doesnt act.
Any ideas?
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
no one with the same problem?
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
Yes me too. But use the variables instead of the plugin rules.
Like if $kodi.state = "stop"
@sweebee it’s the same problem with variables?
We need some improvement
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
for me variables work fine.
@sweebee THX i will try this.
Maybe someone can tag this topic as bug?
https://github.com/pimatic/pimatic-kodi
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
Any ideas?
i cant create an issue on github for this bug.
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
@n3ro said in pimatic-kodi state:
i cant create an issue on github for this bug.
Sorry. Now, I have activated the issues queue on that project. https://github.com/pimatic/pimatic-kodi/issues
Maybe the problem is due to recent changes of the state handling which had been introduced with a new version of the base library. @Chris-van-Marle fixed that for the device implementation, but most likely additional fixture is required for the action and predicate handlers. I am trying to look into into this asap.
https://github.com/pimatic/pimatic-kodi/commit/8b6dbe3da03dbc243823047ce7cf6c5d46e90a58
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
@mwittig big thx I love this feature!
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
Amy news for this bug?
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
Any news? Still not working
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
only “not playing” is triggered by roule
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
@administrators why no news about this? i cant use the plugin for a looong time
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
@mwittig marcus, do you have some spare time to have a look what’s wrong here?
would be very nice
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebook
make it so !
@sweebee Does the plugin still work fine for with work-around you have described earlier?
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
@mwittig I have tryed the workaround but not working for me
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
Yea everything works fine for me.
@sweebee hey is it possible to make a little remote session to debug my issue?
pimatic + MySensors + Homeduino + z-way
https://github.com/n3roGit/MySensors_n3ro
I have just retested the stuff with Kodi 17.3 and it worked for me right away with the following condition:
WHEN state of kodi is "play" THEN ...
I used this to let a LED light flash which worked flawlessly.
The predicate “is playing” provided by pimatic-kodi does not work however. There are several issues with that code and I think it needs a rewrite.
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law