Giter Site home page Giter Site logo

Comments (9)

nebulous avatar nebulous commented on April 28, 2024 1
  • 1 Those items are read from the serial bus, though outside air temp is also available via the http interface
  • 2 What browser are you using? It's probably obvious that I'm not so great with UI :) but in my case (Chrome on Mac/Linux) a different, less bold, font appears to be selected.
  • 3 presently Wunderground is used to replace Carrier's weather service. Infinitude is designed to be functional with or without a connection to Carrier's web service, so your wall-mounted unit would get weather from wunderground your key is set. To test a forecast hit the following url:
    http://yourInfinitudeIP/weather/zipCode/forecast
    for instance: http://10.0.0.4/weather/90210/forecast

from infinitude.

7ooL avatar 7ooL commented on April 28, 2024
  1. i wonder why i'm not getting an outside temp then..? I went ahead and order the serial bus adaptor i like the extra information.
  2. chrome on windows, safari on iphone, MS Edge on windows all displayed the same, no big deal, i'll eventually start messing with the css file.
  3. great information. any thought to adding weather radar/forecast to the front end?

from infinitude.

7ooL avatar 7ooL commented on April 28, 2024

/infinitude/public/dist/index.html line 23 css font-size: 1.2em fixes the text being too large.
image
whats the differnence between infinitude/public/dist/index.html and infinitude/public/app/index.html modifiing /app/index.html did not make any differnce.

from infinitude.

nebulous avatar nebulous commented on April 28, 2024

Infinitude uses Grunt as an asset builder. public/dist/* is the output of the build process. If you modify /app/* then run Grunt, the dist files will be changed accordingly.

from infinitude.

7ooL avatar 7ooL commented on April 28, 2024

i can't seem to find where, current humidity (rh), temp (rt), and set points for hot and cold (htsp, and clsp) are, i'm not seeing it in the full config call or in the zone call. how do i query that information. If i don't have to pull the entire config that would be best.

how do i api call current temperature and humidity status?

id also like to know how to pull the hear source. the touch unit will say something like "heatpump + electric"

from infinitude.

nebulous avatar nebulous commented on April 28, 2024

There are two primary structures provided by the stat/Infinitude: config and status. Config is the larger of the two and contains the configuration of the device: profiles, temp settings, etc. Status contains a brief summary of the current state. As with all api call structures, Infinitude exposes them as both xml and json to suit your needs. (for instance http://yourInfinitudeIP/status.json) The table at the bottom of the main tab is a direct dump of the status structure, so anything you see there will be in status.json/status.xml

from infinitude.

7ooL avatar 7ooL commented on April 28, 2024

thank you, status.json has the information that i wanted. Your last comment contains valuable information that should be added to the api section. I'm basically using infinitude to open up and api to my hvac system so that i can integrate its information into other smart appliances/devices and begin to assemble a whole home solution.

from infinitude.

7ooL avatar 7ooL commented on April 28, 2024

I appreciate the help you have been providing, im making great strides using infinitude as a source for HVAC information. I'm not moving into making the comfort profiles more dynamic.

I can easily set the the profile and hold using: http://myip:3000/api/1/hold?activity=sleep&until=18:45 command. Any thought of using the put commands for the api?

how would I configure vacation mode via the api? activity=vacation from=? until=?
i see a vacstart and vacend variable, not sure how it would like the date time passed into it. I also think that calling the "http://myip:3000/api/config" url clears out planned vacations set via the touch interface.

from infinitude.

7ooL avatar 7ooL commented on April 28, 2024

the size being to big doesnt not come from your CSS file but the vendor file. no big deal i just changed the file on my end to look better.

from infinitude.

Related Issues (20)

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.