Giter VIP home page Giter VIP logo

Comments (9)

sballano avatar sballano commented on August 13, 2024

just updated it to the same I have in my device

from nspanel_thermostat.

shoog03 avatar shoog03 commented on August 13, 2024

Thanks for the effort, but it still throws the same error when looking for the tft and no update button appears on the HA devices page.

from nspanel_thermostat.

sballano avatar sballano commented on August 13, 2024

did you upload the tft file to the nspanel in the first place? you need a webserver to store the file and trigger the upload from a home assistant service
you can see the process here: https://www.youtube.com/watch?v=Kdf6W_Ied4o (around time 32:40)

from nspanel_thermostat.

shoog03 avatar shoog03 commented on August 13, 2024

OK that did it. I expected to see the upload enabled in the device page. Thanks for all the assistance.

from nspanel_thermostat.

shoog03 avatar shoog03 commented on August 13, 2024

One final question, the panel is in Spanish, is this defined within the tft file ?

from nspanel_thermostat.

sballano avatar sballano commented on August 13, 2024

glad it worked!

The text is all in the yaml file, should be easy to change, just the week days and a couple of strings for the buttons

from nspanel_thermostat.

shoog03 avatar shoog03 commented on August 13, 2024

Making progress, I found and corrected the labels and updated the days of the week - but I don't think its drawing in the date and calculating the correct day of the week. Its stuck on Sat and 8/1 at the moment. I am trying to work out the logic of homeassistant.now but cant find many references to it as yet.

from nspanel_thermostat.

shoog03 avatar shoog03 commented on August 13, 2024

Hi I have everything working and its just what I needed.
I found an error in the original Yaml code which was preventing the date from ever been generated past day 6 of the month;

if ((dia>0)&&(dia<7)&&(mes>0)&&(mes<13))

dia<7 should be dia<32

Cheers for the input.

from nspanel_thermostat.

sballano avatar sballano commented on August 13, 2024

I was not able to check my panel today but thanks for coming back with the fix!
I suppose it says something about my attention, not noticing that mistake for over two years of use of the device! XD

from nspanel_thermostat.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.