#934 Add solar panel mockup with sub-compose stack #1062
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1062
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#934-solar-panel-mockup-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added solar panel mockup system following the energy mockup style, updated to use the new sub-compose/stacks structure.
Everything is running correctly and the solar panel mockup flow works as expected. Verified that the mockup generates data, MQTT publishing works, middleware receives messages, and database table creation succeeds.
One potential issue is that the
compose.yamlfile was recreated even though the project has moved away from the old compose structure. This may cause conflicts or confusion later. Since the project now uses the installation/rebuild scripts and the new stacks structure, related changes should probably be handled directly there instead (if I understood correctly).@c24carso can you fix the issue found?
The old compose.yaml was not recreated for me, it's not in the PR's changed files.
It was not recreated as a whole, just the file itself. It only holds the solar panel info.
If it is fine, then this PR is ready to be merged
That's the stacks sub-compose file, DockerCompose/stacks/solar/compose.yaml, same structure as every other stack.*