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

Store plugin databases in domoticz #1785

Closed

Conversation

pipiche38
Copy link
Collaborator

@pipiche38 pipiche38 commented Nov 11, 2024

Store and Restore plugin data in/from Domoticz

  • PluginConf
  • DeviceList
  • GroupList

@pipiche38 pipiche38 marked this pull request as draft November 11, 2024 15:26
@pipiche38
Copy link
Collaborator Author

pipiche38 commented Nov 11, 2024

ATTENTION/WARNING

when this version is run, a fall back from a previous version of the plugin, will be buggy.
You need to empty the Configuration record for the Plugin instance, in order to be able to run on previous version

sqlite3 domoticz.db
sqlite> update Hardware set Configuration="" where ID="id of the plugin instance";
sqlite> .exit

@pipiche38 pipiche38 deleted the branch rc-stable7-7.1.013 November 21, 2024 08:14
@pipiche38 pipiche38 closed this Nov 21, 2024
@pipiche38 pipiche38 deleted the store-plugin-databases-in-domoticz branch December 2, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant