domoticz_linky-deprecated icon indicating copy to clipboard operation
domoticz_linky-deprecated copied to clipboard

Splitting package in 2 parts

Open jibaku opened this issue 8 years ago • 16 comments

Hello,

I will in a few months move to a place with an linky counter. And I planning on using the API to fetch my data. I was thinking if it would help for maintenant to split domoticz_linky into 2 packages with for example the linky part available on PyPI ?

And do you know about ENEDIS test accounts, to be able to use the API without having it.?

jibaku avatar Mar 22 '18 14:03 jibaku

Salut,

I don't understand your point, there are two "programs" here, one that capture the data, and the other that generate the sql, sadly my python skills are a bit low... so the other is nodejs.

If you know how to make the sql from the python I'll be more than happy !

BTW on another repo there is the gazpar, but sql still to be generated

empierre avatar Mar 22 '18 20:03 empierre

The idea is to maybe create a linky package that can be used in domoticz_linky or in any other python program that would like to fetch data.

It should be quite easy to create the SQL from python or even to connect to SQLITE/MySQL/PostgreSQL to run the generated SQL.

jibaku avatar Mar 27 '18 14:03 jibaku

Il would also allow to use the same code in empierre/jeedom_linky

jibaku avatar Mar 27 '18 14:03 jibaku

"create the SQL from python" This is where I'm still not very good with python, so I used nodeJS (and I could have been much better in Perl ;-)

The nodejs part is full of unused procs, I'm currently rewriting and simplifying it for Gaspar. The Gaspar data fetch will be more robust, so maybe I'll update back linky afterward to have a single json format.

A few days ago @guillaumezin proposed the correction for daily values for Domoticz, transformation is not that easy... but right now it is still compatible with the Jeedom project.

empierre avatar Mar 27 '18 15:03 empierre

I use domoticz_linky to fetch data and store them in an InfluxDB database instead of Domoticz. See https://github.com/LudovicRousseau/domoticz_linky/tree/influxdb

So I made modifications in domoticz_linky (https://github.com/empierre/domoticz_linky/pull/14) to make the code more flexible.

Putting the fetching data code in its own package would be great.

LudovicRousseau avatar Oct 01 '18 20:10 LudovicRousseau

@LudovicRousseau if you hgave the knowledge it would be welcome as I am not a python dev, only hacking and learning it

empierre avatar Oct 02 '18 19:10 empierre

I just discovered the pyLinky project at https://github.com/Pirionfr/pyLinky

It looks like a lot of people are working on the same problem but with different solutions :-) Maybe we should aggregate all the projects to share some common code?

LudovicRousseau avatar Dec 06 '18 09:12 LudovicRousseau

I updated pyLinky to suite my needs https://github.com/LudovicRousseau/pyLinky

I now have a simpler Python script https://github.com/LudovicRousseau/domoticz_linky/blob/influxdb/linky_influxdb.py

LudovicRousseau avatar Dec 08 '18 16:12 LudovicRousseau

@LudovicRousseau can be a good idea, with the risk they put a captcha and we're locked out...

empierre avatar Dec 08 '18 17:12 empierre

@empierre Who is "they"?

LudovicRousseau avatar Dec 08 '18 17:12 LudovicRousseau

this is Enedis...

empierre avatar Dec 09 '18 20:12 empierre

I don't get the relation between a pyLinky module and the fact that Enedis adds a captcha.

The idea to have a module is that any Python project can use the module without reinventing the wheel.

LudovicRousseau avatar Dec 09 '18 22:12 LudovicRousseau

sure, but the effort we do will be someday stucked by a captcha

empierre avatar Dec 10 '18 08:12 empierre

Maybe. No problem if you do not want to use the pyLinky module. You can close this issue.

LudovicRousseau avatar Dec 10 '18 08:12 LudovicRousseau

I'm interrested, hoping we'll last a bit more ;-)

empierre avatar Dec 10 '18 08:12 empierre

I could be interested too for https://github.com/guillaumezin/DomoticzLinky but not sure how it will integrate, my plugin is tightly coupled to Domoticz plugin API, because as soon as you use external Python libraries, it often fails (the way it is compiled, Domoticz seems to break OpenSSL implementation, as soon as you use an Python API that relies on SSL inside a plugin, it fails miserably, that's the case for requests module for instance).

guillaumezin avatar Dec 10 '18 13:12 guillaumezin