Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from BenPru/BenPru-fix-missing-sensor-updates
Update base.py
- Loading branch information
3d3b55a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BenPru. Many thanks for the update but the problem is the same, No updates at "sensor.luxtronik2_outdoor_temperature"
Best regards
3d3b55a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BenPru,
I have change your configuration and is shows good, all Sensors updated permanently.
I think it´s a problem with the "utcnow" in Line 142 & 143 and with the "not" in Line 142
My code:
I hope is usefull for your configuration...
Best regards Marcel
3d3b55a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your code sets the next_update always to None and so the senors are updated always immediately.
My code works perfect for me, with the last change.
I push the current code to the branch.
3d3b55a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BenPru,
after I updated to "2023.9.20-Alpha-Core-Preview" it runs perfectly. The outdoor temperature and all other sensors are updated perfectly.
Thanks for your super job!!!!!