-
Notifications
You must be signed in to change notification settings - Fork 6
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
any chance to set time slots for load prios? #51
Comments
For MIX this is implemented. What type is this? |
MOD 10KTL3-XH(BP) |
Oh sorry, the type of the used interface by the webgui out of this datapoint: |
tlxh |
Ok "tlxh" that make sense. If you activate the "advanced settings" is there a possibility to read the time slots? |
No, Not yet. |
Just writing can also work, but then it's a blind flight because it only works in one direction. |
Makes sense. |
That's good. But at the moment I'm on vacation in the US. Going down the west coast from SFO to LA. Let's have a look in a bit more than a week. After that I will explain what you have to do that I can implement the settings. |
enjoy !! |
to recreate the command. Open the browser, the Growatt page and activate the developer tools with F12. Then click on Network. I would need to read and write each parameter once.
Please enter different values in all fields so that you can see where something is. |
And that is then incorporated into the source code... actually no secret |
do you plan to implement? |
You would have to provide the information as described above, then I will include it and give you advice on how to test it |
action "tlxSet" |
action "readMinParam" |
let me know if there is more info required |
Can you give me the response json from both? |
|
-> |
-> |
one tab further, as should be JSON as text in brackets {} |
in firefox? |
But it is more complicated than it seems at first glance. Let's start with sending. It is also important whether it is param1 or param6 . The other will probably be Eanabel / Daisabel. Probably 0 Disable / 1 Eanabel but please check that too. |
action "tlxSet" |
Great thats easy! I think 4096 is 1000 in HEX But 11776 is 2E00 in HEX I now suspect that the query will return the following result: I'm guessing please check it now param1 "1" = Load First param1 "2" = Battery First" param1 "3" = Grid First For the first number between "-" param4 "16" = hh_end param4 "16" = hh_end For the second number. But here you can be completely wrong |
sure thanks !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
growatt.0 |
reading seems to work, value are correct - providing the values as iob DP not |
Fuck...
Line 120 in https://github.com/PLCHome/growatt/blob/master/lib/parseret.js |
I didn't have one, if you want you can use PLChome (at) fontanestr (dot) de on paypal |
read: {"msg":"2024-10-25-10-8-38-","success":true} Write: {"msg":"inv_set_success","success":true} Maybe the date is transmitted differently here on the TLHX. |
I think I misunderstood the sentence... The date is still there...
|
Then please change the length check from 18 to 1 this evening and it will work. Then please check the problem with the zeros again. If that still doesn't work, I will add a workaround. Sorry, I hit the wrong button. I didn't mean to close the ticket. |
so I can set the values via Admin GUI but not via script |
It is not necessary to set "Write to Inverter" to false. Rewrite with value=true ack=false triggers it. Is the problem with the 0 values still there? |
net schlecht !!! Läuft. edit, at the end initializing the boolean is not necessary anyway... |
Ok, now that everything is running I'll build a test release. Ok? |
yes, reading normal time is working as well |
…ng and support. - (PLCHome) Added Inverter On Off for TLX und TLXH. Thanks to olli0815 for debugging and support. any chance to set time slots for load prios? #51
Does the THLX have a switch for charging from the grid? I used this function on my inverter at Tibber at reasonable prices. |
Yes, I thought it at well. |
write: response read response |
Are there any other interesting parameters? Battery maximum, minimum or something else? |
not yet, just started to play around with the inverter, evcc, PV FC and tibber. |
Please change in the Growatt node and test: If the parameter only has a value Boolean or % it goes quickly, they are already implemented :-) |
works, thanks again !! |
If you need more settings or parameters feel free to open a new ticket. |
No bug, rather an ask - but
fist things first Thanks for the Adapter !!.
Would it be possible to set more values then the given channels under settings?
background I wand to set load prios more dynamic to reflect dynamic energy tariffs.
Ole
The text was updated successfully, but these errors were encountered: