Skip to content

Instantly share code, notes, and snippets.

View cristianlivella's full-sized avatar
:octocat:
I'm an octocat

Cristian Livella cristianlivella

:octocat:
I'm an octocat
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cristianlivella on github.
  • I am cristianlivella (https://keybase.io/cristianlivella) on keybase.
  • I have a public key ASA9oobrOJJbmhmbiHXcpDT1d8NYRY8JCRYfMfQEz2HFsQo

To claim this, I am signing this object:

@cristianlivella
cristianlivella / solaredge.py
Created January 27, 2020 19:10
SolarEdge MQTT
from solaredge_local import SolarEdge
import paho.mqtt.client as mqtt
import time
usernameMQTT = "USERNAME"
passwordMQTT = "PASSWORD"
ipMQTT = "192.168.0.10"
ipInverter = "http://192.168.0.11"
while True: