jeeftor
(Jeef)
April 27, 2023, 6:06pm
402
Looks like May9th i’m getting my replacement wifi module
jeeftor
(Jeef)
May 11, 2023, 5:44pm
403
Well my intellifire module is up and running again… hopefully we can make the transition to the cloud control by next winter
1 Like
Hi,
I’m curious about what @jackflem1 means about the “Hubitat version” of this integration based on the code by @jeeftor . Does a Hubitat version of the code exist? I haven’t been able to find it through a lot of googling.
I’m willing to write a port myself but I don’t want to do this if someone has already done this.
jackflem1
(Jackflem1)
May 22, 2023, 9:51am
405
Here is the Hubitat code link
1 Like
jeeftor
(Jeef)
May 22, 2023, 12:06pm
406
Habitat is running the cloud api. I’m running the local one. The cloud NOW is way more responsive. The more I play with a stuff the more I regret starting locally
But if it’s winter where you guys are I can probably push a custom code set to hacs while we wait….
But yes I’m getting very frustrated on the pr process. Seems like all the devs are focused on voice right now
jackflem1
(Jackflem1)
May 22, 2023, 7:02pm
407
The Hubitat code is based off your code so it’s local. Except for getting the API key.
I switched to it quite a while ago and have had very good results. It polls the unit every 5 mins when on and every 15 mins when off.
The reason for switching was I was already a Hubitat user and now that they link to HomeKit I was able to eliminate HA. So I’m just HomeKit <> Hubitat, with voice control via HomeKit.
jeeftor
(Jeef)
May 22, 2023, 9:21pm
408
Oh I pill much faster which could be an issue
Thank you all for the fast response!! I’ll try out the code. I can probably submit a PR for cloud on the Hubitat version too if helpful later on, but glad to hear it’s working well just locally.
jeeftor
(Jeef)
May 23, 2023, 10:36am
410
Is it still fire place season where any of you are? We’re slowly winding down in Colorado…
jackflem1
(Jackflem1)
May 23, 2023, 11:03am
411
I was using mine every morning until last week.
jeeftor
(Jeef)
May 25, 2023, 2:53pm
412
Well hopefully for next season things will be smoother
Any update on this? Is there a way to use cloud without waiting for HA approval? Is there a HACS version available?
jeeftor
(Jeef)
June 27, 2023, 9:14pm
414
I think I need to update the translations. Trying to get to it sometime this week
jeeftor
(Jeef)
June 28, 2023, 8:04pm
416
Looks like somebody submitted a PR to translations… so once that goes through I should be able to pull it in and move forward
Just checking in again to see if any updates have been made. Looks like no. This has been a painful 5 month wait for cloud control!
1 Like
Hi jeeftor. Any progress on this as cold starts to approach here in the high country? Thanks!
jeeftor
(Jeef)
September 6, 2023, 2:32am
419
Feel free to follow my slow progress here:
home-assistant:dev
← jeeftor:ift_cloud_local
opened 03:28AM - 25 Feb 23 UTC
<!--
You are amazing! Thanks for contributing to our project!
Please, DO N… OT DELETE ANY TEXT from this template! (unless instructed).
## Breaking change
-->
<!--
If your PR contains a breaking change for existing users, it is important
to tell them what breaks, how to make it work again and why we did this.
This piece of text is published with the release notes, so it helps if you
write it towards our users, not us.
Note: Remove this section if this PR is NOT a breaking change.
-->
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
IntelliFire offers both cloud and local integration support. Unfortunately for some people it seems the cloud integration can be more reliable - due to the IOT hardware seeming to drop local network traffic, prioritizing its cloud based connection. This change adds in support for the Cloud based read/control in conjunction with the local. As such there is a large update in the backing library.
This is the diff between versions of the backing library
https://github.com/jeeftor/intellifire4py/compare/2.2.2...v3.1.7
The updated backing library allows the user to switch between CLOUD and LOCAL for both reading and controlling a fireplace. This is now supported via an options flow as seen here:
<img width="409" alt="image" src="https://user-images.githubusercontent.com/6491743/225910639-cf3ed291-d2d0-46ab-b972-3a70dbef34be.png">
## Type of change
<!--
What type of change does your PR introduce to Home Assistant?
NOTE: Please, check only 1! box!
If your PR requires multiple boxes to be checked, you'll most likely need to
split it into multiple PRs. This makes things easier and faster to code review.
-->
- [x] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New integration (thank you!)
- [x] New feature (which adds functionality to an existing integration)
- [ ] Deprecation (breaking change to happen in the future)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Additional information
<!--
Details are important, and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
-->
- This PR fixes or closes issue: fixes #
- This PR is related to issue:
- Link to documentation pull request: https://github.com/home-assistant/home-assistant.io/pull/26671
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
-->
- [x] The code change is tested and works locally.
- [x] Local tests pass. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
- [x] I have followed the [development checklist][dev-checklist]
- [x] The code has been formatted using Black (`black --fast homeassistant tests`)
- [x] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [x] Documentation added/updated for [www.home-assistant.io][docs-repository]
If the code communicates with devices, web services, or third-party tools:
- [x] The [manifest file][manifest-docs] has all fields filled out correctly.
Updated and included derived files by running: `python3 -m script.hassfest`.
- [x] New or updated dependencies have been added to `requirements_all.txt`.
Updated by running `python3 -m script.gen_requirements_all`.
- [ ] For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
- [ ] Untested files have been added to `.coveragerc`.
<!--
This project is very active and we have a high turnover of pull requests.
Unfortunately, the number of incoming pull requests is higher than what our
reviewers can review and merge so there is a long backlog of pull requests
waiting for review. You can help here!
By reviewing another pull request, you will help raise the code quality of
that pull request and the final review will be faster. This way the general
pace of pull request reviews will go up and your wait time will go down.
When picking a pull request to review, try to choose one that hasn't yet
been reviewed.
Thanks for helping out!
-->
To help with the load of incoming pull requests:
- [x] I have reviewed two other [open pull requests][prs] in this repository.
[prs]: https://github.com/home-assistant/core/pulls?q=is%3Aopen+is%3Apr+-author%3A%40me+-draft%3Atrue+-label%3Awaiting-for-upstream+sort%3Acreated-desc+review%3Anone+-status%3Afailure
<!--
Thank you for contributing <3
Below, some useful links you could explore:
-->
[dev-checklist]: https://developers.home-assistant.io/docs/en/development_checklist.html
[manifest-docs]: https://developers.home-assistant.io/docs/en/creating_integration_manifest.html
[quality-scale]: https://developers.home-assistant.io/docs/en/next/integration_quality_scale_index.html
[docs-repository]: https://github.com/home-assistant/home-assistant.io
Its in the HA Maintainer’s court right now as of 3 weeks ago…
(Worse case scenario I can always HACS it but thats really more effort that I’d rather not spend if I can get this into core)…
jeeftor
(Jeef)
September 11, 2023, 12:56pm
420
Turned on my fireplace the 1st time this season … so … there’s a good chance I’ll end up doing a HACS integration for cloud if things on my other PRs dont move fast enough
jeeftor
(Jeef)
September 25, 2023, 3:18am
421
I’ve now had my fireplace on for a week… so strongly considering a HACS option