Skip to content

jmccrohan/ha_pyscript_pysolarmanv5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ha_pyscript_pysolarmanv5

This is a PyScript wrapper for pysolarmanv5 to provide easy integration with Home Assistant.

Instructions

  • Install pyscript from HACS
  • Clone/extract ha_pyscript_pysolarmanv5 directory to /config/pyscript/apps/
  • Add the following to configuration.yaml:
pyscript:
  allow_all_imports: true
  apps:
    ha_pyscript_pysolarmanv5:
      address: "192.168.1.200"
      serial: 12345667867
      port: 8899
  • Call services from within HA as required: pyscript.pysolarmanv5_write_multiple_holding_registers

About

A HA PyScript wrapper for pysolarmanv5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages