Skip to content

hwaastad/pylvi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylvi

Python3 library for LVI heater. The library uses the app API.

Based on the brilliant work done by DanielHiversen and pymill (https://github.com/Danielhiversen/pymill)

~~All requests are send encrypted from the app

Control LVI heaters and get measured temperatures.

Install

pip3 install lviheater

Example:

import mill
lvi_connection = lvi.Lvi('email@gmail.com', 'PASSWORD')
lvi__connection.sync_connect()
lvi_connection.sync_update_heaters()

heater = next(iter(lvi_connection.heaters.values()))

lvi__connection.sync_set_heater_temp(heater.device_id, 11)
lvi_connection.sync_set_heater_control(heater.device_id, fan_status=0)

lvi_connection.sync_close_connection()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages