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

Testing more Wallbox Tags #54

Open
docolli opened this issue Mar 11, 2024 · 0 comments
Open

Testing more Wallbox Tags #54

docolli opened this issue Mar 11, 2024 · 0 comments
Labels
requirement Requirement

Comments

@docolli
Copy link

docolli commented Mar 11, 2024

Wow, reading rscplib.js I am overwhelmed with possible Tags😮...

Let's use the dev branch to test some Tags and see what the returned values are and how usefull they might be for users.

Some general information Tags

WB_STATUS	E800004
WB_ERROR_CODE	E800005
WB_MODE	E800006
WB_APP_SOFTWARE	E800007
WB_BOOTLOADER_SOFTWARE	E800008
WB_HW_VERSION	E800009
WB_FLASH_VERSION	E80000A
WB_DEVICE_ID	E80000B
WB_PM_MODE	E800011
WB_PM_DEVICE_ID	E800015
WB_PM_ERROR_CODE	E800016
WB_PM_FIRMWARE_VERSION	E800017
WB_PM_DEVICE_STATE	E800029
WB_FIRMWARE_VERSION	E80002F
WB_DEVICE_NAME	E800042

Some power related Tags

WB_AVAILABLE_SOLAR_POWER	E841000
WB_SUN_MODE_ACTIVE	E841038

Some network related Tags

WB_MAC_ADDRESS	E841022
WB_GATEWAY	E841031
WB_SUBNET_MASK	E841032
WB_IP_ADDR	E841033
WB_DHCP_ENABLED	E841034
WB_WALLBOX_TYPE	E841036

Would be cool, if you could implement them for testing.
Or let me know, how I need to modify the code to implement them in my local copy for testing the Tags.

@pvtom pvtom added the requirement Requirement label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requirement Requirement
Projects
None yet
Development

No branches or pull requests

2 participants