iobroker.zendure-solarflow 3.1.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -59,11 +59,24 @@ On a HUB 1200 / HUB 2000 / ACE 1500 combination you have to use '**setDeviceAuto
59
59
  This adapter will now use the Cloud Authorization Code for authentication on the official mqtt servers, which you can generate in the Zendure app!
60
60
 
61
61
  ## Changelog
62
+ ### 3.2.0 (2025-12-17)
63
+
64
+ - Fix inputLimit on certain devices
65
+ - Fix calculation of PV3 & 4 again (hopefully now 100%)
66
+ - Add some more specific debug messages
67
+ - Remove misleading error message on adapter start
68
+ - Replace restart on checkStatesJob with a debug message (I think Zendure cloud is stable now)
69
+ - Update adapter to adapter-react-v5 (MUI v5)
70
+ - Fix commandbar in settings
71
+
72
+ ### 3.1.1 (2025-12-01)
73
+
74
+ - Fix Uppercase 'a4ss5p' in helpers.ts
75
+
62
76
  ### 3.1.0 (2025-12-01)
63
77
 
64
78
  - Fix setInputLimit (always use positive value!)
65
- - Add calculation states for PV3 & PV4 (used by SF 800 Pro)
66
- - Fix Uppercase 'a4ss5p' in helpers.ts
79
+ - Add calculation states for PV3 & PV4 (used by SF 800 Pro)
67
80
 
68
81
  ### 3.0.8 (2025-10-22)
69
82
 
@@ -1,2 +1,2 @@
1
- .logo-background-light,.logo-background-colored{background:#fff}.logo-background-dark,.logo-background-blue{background:#000}.logo-div{position:absolute;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden;border-radius:50%;z-index:2}.logo-border{border-top-color:#39c;border-left-color:#164477;border-bottom-color:#164477;border-right-color:#164477;border-radius:50%;border-style:solid;box-sizing:border-box;width:100%;height:100%;position:absolute}.logo-top{position:absolute;width:4.5%;height:16%;top:0;z-index:2}.logo-i{position:absolute;width:14.5%;height:60%;top:20%;left:42%;background:#39c}.logo-i-top{position:absolute;width:14.5%;height:4%;left:42%;background:#39c;border-radius:100%}.logo-back{width:100%;height:100%;z-index:0;overflow:hidden}@keyframes logo-grow{0%{width:230px;height:230px;transform:translate(-50%,-50%) scale(1);opacity:1}99%{width:230px;height:230px;transform:translate(-50%,-50%) scale(10);opacity:0}to{width:0;height:0;opacity:0}}@keyframes logo-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes logo-color-inside-light{0%{background:#fefefe}to{background:#39c}}@keyframes logo-color-inside-dark{0%{background:#030303}to{background:#39c}}@keyframes logo-color-inside-colored{0%{background:#fefefe}to{background:#39c}}@keyframes logo-color-inside-blue{0%{background:#030303}to{background:#39c}}@keyframes logo-color-outside-light{0%{border-color:#fefefe}to{border-top-color:#39c;border-left-color:#164477;border-bottom-color:#164477;border-right-color:#164477}}@keyframes logo-color-outside-dark{0%{border-color:#040404}to{border-top-color:#39c;border-left-color:#164477;border-bottom-color:#164477;border-right-color:#164477}}@keyframes logo-color-outside-colored{0%{border-color:#fefefe}to{border-top-color:#39c;border-left-color:#164477;border-bottom-color:#164477;border-right-color:#164477}}@keyframes logo-color-outside-blue{0%{border-color:#040404}to{border-top-color:#39c;border-left-color:#164477;border-bottom-color:#164477;border-right-color:#164477}}.logo-animate-wait{animation:logo-color-outside 1.5s,logo-spin 1.5s linear infinite}.logo-animate-grow-light{background:#ddd}.logo-animate-grow-dark{background:#1d1d1d}.logo-animate-grow-colored{background:#ddd}.logo-animate-grow-blue{background:#1d1d1d}.logo-animate-grow{display:inline-block;text-align:center;z-index:1;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:245px;height:245px;border-radius:50%;position:absolute;animation:logo-grow 1s 1 ease forwards}.logo-animate-color-inside-light{animation:logo-color-inside-light 2.5s}.logo-animate-color-inside-dark{animation:logo-color-inside-dark 2.5s}.logo-animate-color-inside-colored{animation:logo-color-inside-colored 2.5s}.logo-animate-color-inside-blue{animation:logo-color-inside-blue 2.5s}.logo-animate-color-outside-light{animation:logo-color-outside-light 1.5s}.logo-animate-color-outside-dark{animation:logo-color-outside-dark 1.5s}.logo-animate-color-outside-colored{animation:logo-color-outside-colored 1.5s}.logo-animate-color-outside-blue{animation:logo-color-outside-blue 1.5s}html{height:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;overflow:hidden}::-webkit-scrollbar-track{background-color:#ccc;border-radius:5px}::-webkit-scrollbar{width:5px;height:5px;background-color:#ccc}::-webkit-scrollbar-thumb{background-color:#575757;border-radius:5px}#root,.App{height:100%}@keyframes glow{0%{background-color:initial}to{background-color:#58c458}}
1
+ *{box-sizing:border-box}.m{overflow:initial}.m.adapter-container,.m.adapter-container>div.App{height:100%;width:100%;position:relative}.m .select-wrapper+label{transform:none!important}label>i[title]{cursor:help;margin-left:.25em}.dropdown-content{white-space:nowrap}@media (prefers-color-scheme: dark){:root{--background-color: #323232;--text-color: #ddd;--shadow-color: #111;--highlight: #666;--primary: hsl(12, 90%, 60%)}}@media (prefers-color-scheme: light){:root{--background-color: #fefefe;--text-color: #222;--shadow-color: #999;--highlight: #cdcdcd;--primary: hsl(12, 70%, 40%)}}body{background-color:var(--background-color);color:var (--text-color)}
2
2
  /*# sourceMappingURL=index.css.map */
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../node_modules/@iobroker/adapter-react/Components/loader.css", "../../node_modules/@iobroker/adapter-react/index.css"],
4
- "sourcesContent": ["/**\n * Copyright 2018-2022 bluefox <dogafox@gmail.com>\n *\n * MIT License\n *\n **/\n\n.logo-background-light, .logo-background-colored {\n background: white;\n}\n.logo-background-dark, .logo-background-blue {\n background: black;\n}\n.logo-div {\n position: absolute;\n top: 50%;\n left: 50%;\n -ms-transform: translateX(-50%) translateY(-50%);\n -webkit-transform: translate(-50%,-50%);\n transform: translate(-50%,-50%);\n overflow: hidden;\n border-radius: 50%;\n z-index: 2;\n}\n.logo-border {\n /*border-color: #164477;*/\n border-top-color: #3399CC;\n border-left-color: #164477;\n border-bottom-color: #164477;\n border-right-color: #164477;\n border-radius: 50%;\n border-style: solid;\n box-sizing: border-box;\n width: 100%;\n height: 100%;\n position: absolute;\n}\n.logo-top {\n position: absolute;\n width: 4.5%;\n height: 16%;\n top: 0;\n z-index: 2;\n}\n.logo-i {\n position: absolute;\n width: 14.5%;\n height: 60%;\n top: 20%;\n left: 42%;\n background: #3399CC;\n}\n.logo-i-top {\n position: absolute;\n width: 14.5%;\n height: 4%;\n left: 42%;\n background: #3399CC;\n border-radius: 100%;\n}\n.logo-back {\n width: 100%;\n height: 100%;\n z-index: 0;\n overflow: hidden;\n}\n@keyframes logo-grow {\n 0% {\n width: 230px;\n height: 230px;\n transform: translate(-50%,-50%) scale(1);\n opacity: 1\n }\n 99% {\n width: 230px;\n height: 230px;\n transform: translate(-50%,-50%) scale(10);\n opacity: 0;\n }\n 100% {\n width: 0;\n height: 0;\n opacity: 0;\n }\n}\n@keyframes logo-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }\n@keyframes logo-color-inside-light {\n 0% {\n background: #FEFEFE;\n }\n 100% {\n background: #3399CC;\n }\n}\n@keyframes logo-color-inside-dark {\n 0% {\n background: #030303;\n }\n 100% {\n background: #3399CC;\n }\n}\n@keyframes logo-color-inside-colored {\n 0% {\n background: #FEFEFE;\n }\n 100% {\n background: #3399CC;\n }\n}\n@keyframes logo-color-inside-blue {\n 0% {\n background: #030303;\n }\n 100% {\n background: #3399CC;\n }\n}\n\n@keyframes logo-color-outside-light {\n 0% {\n border-color: #FEFEFE;\n }\n 100% {\n border-top-color: #3399CC;\n border-left-color: #164477;\n border-bottom-color: #164477;\n border-right-color: #164477;\n }\n}\n@keyframes logo-color-outside-dark {\n 0% {\n border-color: #040404;\n }\n 100% {\n border-top-color: #3399CC;\n border-left-color: #164477;\n border-bottom-color: #164477;\n border-right-color: #164477;\n }\n}\n@keyframes logo-color-outside-colored {\n 0% {\n border-color: #FEFEFE;\n }\n 100% {\n border-top-color: #3399CC;\n border-left-color: #164477;\n border-bottom-color: #164477;\n border-right-color: #164477;\n }\n}\n@keyframes logo-color-outside-blue {\n 0% {\n border-color: #040404;\n }\n 100% {\n border-top-color: #3399CC;\n border-left-color: #164477;\n border-bottom-color: #164477;\n border-right-color: #164477;\n }\n}\n\n.logo-animate-wait {\n animation: logo-color-outside 1.5s, logo-spin 1.5s linear infinite;\n}\n\n.logo-animate-grow-light {\n background: #DDD;\n}\n.logo-animate-grow-dark {\n background: #1d1d1d;\n}\n.logo-animate-grow-colored {\n background: #DDD;\n}\n.logo-animate-grow-blue {\n background: #1d1d1d;\n}\n\n.logo-animate-grow {\n display: inline-block;\n text-align: center;\n z-index: 1;\n top: 50%;\n left: 50%;\n -ms-transform: translateX(-50%) translateY(-50%);\n -webkit-transform: translate(-50%,-50%);\n transform: translate(-50%,-50%);\n width: 245px;\n height: 245px;\n border-radius: 50%;\n position: absolute;\n animation: logo-grow 1s 1 ease forwards;\n}\n\n.logo-animate-color-inside-light {\n animation: logo-color-inside-light 2.5s;\n}\n.logo-animate-color-inside-dark {\n animation: logo-color-inside-dark 2.5s;\n}\n.logo-animate-color-inside-colored {\n animation: logo-color-inside-colored 2.5s;\n}\n.logo-animate-color-inside-blue {\n animation: logo-color-inside-blue 2.5s;\n}\n\n.logo-animate-color-outside-light {\n animation: logo-color-outside-light 1.5s;\n}\n.logo-animate-color-outside-dark {\n animation: logo-color-outside-dark 1.5s;\n}\n.logo-animate-color-outside-colored {\n animation: logo-color-outside-colored 1.5s;\n}\n.logo-animate-color-outside-blue {\n animation: logo-color-outside-blue 1.5s;\n}", "/**\n * Copyright 2018-2022 bluefox <dogafox@gmail.com>\n *\n * MIT License\n *\n **/\n\nhtml {\n height: 100%;\n}\n\nbody {\n margin: 0;\n padding: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n\n/* scrollbar */\n::-webkit-scrollbar-track {\n background-color: #ccc;\n border-radius: 5px;\n}\n\n::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n background-color: #ccc;\n}\n\n::-webkit-scrollbar-thumb {\n background-color: #575757;\n border-radius: 5px;\n}\n\n#root {\n height: 100%;\n}\n\n.App {\n height: 100%;\n}\n\n@keyframes glow {\n from {\n background-color: initial;\n }\n to {\n background-color: #58c458;\n }\n}"],
5
- "mappings": "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",
3
+ "sources": ["../style.css"],
4
+ "sourcesContent": ["/* You can delete those if you want. I just found them very helpful */\r\n* {\r\n\tbox-sizing: border-box\r\n}\r\n.m {\r\n\t/* Don't cut off dropdowns! */\r\n\toverflow: initial;\r\n}\r\n.m.adapter-container,\r\n.m.adapter-container > div.App {\r\n\t/* Fix layout/scrolling issues with tabs */\r\n\theight: 100%;\r\n\twidth: 100%;\r\n\tposition: relative;\r\n}\r\n.m .select-wrapper + label {\r\n\t/* The positioning for dropdown labels is messed up */\r\n\ttransform: none !important;\r\n}\r\n\r\nlabel > i[title] {\r\n\t/* Display the help cursor for the tooltip icons and fix their positioning */\r\n\tcursor: help;\r\n\tmargin-left: 0.25em;\r\n}\r\n\r\n.dropdown-content {\r\n\t/* Don't wrap text in dropdowns */\r\n\twhite-space: nowrap;\r\n}\r\n\r\n/* Add your styles here */\r\n@media (prefers-color-scheme: dark) {\r\n\t:root {\r\n\t --background-color: #323232;\r\n\t --text-color: #ddd;\r\n\t --shadow-color: #111;\r\n\t --highlight: #666;\r\n\t --primary: hsl(12, 90%, 60%);\r\n\t}\r\n}\r\n\r\n@media (prefers-color-scheme: light) {\r\n\t:root {\r\n\t --background-color: #fefefe;\r\n\t --text-color: #222;\r\n\t --shadow-color: #999;\r\n\t --highlight: #cdcdcd;\r\n\t --primary: hsl(12, 70%, 40%);\r\n\t}\r\n}\r\n\r\nbody {\r\n\tbackground-color: var(--background-color);\r\n\tcolor: var (--text-color);\r\n}\r\n"],
5
+ "mappings": "AACA,EACC,WAAY,UACb,CACA,CAAC,EAEA,SAAU,OACX,CACA,CAJC,CAIC,CAAC,kBACH,CALC,CAKC,CADC,iBACkB,CAAE,GAAG,CAAC,IAE1B,OAAQ,KACR,MAAO,KACP,SAAU,QACX,CACA,CAXC,EAWE,CAAC,cAAe,CAAE,MAEpB,UAAW,cACZ,CAEA,KAAM,CAAE,CAAC,CAAC,OAET,OAAQ,KACR,YAAa,KACd,CAEA,CAAC,iBAEA,YAAa,MACd,CAGA,OAAO,CAAC,oBAAoB,EAAE,MAC7B,MACE,oBAAoB,QACpB,cAAc,KACd,gBAAgB,KAChB,aAAa,KACb,WAAW,IAAI,EAAE,EAAE,GAAG,EAAE,IAC1B,CACD,CAEA,OAAO,CAAC,oBAAoB,EAAE,OAC7B,MACE,oBAAoB,QACpB,cAAc,KACd,gBAAgB,KAChB,aAAa,QACb,WAAW,IAAI,EAAE,EAAE,GAAG,EAAE,IAC1B,CACD,CAEA,KACC,iBAAkB,IAAI,oBACtB,MAAO,IAAI,CAAC,aACb",
6
6
  "names": []
7
7
  }