-
Notifications
You must be signed in to change notification settings - Fork 595
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
Unsupported Air Purifier model #74
Comments
Update a docker image, smartapp, dth. |
thanks for the answer. if yes, what is the method for updating docker without losing data ? |
You don't lose your data. |
thanks. but now I have 2 instances running : CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES did I do something wrong resulting in 2 instances ? besides, I see that mariadb is not running. installation instructions do not involve a step to run it after reboot. when I try to run it , I get this error: docker run -d --name mariadb -e MYSQL_ROOT_PASSWORD=password1234 -e TZ=Asia/Seoul -p 33006:3306 -d jsurf/rpi-mariadb docker: Error response from daemon: Conflict. The container name "/mariadb" is already in use by container "15f7363dbe3681c34567339f4eb79e61dee1b5889a72a0f7908a761b69f20ee1". You have to remove (or rename) that container to be able to reuse that name. |
also, you asked me to update smartapp and dth. |
I'm not sure what to do. also, you asked me to update smartapp and dth. |
I'm looking but I can't find. What am I missing ? |
I just migrated to Hubitat hub from Smartthings Hub
My air purifier was not being added as a device.
"zhimi.airpurifier.mb3"
This is not supported by the smart app.
I added it to the smart app and made some changes to the device driver.
Even after that the smart app did not show it as a mappable device.
I was able to add it from the Mi Connector management interface though.
Now my device works but it would be better if the device is added in a more decen way.
I can help with tests if required.
The text was updated successfully, but these errors were encountered: