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 15 matches

by artefact
Sun Nov 25, 2012 10:01 am
Forum: General Support
Topic: Log to MySQL
Replies: 10
Views: 7355

Re: Log to MySQL

It work now (for all user who want make this) :

import time
import MySQLdb

temperature = eg.event.payload

#Met en forme la temperature
my_data = temperature.split(' ')
td = my_data[2]

#Envois l'info dans la BDD
connexion = MySQLdb.connect("localhost","root","","oregon" )
cursor = connexion ...
by artefact
Wed Nov 14, 2012 5:50 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Thank for your work :wink:
by artefact
Sun Nov 11, 2012 7:27 pm
Forum: General Support
Topic: Log to MySQL
Replies: 10
Views: 7355

Re: Log to MySQL

Hi,

I make a connection to database but I have a problem for write data in DB :

I have a Oregon temperature sensor and a RFXcom, I read temperature without problem but I want to write the temperature in my database logtemp with temp table.

My python script for connect to my DB is OK (base logtemp ...
by artefact
Sun Oct 21, 2012 10:55 am
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Yes La Chanterelle is very good, there is too here, but I prefer the "Cèpe de Bordeaux" :D

Image

750 gr the most fat today for 2kg of cleaning mushroom in fridge.
by artefact
Sun Oct 21, 2012 10:10 am
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Yeahhhhh

You are boss you and Bert ... Thank you very much I test this afternoon.


This morning it was a mushroom burgundy hunt in forest :mrgreen:
by artefact
Sat Oct 20, 2012 3:52 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Hi,

Sorry for delay of my response :oops: I managed my motorized blind with Bert in rfxcom and some event at my home ...

I install ati remote wonder software on my computer and assign one touch :

http://www.heberger-image.fr/data/images/10268_rfxcom02.jpg

Then I put an event in eventghost and ...
by artefact
Sat Oct 06, 2012 6:24 am
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

OK,

I don't use X10 remote utility, I install it this afternoon for test. My X10 remote is use to send order in eventghost only for the moment.
by artefact
Thu Oct 04, 2012 7:22 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

now also supporting sending remote key pressures
I don't understand this :cry:


I create event Vol+ and Vol- with 10% and attribute the key Vol+ and Vol-

Image

When I make a long pressure only one action.
by artefact
Tue Oct 02, 2012 8:40 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Yeah you are a boss :mrgreen: It work very well with the ATI remote wonder :

Image

I go to bed now, I work tomorow morning at 6 Thank you for your work :wink:
by artefact
Tue Oct 02, 2012 8:06 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

I test now :

http://www.heberger-image.fr/data/vignettes/75949_EG001.jpg

Chacon switch is evry OK but X10 ATI Remote wonder crash the plugin and the COM port on windows manager :

http://www.heberger-image.fr/data/vignettes/17790_EG002.jpg


The X10 remote plugin work find in EG (but I don't ...
by artefact
Mon Oct 01, 2012 6:43 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Ho yes sorry, I not say this for upset you. My english is bad sorry. :oops:

I find your work very well, and I m not capable for this. Very very sorry for my way of saying. I 'm very glad to test your work. I have an X10 remote wonder ATI and Chacon switch (who is recognize by you're plugin and ...
by artefact
Mon Oct 01, 2012 5:37 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Yes I use it, for home automation and it's in the Rfxcom manager

I want replace my tellstick + X10 ATI remote plug by an Rfxcom usb for simplicity.

Thank to you
by artefact
Sun Sep 30, 2012 9:25 pm
Forum: Plugin Support
Topic: RFXtrx
Replies: 537
Views: 249016

Re: RFXtrx

Hi,

I test an USB Rfxtrx433 and I try to receive order from ATI remote wonder without sucess, have you a solution please (or it's not ready now) ?



Thank
by artefact
Wed Sep 05, 2012 9:23 pm
Forum: General Support
Topic: Send data from Serial port to MySQL
Replies: 0
Views: 1252

Send data from Serial port to MySQL

Hello,

I search a method for export data read in Serial Port in a SQL data base.

I have a electric counter with "teleinformation" like this http://www.planete-domotique.com/blog/2010/03/30/la-teleinformation-edf/ with a serial modem (home made). I test it works in terminal, but I want to send the ...
by artefact
Wed Sep 05, 2012 9:19 pm
Forum: General Support
Topic: Send data from Serial port to MySQL
Replies: 0
Views: 1292

Send data from Serial port to MySQL

Hello,

I search a method for export data read in Serial Port in a SQL data base.

I have a electric counter with "teleinformation" like this http://www.planete-domotique.com/blog/2010/03/30/la-teleinformation-edf/ with a serial modem (home made). I test it works in terminal, but I want to send the ...