Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next Stable Release for Version 2 #12

Open
16 of 38 tasks
MK-2001 opened this issue Aug 22, 2020 · 6 comments
Open
16 of 38 tasks

Next Stable Release for Version 2 #12

MK-2001 opened this issue Aug 22, 2020 · 6 comments
Labels
Milestone

Comments

@MK-2001
Copy link
Owner

MK-2001 commented Aug 22, 2020

Funktionen zur Version 2

Schreiben zu allen beschreibbaren Edpunken ermöglichen:

  • await queue.add(() => this.setState("ampere", { val: o.amp, ack: true })); // write
  • await queue.add(() => this.setState("access_state", { val: o.ast, ack: true })); // write
  • await queue.add(() => this.setState("allow_charging", { val: o.alw, ack: true })); // write
  • await queue.add(() => this.setState("stop_state", { val: o.stp, ack: true })); // write
  • await queue.add(() => this.setState("wifi.ssid", { val: o.wss, ack: true })); // write
  • await queue.add(() => this.setState("wifi.key", { val: o.wke, ack: true })); // write
  • await queue.add(() => this.setState("wifi.enabled", { val: o.wen, ack: true })); // write
  • await queue.add(() => this.setState("cloud_disabled", { val: o.cdi, ack: true }));
  • await queue.add(() => this.setState("wifi.hotspot_key", { val: o.wak, ack: true })); // write
  • await queue.add(() => this.setState("http_flags", { val: o.r1x, ack: true })); // write
  • await queue.add(() => this.setState("max_load", { val: (o.dwo / 10), ack: true })); // write
  • await queue.add(() => this.setState("electricity_exchange.min_hours", { val: o.aho, ack: true })); // write
  • await queue.add(() => this.setState("electricity_exchange.finish_hour", { val: o.afi, ack: true })); // write
  • await queue.add(() => this.setState("led_brightness", { val: o.lbr, ack: true })); // write
  • await queue.add(() => this.setState("ampere_level1", { val: o.al1, ack: true })); // write
  • await queue.add(() => this.setState("ampere_level2", { val: o.al2, ack: true })); // write
  • await queue.add(() => this.setState("ampere_level3", { val: o.al3, ack: true })); // write
  • await queue.add(() => this.setState("ampere_level4", { val: o.al4, ack: true })); // write
  • await queue.add(() => this.setState("ampere_level5", { val: o.al5, ack: true })); // write
  • await queue.add(() => this.setState("color.idle", { val: "#" + ("000000" + parseInt(o.cid).toString(16)).slice(6), ack: true })); // write
  • await queue.add(() => this.setState("color.charging", { val: "#" + ("000000" + parseInt(o.cch).toString(16)).slice(6), ack: true })); // write
  • await queue.add(() => this.setState("color.finish", { val: "#" + ("000000" + parseInt(o.cfi).toString(16)).slice(6), ack: true })); // write
  • await queue.add(() => this.setState("time_offset", { val: o.tof, ack: true})); // write
  • await queue.add(() => this.setState("time_daylight_saving", { val: o.tds, ack: true })); // write
    // RFID Name
  • await queue.add(() => this.setState("rfid.badges.1.name", { val: o.rna, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.2.name", { val: o.rnr, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.3.name", { val: o.rnd, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.4.name", { val: o.rn4, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.5.name", { val: o.rn5, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.6.name", { val: o.rn6, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.7.name", { val: o.rn7, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.8.name", { val: o.rn8, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.9.name", { val: o.rn9, ack: true })); // write
  • await queue.add(() => this.setState("rfid.badges.10.name", { val: o.rn1, ack: true })); // write
  • await queue.add(() => this.setState("led_save_energy", { val: o.lse, ack: true })); // write
  • await queue.add(() => this.setState("unlock_state", { val: o.ust, ack: true })); // write
  • await queue.add(() => this.setState("electricity_exchange.balance_time", { val: o.dto, ack: true })); // write
  • await queue.add(() => this.setState("energy.norway_mode", { val: o.nmo, ack: true })); // write
@MK-2001 MK-2001 added this to the Version 1 milestone Aug 22, 2020
@MK-2001
Copy link
Owner Author

MK-2001 commented Aug 23, 2020

Added ampere_level 1-5 into version 0.0.7

@MK-2001
Copy link
Owner Author

MK-2001 commented Aug 23, 2020

Colors and led_save_energy is already defined in 0.0.2

@oneill2612
Copy link

oneill2612 commented Aug 29, 2020

Habe mir den Adapter auch mal runtergeladen und es wird auch einiges in Opjekten angezeigt vielen dank dafür :)

Da ich nur mit 16A Laden kann (Ford KUGA) und ich eine PV Anlage auffen Dach habe die ich auch schon auslese (SENEC) gibt es eine Möglichkeit nur mit PV Überschuss zuladen ?

Ich muss sagen ich bin auch erst ganz neu im Thema ioBroker :)

@MK-2001
Copy link
Owner Author

MK-2001 commented Aug 29, 2020

Habe mir den Adapter auch mal runtergeladen und es wird auch einiges in Opjekten angezeigt vielen dank dafür :)

Da ich nur mit 16A Laden kann (Ford KUGA) und ich eine PV Anlage auffen Dach habe die ich auch schon auslese (SENEC) gibt es eine Möglichkeit nur mit PV Überschuss zuladen ?

Ich muss sagen ich bin auch erst ganz neu im Thema ioBroker :)

