question

alexalex avatar image
alexalex asked

VRM Portal not running, while Python Script is active

Hello, i have the Python Script for emulating the EM24 with my SHM2.0 running.

Works fine.

this is the script: https://github.com/akabza/VE.bus-SMA-Sunny-Home-Manager-service (python)


Problem is, when script is running , in the settings for the vrm portal is no contact to the internal disk possible and the vrm portal does not get updates...

what is the issue ? thanks for every help



VRMRaspberry Pipython
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
johanndo avatar image
johanndo answered ·

Do you exclusively open and access the same file / db in your service the vrm script uses to store data or to read its configuration - then you block it until you close this ressource. You may open it shared (if the vrm service doesn't claim exclusive access). Otherwise you have to redesign your service.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.