Jesse Hills
c73013dd85
Merge branch 'current' into next
2024-07-22 13:43:32 +12:00
leejoow
cfca1bcb52
[modbus_controller] on command sent trigger ( #4039 )
...
Co-authored-by: Leo Schelvis <leo.schelvis@gmail.com>
2024-07-22 13:33:14 +12:00
Ludovic BOUÉ
766ca444a3
Fix Modbus Example Server doc ( #4037 )
2024-07-17 22:15:41 +12:00
Jeroen van Oort
8fba0d2604
Document the modbus server feature ( #3332 )
...
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-22 16:17:34 +12:00
Jesse Hills
88e315e0e4
Many example yaml tidy-ups ( #3821 )
...
* Many example yaml tidy-ups
* Update components/sensor/hlw8012.rst
---------
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-07 00:40:12 -05:00
H. Árkosi Róbert
9e4ff6e250
Brush up modbus docs ( #3478 )
2024-01-30 18:01:35 -06:00
H. Árkosi Róbert
a62d7ab193
Brush up modbus doc ( #3294 )
...
* Brush up modbus doc
Fixed punctuation and terminology, added some explanation.
* Update modbus_controller.rst
* Update modbus_controller.rst
* Update modbus_controller.rst
fix SeeAlso
* Update modbus_controller.rst
* Update modbus_controller.rst
2023-10-27 18:03:27 +13:00
Tercio Filho
c5074fe774
Add new configuration for Modbus Controller. ( #3163 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-13 10:15:03 +12:00
victorclaessen
79e307f96d
Update modbus_controller.rst ( #2817 )
...
I think at some time in the past the 'command_throttle' parameter changed from a unit of 'milliseconds' to the unit of 'time'.
If you try to compile with a value of 1000 (supposedly milliseconds), compilation fails with the following error:
```
Don't know what '1000' means as it has no time *unit*! Did you mean '1000s'?.
command_throttle: 1000
```
If I put a value of '1s' then compilation works and also this is the time I see that is being used.
2023-04-12 11:43:11 +02:00
H. Árkosi Róbert
0998228c45
Remove migrated items from Cookbook ( #2816 )
...
* remove migrated documentation
All of these are present now on our https://devices.esphome.io/ site.
The missing ones were pushed with https://github.com/esphome/esphome-devices/pull/385 , and the rest ones were already in, thus removing here the duplicates.
* Update modbus.rst
* Update modbus.rst
* Update modbus_controller.rst
* Update ltr390.rst
* Update ltr390.rst
* Update modbus_controller.rst
* fix broken links
* Update index.rst
* Update index.rst
2023-04-11 17:51:46 +02:00
swifty99
592a0d47fd
update_interval missing in docs
...
In modbus update interval may and maybe should be configured. This was hidden in the example and should be in the config variables.
2022-11-04 18:18:42 +01:00
Olli Salonen
8c0ae3c350
doc: Selects also implement writes
...
Minor addition on documentation
2022-07-31 18:27:29 +03:00
H. Árkosi Róbert
0d21f8927b
Add bitmasks description and example to extract bits ( #1918 )
2022-03-12 13:40:20 -05:00
johanf85
fdc8fd5cbb
Minor text change ( #1863 )
2022-02-19 12:37:52 +01:00
Jesse Hills
75107305c9
Some docs tidy up ( #1895 )
2022-02-11 11:10:43 +13:00
Joeri Colman
ad9b96f2ef
fixed on_boot wrongly positioned in modbus controller example ( #1882 )
2022-02-10 10:11:12 +13:00
Jesse Hills
ae922bc8ac
Merge branch 'current' into next
2021-12-02 17:10:24 +13:00
Oxan van Leeuwen
f358d4c0db
Use consistent syntax for config option types ( #1659 )
2021-11-29 07:57:01 +13:00
Martin
ce04f78066
document modbus fp32 datatype ( #1590 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-26 12:49:07 +13:00
Martin
33ba298b13
Modbus controller docs ( #1388 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-27 09:27:26 +13:00