Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 4 matches

by indyjason79
Thu Mar 31, 2016 1:29 am
Forum: Coding Corner
Topic: Does anyone use an IDE?
Replies: 2
Views: 2676

Re: Does anyone use an IDE?

I use Visual Studio 2015 and PTVS extension. I love VS so it was a natural fit for me. I know I'm losing out on tons of cool features not using a different IDE, but I'm so used to VS it make the transition from C# to Python that much easier.
by indyjason79
Thu Mar 31, 2016 1:28 am
Forum: Coding Corner
Topic: Saving changed config data
Replies: 3
Views: 2233

Re: Saving changed config data

Thanks for the suggestions! For what I'm trying to accomplish I've decided to just save all my user data to xml like ScheduleGhost does.
by indyjason79
Thu Mar 31, 2016 1:26 am
Forum: Plugin Support
Topic: PushBullet plugin (Pako)
Replies: 498
Views: 196383

Re: PushBullet plugin (Pako)

Has anyone else been getting this error on EG startup for Pushbullet in the last week or so like I have?

21:22:33 PushBullet: Request error: {"error":{"code":"insufficient_authorization","type":"invalid_request","message":"Insufficient authorization.","cat":"(=^├óÔé¼┬Ñ^=)"},"error_code ...
by indyjason79
Thu Mar 24, 2016 6:37 pm
Forum: Coding Corner
Topic: Saving changed config data
Replies: 3
Views: 2233

Saving changed config data

I'm working on creating my first HomeAutomation plugin, but have a question when it comes to persisting data.

If I have a variable that is passed into Configure and __start__, and the value gets changed at run-time, how do I persist the change so the proper value is loaded via __start__ when the ...