I’m not seeing any debug output from my homeduino. Its working, because the lights are flashing when it receives rf commands, just nothing is being displayed in pimatic.
-
[Solved] No debug output.
-
See here
https://forum.pimatic.org/topic/1902/questions-about-the-release-of-v0-9/22And set the debug of homeduino to true at the plug in settings. You can do it via gui now! So this is a good exercise That should do it.
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
many thanks, just found it myself too. Didnt RTFM properly
-
@philicibine
No problem. At the moment there are some questions around v0.9 that come up frequently. So don’t worry and be happy that it works now as expected!pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
I adjusted the plugin settings in the GUI but still no Debug messages.
Although Events are working. -
you need to set the following at the settings section of your config.json
"debug": true, "logLevel": "debug",
furthermore you need to set the debug output at the plugin, what you already did like stated above.
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
I have those in my settings.
As I just saw in the log file I got an error: “loglevel” is not a valid property.It must be “logLevel” with the capital for level.
-
I changed the debug logging behavior in pimatic v0.9.28. If debug is enabled for a plugins its debug output is logged regardless of the log level.