I've been searching for a few days now but haven't found anything, it is possible I am searching the wrong terms...
What I am looking for is a plugin or method to use EventGhost to run scripts etc. when my landline rings and is answered, like the smart phone app but for the land line.
I have a ...
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.
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 11 matches
- Wed May 15, 2013 9:18 pm
- Forum: Coding Corner
- Topic: Modem Events
- Replies: 1
- Views: 1801
- Thu Sep 27, 2012 7:08 pm
- Forum: Coding Corner
- Topic: Charts and graphs
- Replies: 6
- Views: 5114
Re: Charts and graphs
Another idea could be to use php to create the image like
http://rpcsnas.lgnas.com/jarvis/weeklyenergy.php
Very simple to code that in PHP using MySQL to retreve any stored data.
<?
//Set up DB
$hostname='';
//mysql user name
$username='';
//mysql user password
$password='';
//connect to the ...
http://rpcsnas.lgnas.com/jarvis/weeklyenergy.php
Very simple to code that in PHP using MySQL to retreve any stored data.
<?
//Set up DB
$hostname='';
//mysql user name
$username='';
//mysql user password
$password='';
//connect to the ...
- Thu Sep 20, 2012 9:20 am
- Forum: Coding Corner
- Topic: Charts and graphs
- Replies: 6
- Views: 5114
Re: Charts and graphs
While not totally within eventghost the best option I have found is to use MySQL, apache and HighCharts to plot the chart.
It does require a MySQL database, the MySQL python package, web server software (I use apache) and some clever coding but it works and is extremely flexible. Fortunately I ...
It does require a MySQL database, the MySQL python package, web server software (I use apache) and some clever coding but it works and is extremely flexible. Fortunately I ...
- Tue Sep 18, 2012 10:27 am
- Forum: General Support
- Topic: How to calculate in Python to compensate for sensor errors?
- Replies: 5
- Views: 1786
Re: How to calculate in Python to compensate for sensor erro
Change td = my_data[2]-1 to
td = float(my_data[2])-1
It should work then.
From my understanding (basic understanding) td was a string, not a number. You can't -1 from a string. Float changes it to a number... (Please, correct me if I'm wrong)
Edit: ^^ Beat me to it.
td = float(my_data[2])-1
It should work then.
From my understanding (basic understanding) td was a string, not a number. You can't -1 from a string. Float changes it to a number... (Please, correct me if I'm wrong)
Edit: ^^ Beat me to it.
- Mon Sep 17, 2012 7:15 pm
- Forum: Coding Corner
- Topic: Looking for advice on speech recognition concept
- Replies: 2
- Views: 3839
Re: Looking for advice on speech recognition concept
I use, and would recommend Vox Commando. It has served me well although is not free but it's not much for a licence. Between EG and VC my HTPC is totally voice controlled and have voice feedback too... basically, it's a less sophisticated version of JARVIS from the Iron Man films.
- Mon Sep 17, 2012 7:02 pm
- Forum: Coding Corner
- Topic: Charts and graphs
- Replies: 6
- Views: 5114
Re: Charts and graphs
I'm looking in to the charts & graphs for my Owl energy meter and my Heatmiser Wifi Stat.
Both log the values to a MySQL db (although the heatmiser one isn't eg based but linux based and runs on a different box).
Highcharts, I believe it is called, looks like it would do it but it does need some ...
Both log the values to a MySQL db (although the heatmiser one isn't eg based but linux based and runs on a different box).
Highcharts, I believe it is called, looks like it would do it but it does need some ...
- Mon Sep 17, 2012 6:44 pm
- Forum: General Support
- Topic: Log to MySQL
- Replies: 10
- Views: 7363
Re: Log to MySQL
You need Python 2.6 installed for the codegood installer to work, without it it'll stop when it tries to find python.
The archive you supplied, I assume, includes the MySQL files to extract straight in to the eg site-packages directory? However, it depends on the version of MySQL you run as I had ...
The archive you supplied, I assume, includes the MySQL files to extract straight in to the eg site-packages directory? However, it depends on the version of MySQL you run as I had ...
- Mon Sep 17, 2012 6:59 am
- Forum: General Support
- Topic: Log to MySQL
- Replies: 10
- Views: 7363
Re: Log to MySQL
Thanks, although that didn't help neither did searching on here...
But I found it elsewhere so will share here for future reference.
Download Python 2.6 (http://www.python.org/download/releases/2.6/)
Download MySQL-Python for yor version of MySQL (http://www.codegood.com/)
Install Python 2.6 ...
But I found it elsewhere so will share here for future reference.
Download Python 2.6 (http://www.python.org/download/releases/2.6/)
Download MySQL-Python for yor version of MySQL (http://www.codegood.com/)
Install Python 2.6 ...
- Thu Sep 13, 2012 9:52 pm
- Forum: General Support
- Topic: Log to MySQL
- Replies: 10
- Views: 7363
Log to MySQL
Hi,
I'm very new to the world of EventGhost and Python and trying to learn (with some success but not as much as I'd like).
I have a few sensors which are picked up by EG, for now I'll just specify the one in the hopes I can add the rest later, the same way.
The sensor logs the current drawn from ...
I'm very new to the world of EventGhost and Python and trying to learn (with some success but not as much as I'd like).
I have a few sensors which are picked up by EG, for now I'll just specify the one in the hopes I can add the rest later, the same way.
The sensor logs the current drawn from ...
- Thu Sep 13, 2012 12:00 pm
- Forum: Plugin Support
- Topic: RFXtrx
- Replies: 537
- Views: 249126
Re: RFXtrx
Thanks, that was fast!
I'll give it a try when I get home tonight and let you know what happens.
Edit.
Forgot I had Team Viewer installed... Just tried it and it works.
RFXtrx.Type: CM113 id: 58112 ' Counter: 46 Channel 1: 1.80 A Channel 2: 0.00 A Channel 3: 0.00 A signal: 5 battery: 9'
I'll give it a try when I get home tonight and let you know what happens.
Edit.
Forgot I had Team Viewer installed... Just tried it and it works.
RFXtrx.Type: CM113 id: 58112 ' Counter: 46 Channel 1: 1.80 A Channel 2: 0.00 A Channel 3: 0.00 A signal: 5 battery: 9'
- Wed Sep 12, 2012 9:14 pm
- Forum: Plugin Support
- Topic: RFXtrx
- Replies: 537
- Views: 249126
Re: RFXtrx
Hey,
I'm new to EventGhost, I used it about 6 months ago for some basic tasks but that was it. Now I have my RFXtrx I need to use it more. And so far it's been pretty easy going.
But, I have the OWL CM113 which is being picked up by the RFXtrx and using RFXmngr I get all the details from it ...
I'm new to EventGhost, I used it about 6 months ago for some basic tasks but that was it. Now I have my RFXtrx I need to use it more. And so far it's been pretty easy going.
But, I have the OWL CM113 which is being picked up by the RFXtrx and using RFXmngr I get all the details from it ...