python icon indicating copy to clipboard operation
python copied to clipboard

Cannot be export/import canned message

Open amerinoj opened this issue 3 years ago • 1 comments

I don't nkow if don't implemented yet, but when you do a a export the canned messages are not exported and them the import don't have the option to upload the canned message via .yaml file.

amerinoj avatar Apr 12 '22 11:04 amerinoj

I have created https://github.com/meshtastic/Meshtastic-python/pull/325 but I am getting inconsistent results when I run the set. See https://github.com/meshtastic/Meshtastic-device/issues/1378

mkinney avatar Apr 12 '22 23:04 mkinney

Canned messages module config is part of the export but the string of message is still not

garthvh avatar Nov 14 '22 03:11 garthvh

Looks like when it's exported, it's named incorrectly so when you import it doesn't find the correct config.

Error: No valid config with name cannedMessage

If you change the name in the yaml to canned_message it'll import just fine. I've opened a separate issue, see #426, since it'll both export and import just fine, as long as it's named correctly. If corrected, this can also be closed. Commenting here so it can be tracked.

rcarteraz avatar Mar 18 '23 21:03 rcarteraz

Ok rcarteraz, I'll closed the issue we Will follow in #426

amerinoj avatar Mar 19 '23 09:03 amerinoj

Ok rcarteraz, I'll closed the issue we Will follow in #426

amerinoj avatar Mar 19 '23 09:03 amerinoj