imeon-community / Imeon-to-MQTT

A python script to extract values from the inverter and inject them in an MQTT server. Typical use case for Home assistant or Jeedom.
MIT License
8 stars 3 forks source link

Python version and modules required #1

Open samuellazea opened 1 year ago

samuellazea commented 1 year ago

Hello,

It's nice work that you did here and thank you for sharing. Would you please also mention what python version do you use with the script? Also, what modules are needed to be installed for this? Thank you for it

rzylius commented 1 year ago

hi, I will upload new version ofscript, this was very basic.

regards, rimantas

On Tue, 25 Apr 2023 at 11:27, samuellazea @.***> wrote:

Hello,

It's nice work that you did here and thank you for sharing. Would you please also mention what python version do you use with the script? Also, what modules are needed to be installed for this? Thank you for it

— Reply to this email directly, view it on GitHub https://github.com/imeon-community/Imeon-to-MQTT/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAGJVXO7I6A4YWEUUGAEPLXC6DFVANCNFSM6AAAAAAXKU2RNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dhirlea commented 1 year ago

This seems to only use Python standard libraries and the only non-standard one with Python 3.6+ is paho-mqtt 1.6.1 (https://pypi.org/project/paho-mqtt/). Is this right?

rzylius commented 1 year ago

I guess so.

The code works, but it is an messy and inefficient code in the mqtt and queue part, so I reworking it now on async. will publish this next wee,

I find this in requirements now (though I think not everything is needed)

certifi==2022.12.7 charset-normalizer==3.0.1 idna==3.4 paho-mqtt==1.6.1 requests==2.28.2 schedule==1.1.0 urllib3==1.26.14

On Sat, 12 Aug 2023 at 12:02, Dan Hirlea @.***> wrote:

This seems to only use Python standard libraries and the only non-standard one with Python 3.6+ is paho-mqtt 1.6.1 ( https://pypi.org/project/paho-mqtt/). Is this right?

— Reply to this email directly, view it on GitHub https://github.com/imeon-community/Imeon-to-MQTT/issues/1#issuecomment-1675802270, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAGJVWW5MVWY5BKFT3KF73XU5BBPANCNFSM6AAAAAAXKU2RNY . You are receiving this because you commented.Message ID: @.***>