Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add power switch (address 0) #19

Merged
merged 1 commit into from
Nov 26, 2023
Merged

Add power switch (address 0) #19

merged 1 commit into from
Nov 26, 2023

Conversation

magicus
Copy link
Contributor

@magicus magicus commented Oct 21, 2023

This is based on the following stanza from my existing custom modbus integration:

      switches:
        - name: ftx_power
          slave: 1
          address: 0
          write_type: coil
          scan_interval: 5
          verify:

The effect of calling this is like using the "power on/off" button on the Heru remote.

This is the only omission I can find, now that I am trying to move away from my custom integration to this.

This is based on the following stanza from my existing custom modbus integration:

```
      switches:
        - name: ftx_power
          slave: 1
          address: 0
          write_type: coil
          scan_interval: 5
          verify:
```

The effect of calling this is like using the "power on/off" button on the Heru remote.

This is the only omission I can find, now that I am trying to move away from my custom integration to this.
@kosmiq
Copy link

kosmiq commented Nov 21, 2023

Would love to see this merged so I can use this repo as well :)

@toringer toringer merged commit aed494c into toringer:master Nov 26, 2023
3 checks passed
@magicus magicus deleted the patch-1 branch November 26, 2023 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants