You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged branch from original repository with functionality for setting a room as Active control to be used as input to temperature regulation.
Added DeviceInfo that groups the entities in several devices
Added new sensors for Battery and Signal Strength
Added Away mode functionality that can be used to either active directly through switches or used in automation with actions Activate away, Deactivate away, and Set away schedule. Note that this creates/modifies a certain SetpointSchedule called Home Assistant away schedule and will not interfare with other schedules used in other integrations or through the Ngenic app. This is different from how i.e Tibber works, which will remove all other schedules when activating "away mode" in the Tibber app.
Added a "poor man's cache" to spare the Ngenic APIs from unnecessary GET requests during startup.