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

OCCP - ABB TerraAC - 1.24.7 - Laden startet nicht wieder nach pausieren - (evtl. #12459) #12728

Closed
sreichholf opened this issue Mar 7, 2024 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@sreichholf
Copy link
Sponsor

sreichholf commented Mar 7, 2024

Describe the bug

Wenn ich das laden mit 0.124.7 anhalte und danach wieder starten möchte - z.B. durch einen wechsel von "Aus" auf "Schnell" - kommt mit meiner TerraAC kein SetChargingProfile mehr (nie wieder egal was ich manuell als Lademodus einstelle).

Meine TerraAC läuft bereits auf Firmware 1.8.0, das war mit der .6 aber noch alles i.O.

Steps to reproduce

  1. Ladevorgang z.B. durch auswahl von "Schnell" starten
  2. Ladevorgang z.B. durchauswahl von "Aus" oder auch "PV" (bei zu wenig PV Leistung) anhalten
  3. Ladevorgang erneut starten durch auswahl von z.B. "Schnell".

Configuration details

ABB TerraAC über ocpp

chargers:
  - name: TerraAC
    type: ocpp
    connecttimeout: 30m
    timeout: 20m
    getconfiguration: true
    bootnotification: true

Log details

[site  ] DEBUG 2024/03/07 07:26:00 site power: -166W
[lp-1  ] DEBUG 2024/03/07 07:26:00 charge total import: 0.000kWh
[lp-1  ] DEBUG 2024/03/07 07:26:00 charger status: C
[lp-1  ] DEBUG 2024/03/07 07:26:00 charge start energy: 0kWh
[lp-1  ] INFO 2024/03/07 07:26:00 start charging ->
[lp-1  ] DEBUG 2024/03/07 07:26:00 wake-up timer: stop
[lp-1  ] DEBUG 2024/03/07 07:26:02 soc estimated: 57.00% (vehicle: 57.00%)
[lp-1  ] DEBUG 2024/03/07 07:26:02 vehicle soc: 57%
[lp-1  ] DEBUG 2024/03/07 07:26:03 vehicle soc limit: 80%
[lp-1  ] DEBUG 2024/03/07 07:26:03 vehicle range: 207km
[lp-1  ] DEBUG 2024/03/07 07:26:03 pv charge current: 6.24A = 6A + 0.241A (-166W @ 3p)
[ocpp  ] TRACE 2024/03/07 07:26:03 sent JSON message to TACW************: [2,"1298119047","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":1,"transactionId":2,"stackLevel":0,"chargingProfilePurpose":"TxProfile","chargingProfileKind":"Relative","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6.2}]}}}]
[ocpp  ] TRACE 2024/03/07 07:26:03 received JSON message from TACW************: [3, "1298119047", {"status": "Accepted"}]
[lp-1  ] DEBUG 2024/03/07 07:26:03 max charge current: 6.24A
[ocpp  ] TRACE 2024/03/07 07:26:16 received JSON message from TACW************: [2, "2579192", "MeterValues", {"connectorId": 1, "transactionId": 2, "meterValue": [{"timestamp": "2024-03-07T06:26:17.000Z", "sampledValue": [{"value": "224.40", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L1-N", "unit": "V"}, {"value": "6.05", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L1", "unit": "A"}, {"value": "1342", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L1", "unit": "W"}, {"value": "224.20", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L2-N", "unit": "V"}, {"value": "6.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L2", "unit": "A"}, {"value": "1331", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L2", "unit": "W"}, {"value": "224.10", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L3-N", "unit": "V"}, {"value": "6.02", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L3", "unit": "A"}, {"value": "1334", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L3", "unit": "W"}, {"value": "43", "context": "Sample.Periodic", "format": "Raw", "measurand": "Energy.Active.Import.Register", "unit": "Wh"}, {"value": "6", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Offered", "unit": "A"}, {"value": "18.07", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "unit": "A"}, {"value": "4007", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "unit": "W"}]}]}]
[ocpp  ] TRACE 2024/03/07 07:26:16 sent JSON message to TACW************: [3,"2579192",{}]
[site  ] DEBUG 2024/03/07 07:26:30 ----
[lp-1  ] DEBUG 2024/03/07 07:26:30 charge power: 4007W
[site  ] DEBUG 2024/03/07 07:26:30 pv power: 166W
[site  ] DEBUG 2024/03/07 07:26:30 site power: 3841W
[lp-1  ] DEBUG 2024/03/07 07:26:30 charge total import: 0.043kWh
[lp-1  ] DEBUG 2024/03/07 07:26:30 charger status: C
[lp-1  ] DEBUG 2024/03/07 07:26:30 soc estimated: 57.05% (vehicle: 57.00%)
[lp-1  ] DEBUG 2024/03/07 07:26:30 vehicle soc: 57%
[lp-1  ] DEBUG 2024/03/07 07:26:30 vehicle soc limit: 80%
[lp-1  ] DEBUG 2024/03/07 07:26:30 vehicle range: 207km
[lp-1  ] DEBUG 2024/03/07 07:26:30 pv charge current: 0.674A = 6.24A + -5.57A (3841W @ 3p)
[ocpp  ] TRACE 2024/03/07 07:26:30 sent JSON message to TACW************: [2,"41708667","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":1,"transactionId":2,"stackLevel":0,"chargingProfilePurpose":"TxProfile","chargingProfileKind":"Relative","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6}]}}}]
[ocpp  ] TRACE 2024/03/07 07:26:30 received JSON message from TACW************: [3, "41708667", {"status": "Accepted"}]
[lp-1  ] DEBUG 2024/03/07 07:26:30 max charge current: 6A
[ocpp  ] TRACE 2024/03/07 07:26:53 received JSON message from TACW************: [2, "6466982", "MeterValues", {"connectorId": 1, "transactionId": 2, "meterValue": [{"timestamp": "2024-03-07T06:26:54.000Z", "sampledValue": [{"value": "224.80", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L1-N", "unit": "V"}, {"value": "6.05", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L1", "unit": "A"}, {"value": "1343", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L1", "unit": "W"}, {"value": "224.60", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L2-N", "unit": "V"}, {"value": "6.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L2", "unit": "A"}, {"value": "1333", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L2", "unit": "W"}, {"value": "224.50", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L3-N", "unit": "V"}, {"value": "6.02", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L3", "unit": "A"}, {"value": "1335", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L3", "unit": "W"}, {"value": "84", "context": "Sample.Periodic", "format": "Raw", "measurand": "Energy.Active.Import.Register", "unit": "Wh"}, {"value": "6", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Offered", "unit": "A"}, {"value": "18.07", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "unit": "A"}, {"value": "4011", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "unit": "W"}]}]}]
[ocpp  ] TRACE 2024/03/07 07:26:53 sent JSON message to TACW************: [3,"6466982",{}]
[lp-1  ] DEBUG 2024/03/07 07:26:55 set charge mode: off
[site  ] DEBUG 2024/03/07 07:26:55 ----
[lp-1  ] DEBUG 2024/03/07 07:26:55 charge power: 4011W
[site  ] DEBUG 2024/03/07 07:26:55 pv power: 166W
[site  ] DEBUG 2024/03/07 07:26:55 site power: 3845W
[lp-1  ] DEBUG 2024/03/07 07:26:55 charge total import: 0.084kWh
[lp-1  ] DEBUG 2024/03/07 07:26:55 charger status: C
[lp-1  ] DEBUG 2024/03/07 07:26:55 soc estimated: 57.09% (vehicle: 57.00%)
[lp-1  ] DEBUG 2024/03/07 07:26:55 vehicle soc: 57%
[lp-1  ] DEBUG 2024/03/07 07:26:55 vehicle soc limit: 80%
[lp-1  ] DEBUG 2024/03/07 07:26:55 vehicle range: 207km
[ocpp  ] TRACE 2024/03/07 07:26:55 sent JSON message to TACW************: [2,"3510183110","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":1,"transactionId":2,"stackLevel":0,"chargingProfilePurpose":"TxProfile","chargingProfileKind":"Relative","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":0}]}}}]
[ocpp  ] TRACE 2024/03/07 07:26:55 received JSON message from TACW************: [3, "3510183110", {"status": "Accepted"}]
[lp-1  ] DEBUG 2024/03/07 07:26:55 charger disable
[lp-1  ] DEBUG 2024/03/07 07:26:55 wake-up timer: stop
[ocpp  ] TRACE 2024/03/07 07:26:56 received JSON message from TACW************: [2, "7304262", "StatusNotification", {"connectorId": 1, "errorCode": "NoError", "info": "null", "status": "SuspendedEVSE", "vendorErrorCode": "0x0000"}]
[ocpp  ] TRACE 2024/03/07 07:26:56 sent JSON message to TACW************: [3,"7304262",{}]
[ocpp  ] TRACE 2024/03/07 07:26:57 received JSON message from TACW************: [2, "4878536", "Heartbeat", {}]
[ocpp  ] TRACE 2024/03/07 07:26:57 sent JSON message to TACW************: [3,"4878536",{"currentTime":"2024-03-07T06:26:57Z"}]
[site  ] DEBUG 2024/03/07 07:27:00 ----
[lp-1  ] DEBUG 2024/03/07 07:27:00 charge power: 4011W
[site  ] DEBUG 2024/03/07 07:27:00 pv power: 166W
[site  ] DEBUG 2024/03/07 07:27:00 site power: 3845W
[lp-1  ] DEBUG 2024/03/07 07:27:00 charge total import: 0.084kWh
[lp-1  ] DEBUG 2024/03/07 07:27:00 charger status: B
[lp-1  ] DEBUG 2024/03/07 07:27:00 final charge energy: 0.084kWh
[lp-1  ] INFO 2024/03/07 07:27:00 stop charging <-
[lp-1  ] DEBUG 2024/03/07 07:27:00 charge total import: 0.084kWh
[lp-1  ] DEBUG 2024/03/07 07:27:01 soc estimated: 57.09% (vehicle: 57.00%)
[lp-1  ] DEBUG 2024/03/07 07:27:01 vehicle soc: 57%
[lp-1  ] DEBUG 2024/03/07 07:27:02 vehicle soc limit: 80%
[lp-1  ] DEBUG 2024/03/07 07:27:02 vehicle range: 202km
[ocpp  ] TRACE 2024/03/07 07:27:29 received JSON message from TACW************: [2, "3836316", "MeterValues", {"connectorId": 1, "transactionId": 2, "meterValue": [{"timestamp": "2024-03-07T06:27:31.000Z", "sampledValue": [{"value": "226.30", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L1-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L1", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L1", "unit": "W"}, {"value": "226.10", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L2-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L2", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L2", "unit": "W"}, {"value": "226.20", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L3-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L3", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L3", "unit": "W"}, {"value": "92", "context": "Sample.Periodic", "format": "Raw", "measurand": "Energy.Active.Import.Register", "unit": "Wh"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Offered", "unit": "A"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "unit": "W"}]}]}]
[ocpp  ] TRACE 2024/03/07 07:27:29 sent JSON message to TACW************: [3,"3836316",{}]
[site  ] DEBUG 2024/03/07 07:27:30 ----
[lp-1  ] DEBUG 2024/03/07 07:27:30 charge power: 0W
[site  ] DEBUG 2024/03/07 07:27:30 pv power: 166W
[site  ] DEBUG 2024/03/07 07:27:30 site power: -166W
[lp-1  ] DEBUG 2024/03/07 07:27:30 charge total import: 0.092kWh
[lp-1  ] DEBUG 2024/03/07 07:27:30 charger status: B
[site  ] DEBUG 2024/03/07 07:28:00 ----
[lp-1  ] DEBUG 2024/03/07 07:28:00 charge power: 0W
[site  ] DEBUG 2024/03/07 07:28:00 pv power: 166W
[site  ] DEBUG 2024/03/07 07:28:00 site power: -166W
[lp-1  ] DEBUG 2024/03/07 07:28:00 charge total import: 0.092kWh
[lp-1  ] DEBUG 2024/03/07 07:28:00 charger status: B
[lp-1  ] DEBUG 2024/03/07 07:28:01 set charge mode: now
[site  ] DEBUG 2024/03/07 07:28:01 ----
[lp-1  ] DEBUG 2024/03/07 07:28:01 charge power: 0W
[site  ] DEBUG 2024/03/07 07:28:01 pv power: 166W
[site  ] DEBUG 2024/03/07 07:28:01 site power: -166W
[lp-1  ] DEBUG 2024/03/07 07:28:01 charge total import: 0.092kWh
[lp-1  ] DEBUG 2024/03/07 07:28:01 charger status: B
[lp-1  ] DEBUG 2024/03/07 07:28:01 max charge current: 16A
[lp-1  ] DEBUG 2024/03/07 07:28:01 charger enable
[lp-1  ] DEBUG 2024/03/07 07:28:01 wake-up timer: start
[ocpp  ] TRACE 2024/03/07 07:28:06 received JSON message from TACW************: [2, "9623474", "MeterValues", {"connectorId": 1, "transactionId": 2, "meterValue": [{"timestamp": "2024-03-07T06:28:07.000Z", "sampledValue": [{"value": "226.20", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L1-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L1", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L1", "unit": "W"}, {"value": "225.70", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L2-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L2", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L2", "unit": "W"}, {"value": "226.20", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L3-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L3", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L3", "unit": "W"}, {"value": "92", "context": "Sample.Periodic", "format": "Raw", "measurand": "Energy.Active.Import.Register", "unit": "Wh"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Offered", "unit": "A"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "unit": "W"}]}]}]
[ocpp  ] TRACE 2024/03/07 07:28:06 sent JSON message to TACW************: [3,"9623474",{}]
[ocpp  ] TRACE 2024/03/07 07:28:09 received JSON message from TACW************: [2, "5075578", "Heartbeat", {}]
[ocpp  ] TRACE 2024/03/07 07:28:09 sent JSON message to TACW************: [3,"5075578",{"currentTime":"2024-03-07T06:28:09Z"}]
[site  ] DEBUG 2024/03/07 07:28:30 ----
[lp-1  ] DEBUG 2024/03/07 07:28:30 charge power: 0W
[site  ] DEBUG 2024/03/07 07:28:30 pv power: 187W
[site  ] DEBUG 2024/03/07 07:28:30 site power: -187W
[lp-1  ] DEBUG 2024/03/07 07:28:30 charge total import: 0.092kWh
[lp-1  ] DEBUG 2024/03/07 07:28:30 charger status: B
[ocpp  ] TRACE 2024/03/07 07:28:43 received JSON message from TACW************: [2, "8452964", "MeterValues", {"connectorId": 1, "transactionId": 2, "meterValue": [{"timestamp": "2024-03-07T06:28:44.000Z", "sampledValue": [{"value": "226.20", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L1-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L1", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L1", "unit": "W"}, {"value": "226.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L2-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L2", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L2", "unit": "W"}, {"value": "226.20", "context": "Sample.Periodic", "format": "Raw", "measurand": "Voltage", "phase": "L3-N", "unit": "V"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "phase": "L3", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "phase": "L3", "unit": "W"}, {"value": "92", "context": "Sample.Periodic", "format": "Raw", "measurand": "Energy.Active.Import.Register", "unit": "Wh"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Offered", "unit": "A"}, {"value": "0.00", "context": "Sample.Periodic", "format": "Raw", "measurand": "Current.Import", "unit": "A"}, {"value": "0", "context": "Sample.Periodic", "format": "Raw", "measurand": "Power.Active.Import", "unit": "W"}]}]}]
[ocpp  ] TRACE 2024/03/07 07:28:43 sent JSON message to TACW************: [3,"8452964",{}]

What type of operating system are you running?

Docker container

Version

0.124.7

@andig andig self-assigned this Mar 7, 2024
@andig andig added the bug Something isn't working label Mar 7, 2024
@andig
Copy link
Member

andig commented Mar 10, 2024

Vmtl. ein Seiteneffekt von #12459

@andig
Copy link
Member

andig commented Mar 10, 2024

Siehe auch #12821. Könntest Du bitte auch nochmal verifizieren, ob 0.124.6 noch funktioniert?

/cc @cheerfulalex ähnlicher Nebeneffekt wie Du ihn auch schon beobachtet hattest.

@sreichholf
Copy link
Sponsor Author

sreichholf commented Mar 11, 2024

Funktioniert einwandfrei, darauf bin ich direkt zurück. Hat gestern stressfrei geladen.

@andig
Copy link
Member

andig commented Mar 11, 2024

Closed in 1580857, follow-up in #12861.

@andig andig closed this as completed Mar 11, 2024
@cheerfulalex
Copy link

cheerfulalex commented Mar 11, 2024

Ich glaube hier wird etwas vermischt:

solange man im "pv"-Modus bleibt und nichts über Weboberfläche umschaltet tut SetChargingProfile = 0A für das Pausieren wie gewünscht. Auto anschließen, abziehen -> alles wunderbar.

Wenn ich jetzt aber über die Weboberfläche von "pv" -> "aus" -> "schnell" umschaltete wird seites EVCC kein SetChargingProifle = 16A geschickt. Genau genommen es wird gar nichts geschickt. Und das ist der eigentliche Fehler.

Ich schulde noch die Logs dazu, aber bei mir sieht es mit #12459 genauso aus.

@sreichholf
Copy link
Sponsor Author

Da ich an besagtem Tag keine Sonne hatte, kann es gut sein, dass es im PV Modus einwandfrei funktioniert hätte.
Ansonsten deckt sich mein Log ja mit deinen Ausführungen, dass schlicht nichts gesendet wird.

@premultiply
Copy link
Member

Wenn ich jetzt aber über die Weboberfläche von "pv" -> "aus" -> "schnell" umschaltete wird seites EVCC kein SetCargingProifle mit 16A geschickt. Genau genommen es wird gar nichts geschickt. Und das ist der eigentliche Fehler.

@andig Das sollten wir dann aber vor einem Revert zuerst checken und ggf. fixen.

@andig
Copy link
Member

andig commented Mar 11, 2024

Das eigentliche Problem ist #12821. Und auch hier steckt ein Bug drin der gelöst werden müsste. Also erstmal revert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants