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

Mi Flora Sensor no longer working #74673

Closed
jaybdev opened this issue Jul 7, 2022 · 4 comments
Closed

Mi Flora Sensor no longer working #74673

jaybdev opened this issue Jul 7, 2022 · 4 comments
Assignees

Comments

@jaybdev
Copy link

jaybdev commented Jul 7, 2022

The problem

After the upgrade to 2022.7.0 the Mi Flora sensor is no longer reporting. The error I get for the moisture state is - "Entity not available: sensor.plant_1_moisture". This is the same for the conductivity and battery states. When the core was reverted back to 2022.6.5, the sensor functioned fine again.

From sensor.yaml:

  • platform: miflora
    mac: 'c4:7c:8d:66:3c:b7'
    name: Plant 1
    force_update: false
    median: 1
    monitored_conditions:
    • moisture
    • light
    • temperature
    • conductivity
    • battery

Working with System:
Home Assistant Core 2022.6.5
Home Assistant Supervisor 2022.07.0
Home Assistant OS 8.2

Not Working with System:
Home Assistant 2022.7.0
Supervisor 2022.07.0
Operating System 8.2
Frontend 20220706.0 - latest

What version of Home Assistant Core has the issue?

2022.7.0

What was the last working version of Home Assistant Core?

2022.6.5

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Mi Flora

Link to integration documentation on our website

https://www.home-assistant.io/integrations/miflora/

Diagnostics information

No response

Example YAML snippet

From sensor.yaml:
- platform: miflora
  mac: 'c4:7c:8d:66:3c:b7'
  name: Plant 1
  force_update: false
  median: 1
  monitored_conditions:
    - moisture
    - light
    - temperature
    - conductivity
    - battery

Anything in the logs that might be useful for us?

No response

Additional information

From the GUI Configuration (YAML version)

type: vertical-stack
cards:

  • type: sensor
    entity: sensor.plant_1_moisture
    graph: line
    name: Plant Moisture
    hours_to_show: 48
  • type: sensor
    entity: sensor.plant_1_conductivity
    graph: line
    name: Plant Conductivity
    hours_to_show: 48
@probot-home-assistant
Copy link

miflora documentation
miflora source
(message by IssueLinks)

@probot-home-assistant
Copy link

Hey there @Danielhiversen, @basnijholt, mind taking a look at this issue as it has been labeled with an integration (miflora) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@frenck
Copy link
Member

frenck commented Jul 7, 2022

duplicate of #74585

@lucasfijen
Copy link

lucasfijen commented Jul 7, 2022

Duplicate from #74585, bluepy is deprecated which is used by miflora as could be seen in the Breaking Changes section of the last update release notes, so it wont work until someone rewrites the backend of miflora to the bleak bluetooth package.

Edit: frenck was faster:)

@frenck frenck closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants