Skip to content
/ esphome Public
forked from martgras/esphome

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

License

Notifications You must be signed in to change notification settings

ss109/esphome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome Discord Chat GitHub release

ESPHome Logo

This fork of esphome adds a modbus component that allows controlling devices via modbus/rs485

The modbus_controller component is now part of esphome see esphome#1779 If you are still using the modbus_controller code from the modbus_component branch please note that there are a couple of changes in the YAML definitions. See modbus documentation for more details about the required changes.

Please switch to the esphome dev branch or if you are using external components change it to

external_components:
  - source:
      type: git
      url: https://github.com/esphome/esphome
      ref: dev
    components: [ modbus, modbus_controller ]

There won't be new updates to the modbus_component branch (this branch). I will continue to use the 'testing' branch for new code but generally recommend switch over to https://github.com/esphome/esphome

About

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.8%
  • Python 31.0%
  • C 0.1%
  • Shell 0.1%
  • HTML 0.0%
  • Dockerfile 0.0%