Hallo,
danke das Update hat den Fehler behoben
Gruß
@znyde said in [Javascript] Midas (Aquatemp) Poolheizung:
@sunnylaila
hiermit ignorierst du die SSL Zertifkats meldung
Copy to Clipboard function updateToken() { if(token=="") { log("Token Neuanforderung"); var request = require('request'); var options = { url: cloudURL + '/app/user/login.json', method: 'POST', json: { "user_name": username, "password": password, "type": "2" }, rejectUnauthorized: false }; request(options,function (error, response, body){ console.log(error); console.log(JSON.stringify(response)); if(parseInt(body.error_code)==0) { token = body.object_result["x-token"]; log("Login ok! Token " + token); updateDeviceID(); } else { // Login-Fehler log("Login-Fehler in updateToken(): " + response.body, "warn"); token = ""; } }); } else { updateDeviceID(); } }
einmal der Post
danke, dann bestelle ich es mir mal und werde installieren und berichten
@michael-roling
hi, ja habe 2 Accounts, die Zieltemperatur von dir gefällt mir auch besser, aber meiner Regierung nicht
Kurze Rückmeldung der MSG200 ist heute gekommen und bereits installiert und wird
vom Adapter mit allen drei Garagentoren erkannt.
@michael-roling
Bin erst heute Abend wieder zu Hause dann teste ich mal
Hallo bei mir funktioniert es jetzt super du musst denke ich nur aus der App deine Geräte Mac eingeben
Kurze Rückmeldung der MSG200 ist heute gekommen und bereits installiert und wird
vom Adapter mit allen drei Garagentoren erkannt.
danke, dann bestelle ich es mir mal und werde installieren und berichten
Hallo zusammen, da ich eine Doppelgarage habe würde ich mir gerne den Meross
MSG200 bestellen weil der ja für 2 Tore geeignet ist, wird der von dem Adapter auch erkannt und kann gesteuert werden?
ja so hat es geklappt die Warnungen tauchen nicht mehr auf danke
habe jetzt gerade gesehen das ich im log einen haufen Warnungen vom fenecon Adapter
siehe log
fenecon.0
2024-07-21 20:11:24.211 warn Got terminate signal. Checking desired PID: 0 vs own PID 4209
fenecon.0
2024-07-21 20:11:22.188 warn State "fenecon.0._sum.SelfConsumption" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.179 warn State "fenecon.0._sum.Autarchy" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.171 warn State "fenecon.0.charger1._PropertySafetyCountry" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.164 warn State "fenecon.0.charger1.Current" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.158 warn State "fenecon.0.charger1._PropertyControlMode" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.152 warn State "fenecon.0.charger1._PropertyMpptForShadowEnable" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.145 warn State "fenecon.0.charger1._PropertyMaxBatteryPower" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.139 warn State "fenecon.0.charger1.State" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.132 warn State "fenecon.0.charger1.HasNoDcPv" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.126 warn State "fenecon.0.charger1._PropertyId" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.079 warn State "fenecon.0.charger1.ActualPower" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.073 warn State "fenecon.0.charger1._PropertyRcrEnable" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.067 warn State "fenecon.0.charger1._PropertySetfeedInPowerSettings" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.061 warn State "fenecon.0.charger1._PropertyEnabled" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.055 warn State "fenecon.0.charger1._PropertyGoodWeMeterCategory" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.049 warn State "fenecon.0.charger1.ActualEnergy" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.044 warn State "fenecon.0.charger1._PropertyAlias" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.038 warn State "fenecon.0.charger1.MaxActualPower" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.032 warn State "fenecon.0.charger1.Voltage" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.026 warn State "fenecon.0.charger1._PropertyEssOrBatteryInverterId" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.020 warn State "fenecon.0.charger1._PropertyStartStop" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.014 warn State "fenecon.0.charger1._PropertyBackupEnable" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:22.006 warn State "fenecon.0.charger1._PropertyExternalMeterRatioValueB" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.951 warn State "fenecon.0.charger1._PropertyFeedPowerEnable" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.930 warn State "fenecon.0.charger1._PropertyExternalMeterRatioValueA" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.923 warn State "fenecon.0.charger1.ModbusCommunicationFailed" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.917 warn State "fenecon.0.charger1._PropertyMpptPort" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.867 warn State "fenecon.0.charger1._PropertyPvPort" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.860 warn State "fenecon.0.charger1._PropertyFeedPowerPara" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.853 warn State "fenecon.0.charger1._PropertyModbusUnitId" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.846 warn State "fenecon.0.charger1._PropertyCapacity" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.798 warn State "fenecon.0.charger1._PropertyModbusId" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.791 warn State "fenecon.0.meter2._PropertySafetyCountry" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.783 warn State "fenecon.0.meter2.Frequency" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.776 warn State "fenecon.0.meter2._PropertyMaxBatteryPower" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.768 warn State "fenecon.0.meter2._PropertyId" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.760 warn State "fenecon.0.meter2._PropertyEnabled" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.752 warn State "fenecon.0.meter2._PropertyGoodWeMeterCategory" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.745 warn State "fenecon.0.meter2.ActiveProductionEnergyL2" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.737 warn State "fenecon.0.meter2.ActiveProductionEnergyL1" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.682 warn State "fenecon.0.meter2.ReactivePower" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.668 warn State "fenecon.0.meter2.ActiveProductionEnergyL3" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.658 warn State "fenecon.0.meter2._PropertyAlias" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.608 warn State "fenecon.0.meter2.CurrentL2" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.601 warn State "fenecon.0.meter2.CurrentL1" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.538 warn State "fenecon.0.meter2.ActiveProductionEnergy" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.533 warn State "fenecon.0.meter2.Voltage" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.527 warn State "fenecon.0.meter2._PropertyBackupEnable" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.521 warn State "fenecon.0.meter2.FrequencyL2" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.515 warn State "fenecon.0.meter2._PropertyExternalMeterRatioValueB" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.510 warn State "fenecon.0.meter2.FrequencyL3" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.503 warn State "fenecon.0.meter2.ActiveConsumptionEnergy" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.497 warn State "fenecon.0.meter2._PropertyExternalMeterRatioValueA" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.449 warn State "fenecon.0.meter2.FrequencyL1" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.442 warn State "fenecon.0.meter2.ActiveConsumptionEnergyL2" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.413 warn State "fenecon.0.meter2.ActiveConsumptionEnergyL1" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.406 warn State "fenecon.0.meter2.ModbusCommunicationFailed" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.358 warn State "fenecon.0.meter2.ActiveConsumptionEnergyL3" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.352 warn State "fenecon.0.meter2._PropertyModbusId" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.347 warn State "fenecon.0.meter2.Current" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.342 warn State "fenecon.0.meter2._PropertyControlMode" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.286 warn State "fenecon.0.meter2._PropertyMpptForShadowEnable" has no existing object, this might lead to an error in future versions
fenecon.0
2024-07-21 20:11:21.281 warn State "fenecon.0.meter2.State" has no existing object, this might lead to an error in future versions
2024-07-21 20:11:24.236 warn Got terminate signal. Checking desired PID: 9356 vs own PID 4209
habe mir angeschaut ob es Objekte mit dem Namen gibt und sie sind da und trotzdem die Warnung kannst du damit etwas anfangen?
@michael-roling
ok machen wir so, werde es noch ein paar tage lassen falls du etwas testen möchtest.
ja genau das war es, jetzt geht es und trägt die Werte auch in Objekte ein
vielen vielen Dank für deine Mühen.
Brauchst du den Test Account noch?
Gruß
zb die Daten von temp in und temp out
laut log würde ich denken das es t2 und t3 sind die aber nicht in Objekte übernommen wird
2024-07-21 19:15:34.799 info DeviceDetails: {"sessionid":null,"error_code":"0","error_msg":"Success","error_msg_code":"","totalSize":null,"totalPage":null,"nextPage":null,"objectResult":[{"value":"1","code":"Power"},{"value":"1","code":"Mode"},{"value":"0","code":"Manual-mute"},{"value":"0","code":"T01"},{"value":"0","code":"T02"},{"value":"0","code":"2074"},{"value":"0","code":"2075"},{"value":"0","code":"2076"},{"value":"0","code":"2077"},{"value":"0","code":"H03"},{"value":"0","code":"Set_Temp"},{"value":"12.0","code":"R08"},{"value":"40.0","code":"R09"},{"value":"12.0","code":"R10"},{"value":"40.0","code":"R11"},{"value":"26.0","code":"R01"},{"value":"25.0","code":"R02"},{"value":"26.0","code":"R03"},{"value":"0","code":"T03"},{"value":"0","code":"1158"},{"value":"0","code":"1159"},{"value":"8","code":"F17"},{"value":"2","code":"H02"},{"value":"0","code":"T04"},{"value":"0","code":"T05"},{"value":"0","code":"T06"},{"value":"0","code":"T07"},{"value":"0","code":"T14"},{"value":"0","code":"T17"},{"value":"17.0","code":"T1"},{"value":"29.0","code":"T2"},{"value":"29.0","code":"T3"},{"value":"28.5","code":"T4"},{"value":"30.0","code":"T5"},{"value":"0","code":"T6"},{"value":"0","code":"T7"}],"isReusltSuc":true}
die Objekte werden bei mir leider noch nicht gefüllt
@michael-roling
er verbindet sich ja jetzt bei mir auch sauber und ließt auch Werte aus siehe Log
midas-aquatemp.0
2024-07-21 17:56:17.892 info DeviceDetails: {"sessionid":null,"error_code":"0","error_msg":"Success","error_msg_code":"","totalSize":null,"totalPage":null,"nextPage":null,"objectResult":[{"value":"1","code":"Power"},{"value":"1","code":"Mode"},{"value":"0","code":"Manual-mute"},{"value":"0","code":"T01"},{"value":"0","code":"T02"},{"value":"0","code":"2074"},{"value":"0","code":"2075"},{"value":"0","code":"2076"},{"value":"0","code":"2077"},{"value":"0","code":"H03"},{"value":"0","code":"Set_Temp"},{"value":"12.0","code":"R08"},{"value":"40.0","code":"R09"},{"value":"12.0","code":"R10"},{"value":"40.0","code":"R11"},{"value":"26.0","code":"R01"},{"value":"25.0","code":"R02"},{"value":"26.0","code":"R03"},{"value":"0","code":"T03"},{"value":"0","code":"1158"},{"value":"0","code":"1159"},{"value":"8","code":"F17"},{"value":"2","code":"H02"},{"value":"0","code":"T04"},{"value":"0","code":"T05"},{"value":"0","code":"T06"},{"value":"0","code":"T07"},{"value":"0","code":"T14"},{"value":"0","code":"T17"},{"value":"17.0","code":"T1"},{"value":"29.0","code":"T2"},{"value":"29.0","code":"T3"},{"value":"31.5","code":"T4"},{"value":"36.0","code":"T5"},{"value":"0","code":"T6"},{"value":"0","code":"T7"}],"isReusltSuc":true}
aber unter Objekte
siehe Bild wird nur set temp gefüllt