Commit Graph

145 Commits (zwa-2-distributor)

Author SHA1 Message Date
Claudio Ruggeri - CR-Tech 34b96e078e
Modbus default slave in actions (#39793) 2025-07-01 13:20:05 +02:00
Claudio Ruggeri - CR-Tech d98263cd99
ModBus Sensor marked unknown if getting NaN (#38235) 2025-05-26 21:32:46 +02:00
Dmytro Tkach 9eebd97ff3
Document modbus light color temperature and brightness support (#37973) 2025-05-14 12:08:07 +01:00
Lincoln Kirchoff 73200d6eda
Add modbus hvac action documentation (#37823)
* Added documentation for modbus climate attribute hvac_action.

* added documentation for hvac action input_type.

* Updated labels to match the parent pull request.
2025-03-11 15:28:40 +00:00
Ілля Піскурьов 0d482b89f6
Added documentation for hvac_onoff_coil (Enable Modbus Climate / HVAC on/off to use the coil instead of the registers) (#37082) 2025-02-01 13:15:37 -06:00
Franck Nijhof 55e5d2903a
Merge branch 'current' into next 2025-01-21 21:26:52 +01:00
Ілля Піскурьов 75b815f15b
Add documentation for hvac_on_value and hvac_off_value in Modbus clim… (#35245)
* Add documentation for hvac_on_value and hvac_off_value in Modbus climate configuration

* Update hvac_onoff_register documentation

* Update docs
2025-01-14 06:23:32 +01:00
Claudio Ruggeri - CR-Tech 74a6cc9eb5
Changed default slave/device address to 1 (#36876)
Pymodbus version 3.7.0 changed the default address to 1 from 0, that it is identified as brodcast address. I forgot to change the doc when I bumped pymodbus 3.7.4.
2025-01-13 15:38:20 +01:00
Nigel Pearson 7371b10394
Add some example Hex addresses (#36754) 2025-01-06 12:16:43 +01:00
Nigel Pearson 563780389e
Mention Hex in address: description (#36753)
* Mention Hex in address: description

Manufacturer doco for modbus often lists Hex register addresses. To reduce conversion errors by developers, at least mention Hex here.

(because there seems to be no mention of the work Hex in all of HA's doco?)

* tiny formatting tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-01-06 09:15:03 +01:00
Franck Nijhof adac9669aa
2024.12: Sync with codebase 2024-11-27 18:57:16 +01:00
rutgerrademaker e044efc748
Group and explain modbus climate entity settings (#33903)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-11-22 09:07:56 +01:00
Claudio Ruggeri - CR-Tech fa2184b5c0
Update modbus switch status verify (#35053)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-10-19 12:37:50 +02:00
Franck Nijhof 139903fe11
Sync codebase with docs for 2024.8 2024-07-31 22:58:50 +02:00
Franck Nijhof 6ca14d3efc
Rename 'service' to 'action' in automations and scripts (#34023)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2024-07-31 14:37:02 +02:00
Franck Nijhof eb1a3ba031
Rename Services to Actions in integrations: M (#33821)
* Rename Services to Actions in integrations: M

* Apply suggestions from code review
2024-07-17 06:33:06 +02:00
jan iversen e4dba5f22a
Remove modbus.restart / modbus.stop. (#33609) 2024-07-07 16:08:08 +02:00
Madelena Mak d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00
Patrick dc18376f2c
Correct fan to switch (#33088) 2024-06-05 10:56:40 +02:00
Senbei123 112bacb3cd
Update modbus.markdown (#32866) 2024-05-21 09:41:09 +02:00
c0ffeeca7 c1c9979d75
m integrations 2/2: restart HA after changing config (#32649) 2024-05-08 23:11:03 +02:00
Claudio Ruggeri - CR-Tech 50da23b28f
Update doc for feature Swing Mode added to Modbus integration (#31920)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-04-22 09:18:08 +02:00
Franck Nijhof 9f6346c06a
2024.4: Sync codebase with docs 2024-04-02 13:54:13 +02:00
Claudio Ruggeri - CR-Tech 5e54390bf0
Update documentation to reflect modBusTTRegisters changes (#30616)
* Update documentation to reflect modBusTTRegisters changes (possibility to define different setpoint registers belonging to HVAC Mode

* Clarified misunderstanding beetwen values and registers as requested by the maintainer

* Updated doc to reflect code changes

* Simplified the description as suggested

* Update source/_integrations/modbus.markdown

Co-authored-by: jan iversen <jancasacondor@gmail.com>

---------

Co-authored-by: jan iversen <jancasacondor@gmail.com>
2024-03-18 11:00:19 +01:00
jan iversen 7a00237582
Modbus, configuration without entities (#31893) 2024-03-17 09:36:12 +01:00
Franck Nijhof 099bbaeead
Merge branch 'current' into next 2024-01-31 09:25:34 +01:00
CR-Tech 61b76ace59
Add write_registers support for Fan Mode (#30838)
* Add write_registers support for Fan Mode

* Removed param - updated to conf_address int or list
2024-01-24 21:02:34 +01:00
jan iversen 8bf2088268
Better modbus scan_interval explanation (#30640) 2024-01-08 10:48:07 +01:00
jan iversen a60692e506
Remove deprecated parameter "retries". (#30151) 2023-12-25 19:39:56 +01:00
Cían Hughes 1069f926d0
Update modbus documentation to add fan state settings (core PR#104577) (#30018)
* Update modbus documentation to add fan state settings

core PR incoming to add this feature

* Update modbus.markdown

Remove list option from fan mode values
2023-12-14 10:00:58 +01:00
jan iversen f5733737a4
Remove deprecated parameter "lazy_error_count". (#30153) 2023-12-06 09:34:48 +01:00
jan iversen 62acf36bd7
Remove "swap: none" from modbus (#30051) 2023-12-04 14:49:02 +01:00
jan iversen eda4de98ef
Update doc due to core PR. (#29752) 2023-11-08 11:08:50 +01:00
Franck Nijhof b1e29fd357
Merge branch 'current' into next 2023-11-01 17:04:28 +01:00
jan iversen dcf16dbcce
Modbus remove unused links (#29634) 2023-11-01 08:36:51 +01:00
Franck Nijhof bd018a257e
Merge branch 'current' into next 2023-10-09 09:29:39 +02:00
jan iversen 6956e2c3db
Correct modbus spelling error. (#29206) 2023-10-06 13:16:48 +02:00
Torben Erler e79f93d93c
Removed deprecated close_comm_on_error from snippets (#29174)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-10-05 08:20:56 +02:00
Franck Nijhof 8fdb1c6e4d
Merge branch 'current' into rc 2023-10-03 20:33:13 +02:00
EgonMarmol 25b009f35c
Corrected typo in URL to modbus specification doc (#29123) 2023-10-03 13:08:32 +02:00
Franck Nijhof d4a7d5026c
2023.10: Beta release notes 2023-09-27 18:46:52 +02:00
Bruno Enten 7f2c0e03eb
add write_registers to climate target temperature (#28376)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-09-21 11:21:42 +02:00
jan iversen 7b7ed7a7d7
added virtual_count. (#28910) 2023-09-19 09:16:21 +02:00
jan iversen 2ef936c632
Add device_address to configuration. (#28911) 2023-09-19 09:13:43 +02:00
jan iversen 4bbe0a21e8
remove retry_on_empty. (#28899) 2023-09-16 21:18:39 +02:00
Franck Nijhof a05ce4bc62
Merge branch 'current' into next 2023-09-16 10:10:25 +02:00
jan iversen 1131ff6688
Slave unit removed in modbus service calls. (#28871)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-09-12 11:31:34 +02:00
jan iversen 5f87e82113
Deprecate close_comm_on_error. (#28853) 2023-09-10 22:02:30 +02:00
Franck Nijhof 4bd8a38b57
2023.9: Sync code with docs 2023-09-06 20:41:04 +02:00
escoand 9bda57b88b
Multiple values per modbus hvac mode (#28719) 2023-08-29 10:47:17 +02:00