Schau mal hier in die Dokumentation, welche Funktion für deine PV Anlage relevant ist: https://github.com/MK-2001/ioBroker.go-e/tree/master/docs#adapter-functions

@ND42
Copy link

ND42 commented Sep 13, 2020

Hi,
ich habe mir den Adapter heruntergeladen und in einem Docker Container installiert. Leider bekomme ich im Log folgenden Fehler:

go-e.0 2020-09-13 10:34:39.830 error (994) connect ECONNREFUSED 127.0.0.1:80
go-e.0 2020-09-13 10:33:39.707 info (994) Intervall: 60
go-e.0 2020-09-13 10:33:39.706 info (994) Server: http://192.168.0.161
go-e.0 2020-09-13 10:33:39.682 info (994) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.go-e, node: v12.18.3, js-controller: 3.1.6

Der manuelle Zugriff über "http://192.168.0.161/status" funktioniert und gibt Werte zurück. Hab ich was übersehen oder liegt es an dem Docker Konstrukt, da der Adapter scheinbar versucht auf "127.0.0.1:80" zuzugreifen ?
Bin für jede Hilfe dankbar...

@MK-2001 MK-2001 mentioned this issue Sep 13, 2020
@MK-2001
Copy link
Owner Author

MK-2001 commented Sep 13, 2020

Hi,
ich habe mir den Adapter heruntergeladen und in einem Docker Container installiert. Leider bekomme ich im Log folgenden Fehler:

go-e.0 2020-09-13 10:34:39.830 error (994) connect ECONNREFUSED 127.0.0.1:80
go-e.0 2020-09-13 10:33:39.707 info (994) Intervall: 60
go-e.0 2020-09-13 10:33:39.706 info (994) Server: http://192.168.0.161
go-e.0 2020-09-13 10:33:39.682 info (994) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.go-e, node: v12.18.3, js-controller: 3.1.6
Der manuelle Zugriff über "http://192.168.0.161/status" funktioniert und gibt Werte zurück. Hab ich was übersehen oder liegt es an dem Docker Konstrukt, da der Adapter scheinbar versucht auf "127.0.0.1:80" zuzugreifen ?
Bin für jede Hilfe dankbar...

Hi. Ich habe dir ein neues issue dafür aufgemacht und auch gleich mal geantwortet. Kannst du es prüfen? => #16
Gruß

@MK-2001 MK-2001 changed the title First Stable Release for Version 1 Next Stable Release for Version 2 Jan 11, 2021
@MK-2001 MK-2001 added the pinned label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants