Skip to content

Conversation

@markneve
Copy link

psutil.avail_phymem() is no longer callable from version v3.0 of psutil and elicits an error from webiopi which causes the tiles to be "grayed out". The issue has been reported in SmartThings forum thread https://community.smartthings.com/t/raspberry-pi-device-type/4969. This is fixed by replacing psutil.avail_phymem() with the new function psutil.virtual_memory().used.

psutil.avail_phymem() is no longer callable from version v3.0 of psutil and elicits an error from webiopi which causes the tiles to be "grayed out". The issue has been reported in SmartThings forum thread https://community.smartthings.com/t/raspberry-pi-device-type/4969.  This is fixed by replacing psutil.avail_phymem() with the new function psutil.virtual_memory().used.
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