Giter VIP home page Giter VIP logo

Comments (2)

phsdv avatar phsdv commented on June 14, 2024 1

ohh, I forgot the '' quotes.

from pyscript.

ALERTua avatar ALERTua commented on June 14, 2024
import pprint

@time_trigger
def tryouts(trigger_type=None, var_name=None, value=None, old_value=None, context=None, **kwargs):
    ent = hass.states.get('climate.ac_office')
    log.debug(ent)
    attrs = ent.attributes
    log.debug(pprint.pformat(attrs))

(or just state.getattr('climate.ac_office'))
resulted in

2023-09-06 12:48:48.337 DEBUG (MainThread) [custom_components.pyscript.file.tryouts.tryouts] <state climate.ac_office=fan_only; hvac_modes=[<HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.DRY: 'dry'>, <HVACMode.COOL: 'cool'>, <HVACMode.HEAT: 'heat'>, <HVACMode.HEAT_COOL: 'heat_cool'>, <HVACMode.OFF: 'off'>], min_temp=7, max_temp=35, target_temp_step=1, fan_modes=['Auto', 'Silence', '1', '2', '3', '4', '5'], preset_modes=['none', 'away', 'eco', 'boost'], swing_modes=['Off', 'Vertical', 'Horizontal', '3D'], current_temperature=25.0, temperature=None, fan_mode=Silence, preset_mode=none, swing_mode=Horizontal, friendly_name=OfficeAC, supported_features=57 @ 2023-09-06T12:43:57.009294+03:00>
2023-09-06 12:48:48.337 DEBUG (MainThread) [custom_components.pyscript.file.tryouts.tryouts] {'current_temperature': 25.0,
 'fan_mode': 'Silence',
 'fan_modes': ['Auto', 'Silence', '1', '2', '3', '4', '5'],
 'friendly_name': 'OfficeAC',
 'hvac_modes': [,
                ,
                ,
                ,
                ,
                ],
 'max_temp': 35,
 'min_temp': 7,
 'preset_mode': 'none',
 'preset_modes': ['none', 'away', 'eco', 'boost'],
 'supported_features': ,
 'swing_mode': 'Horizontal',
 'swing_modes': ['Off', 'Vertical', 'Horizontal', '3D'],
 'target_temp_step': 1,
 'temperature': None}

climate.smart_kantoor_vloerverwarming is an entity State instance
'climate.smart_kantoor_vloerverwarming' is the entity ID
state.getattr() accepts only entity IDs

from pyscript.

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.