-
Notifications
You must be signed in to change notification settings - Fork 17
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
Smart feeder pending feed plan #39
Comments
Good to hear. I'll think about a user friendly way to take care of this uninitialized country code automatically and create a PR with a config update that will close this issue (when I have a bit more free time). BTW, I only assumed UTC+1 offset from the french in the screenshots, it's safe to adjust that to whatever works for you 😄 Enjoy your fully local feeder! PS: It's actually good fortune that your device wasn't previously setup with the official app, we got to see new behavior and fix stuff, so thanks for that! :) |
mill make it in production this weekend to see if everything is ok |
@jsapede When you do test, can you also check with device country set to I'm thinking we can avoid the noise in the Logbook of "Changed to 1, changed to 3, changed to 1..." every hour, if the country setting has no effect. I've had my feeder on this If this works, I can just add an action in the config "if the country code is 255, set it to 1, otherwise have a nice day" and hopefully future users of this config won't have to notice something ever was not configured. Thanks in advance! |
Will make a test tomorrow |
it goes stranger |
maybe something i dont understand well but, here's my plan and see what ischeduled : as we can imagine de feedplan is position/hour/minutes/portions/state if i write baack the scheduler i got : 0 5:45 4 255 there a 6 possitions but wrongly numbered / ordered it seems at this time here GMT+1 it's 14:55, how can 17:45 be 255 and 20:45 be 0 ? |
Yes,
|
If you add a new schedule entry for a few minutes from now, let's say 15:40, it should work. If it doesn't... I think we can move this to Discord (You can find me in the ESPHome server) for a real-time debug or something, I got nothing else to go on. |
Alright, let's try the basics:
|
Another thing that might be interesting to know is the MCU firmware. When you first load the logs it dumps the config in a purple font. There should be an entry there for MIOT with MCU version:
I know my feeder was on the latest available firmware when I flashed it. If yours is a different version... we might have more work to figure out what's changed. |
|
Oops, that's a bug in the card component, I'll fix it there, sorry about that. I have the same username there, you can search for me and shoot me a DM. |
Looks like its dorking now After a cycle complétion of the scheduler. As we found no others explanations, probably thé peuple facing same problème with scheduler should wait a 24h cycle to get things in order |
Hello,
once again thanks for the job on the smart feeder ! manually everything seems to work but i'm stuck with feedplan and scheduler.
i think i made it all well :
made a scheduler with the card :
manually feeding works well, but feedplan apear to bes set with "255" int state, i.e. "pending"
Timezone is correctly set, i can see the scheduler card update a at good time but, all feedings are skipped
did i made a mistake ?
The text was updated successfully, but these errors were encountered: