You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the meross_api_cli utility and can log in without issue. It spits out a bit of JSON with token, key, user_id, user_email, domain, mqtt_domain, and issued_on keys. However if I try to set __MEROSS_CREDS to this string, then other commands such as device list say that the environment variable format is wrong.
I can't find documentation on the format for this environment variable, and the code does not appear to have much to go on either.
Can the documentation be updated to add the format that the utility expects this environment variable to have, and perhaps give an example or two of how the utility can authenticate and list/control a switch?
The text was updated successfully, but these errors were encountered:
Donation bot here. Supporters can mark their interest in this issue by adding a comment
starting with "+1" (without quotes) or adding the "#supporter_sponsor" keyword
(without quotes) in their comments.
I'm trying to use the
meross_api_cli
utility and can log in without issue. It spits out a bit of JSON with token, key, user_id, user_email, domain, mqtt_domain, and issued_on keys. However if I try to set__MEROSS_CREDS
to this string, then other commands such as device list say that the environment variable format is wrong.I can't find documentation on the format for this environment variable, and the code does not appear to have much to go on either.
Can the documentation be updated to add the format that the utility expects this environment variable to have, and perhaps give an example or two of how the utility can authenticate and list/control a switch?
The text was updated successfully, but these errors were encountered: