Commit Graph

67 Commits (e84ec8f69ee1364c431fc0507b85f7291c7d9e99)

Author SHA1 Message Date
schizza e84ec8f69e
Merge pull request #21 from schizza/error-readme
Fix path discovery in HA
2024-05-03 09:21:52 +02:00
schizza c92d2f53e5
Merge branch 'main' into error-readme 2024-05-03 09:21:41 +02:00
schizza b6edb63051 Fix path discovery in HA 2024-05-03 09:18:52 +02:00
schizza 782e04cd47
Update install_iptables.sh
Update to write right path to exec.sh
2024-05-02 20:26:58 +02:00
schizza 964ba623b2
Merge pull request #20 from schizza/schizza-patch-1
Update firmware_bug.md
2024-05-01 13:44:35 +02:00
schizza a691dc42dc
Update firmware_bug.md 2024-05-01 13:44:18 +02:00
schizza 0c0e9e145d
Update firmware_bug.md 2024-05-01 13:41:18 +02:00
schizza 0610cf7966
Merge pull request #19 from schizza/error-readme
Firmware bug README
2024-05-01 13:39:56 +02:00
schizza f49f77acd9 Firmware bug README 2024-05-01 11:37:09 +00:00
schizza 5eeda36f6d Add automation for HA 2024-04-30 17:42:59 +02:00
schizza 2271564048 chmod change a+rx 2024-04-30 17:24:03 +02:00
schizza edc63b83cb Minor tweaks 2024-04-30 17:17:54 +02:00
schizza 88a4f2af49
Merge pull request #18 from schizza/iptables-script
Iptables script
2024-04-30 17:12:38 +02:00
schizza 4f2e93e63e
Merge branch 'main' into iptables-script 2024-04-30 17:12:22 +02:00
schizza 6a9daa063d SSH, yaml config, scripts gen.
* Add SSH pair keys generation
* configuration.yaml auto add shell_command
* scripts to run shell_command properly
2024-04-30 17:06:08 +02:00
schizza 4f9ef266e0 Add script directory 2024-04-30 14:33:43 +02:00
schizza 6b4ce5f49f Typo 2024-04-30 14:29:07 +02:00
schizza cd60d224f4 Remove old files.
Remove iptables_redirect.sh if exists to download new one.
2024-04-30 14:29:07 +02:00
schizza d1b7986550 Minor changes. 2024-04-30 14:29:07 +02:00
schizza 3f1869e6a9 Fixing typos a minor changes 2024-04-30 14:29:07 +02:00
schizza be93b490e0 Minor tweaks. 2024-04-30 14:29:07 +02:00
schizza 5dc35ec7ad Link updates 2024-04-30 14:29:07 +02:00
schizza a916e342f7 Typo 2024-04-28 17:57:18 +02:00
schizza d0a0af17c8 Remove old files.
Remove iptables_redirect.sh if exists to download new one.
2024-04-28 17:40:57 +02:00
schizza 156cbc266b Minor changes. 2024-04-28 17:32:32 +02:00
schizza 5f847a3bb7 Fixing typos a minor changes 2024-04-28 17:30:54 +02:00
schizza c1a5afb510 Minor tweaks. 2024-04-28 17:00:42 +02:00
schizza dc263083c4 Link updates 2024-04-28 16:33:33 +02:00
schizza 2ee8cc5ed3
Merge pull request #16 from schizza/iptables-script
* added installation script

* iptables script translated to english and minor tweaks
2024-04-28 15:39:15 +02:00
schizza 69909e228c Installation script and tweaks in iptables script.
* added installation script

* iptables script translated to english and minor tweaks
2024-04-28 15:37:53 +02:00
schizza fa6caf4c22 Script fixed.
* Duplicity rule test
* color loging
2024-04-28 02:35:04 +02:00
schizza 6b3e83f4ca iptables script
In stations firmware 1.0 is bug for sending data to designated port.
This script will forward incoming connections on port 80 to 8123 for stations IP
2024-04-27 21:42:41 +02:00
schizza 34a3a968b0
Merge pull request #15 from MilanPala/cs-type-vetrtu
Typo in cs translation
2024-04-20 18:59:26 +02:00
Milan Pála 93193b2489
Typo in cs translation 2024-04-20 18:09:11 +02:00
schizza 54844f4755 Manifest alphabet order. 2024-04-19 17:06:58 +00:00
schizza d580c21055 Just cleanup.
Cleanup to satisfy HASSfest.
2024-04-19 15:46:13 +02:00
schizza 0b9780fb97
Merge pull request #14 from schizza/schizza-patch-1
Update validate.yml
2024-04-19 13:29:25 +02:00
schizza 6f29a50e5d
Update validate.yml 2024-04-19 13:29:08 +02:00
schizza df420369a2 HASSfest validation 2024-04-19 13:27:04 +02:00
schizza 640924ffcc HACS Validation
Validation workflow for HACS.
2024-04-19 12:58:07 +02:00
schizza 80e5f5a4ed
Merge pull request #13 from schizza/Bearing
New sensor fo Azimut now supported.

A new constant WIND_AZIMUT is added to allow creating a wind direction sensor that returns a text value from UnitOfDir instead of just a numeric degree value.

The wind direction sensor entity now optionally creates both a numeric wind direction sensor using WIND_DIR and a text-based azimuth sensor using WIND_AZIMUT. If the numeric one is enabled, the text one will also be added.

So in summary, these changes improve the usability of wind data by adding a more human-readable text version alongside the existing numeric version.
2024-04-18 21:14:53 +02:00
schizza ac7284770a New sensor fo Azimut now supported.
- A new constant `WIND_AZIMUT` is added to allow creating a wind direction sensor that returns a text value from `UnitOfDir` instead of just a numeric degree value.

- The wind direction sensor entity now optionally creates both a numeric wind direction sensor using `WIND_DIR` and a text-based azimuth sensor using `WIND_AZIMUT`. If the numeric one is enabled, the text one will also be added.

So in summary, these changes improve the usability of wind data by adding a more human-readable text version alongside the existing numeric version.
2024-04-18 20:54:57 +02:00
schizza 5fdd594bae
Merge pull request #12 from schizza/7-ha-stops-registering-new-data
7 HA stops registering new data after a while.
2024-04-17 13:15:16 +02:00
schizza 70bfd56268 Ability to add newly discovered sensors.
* Add discovered sensors to loading queue.
* Notify users that we have new sensors and we need to restart Home Assistant
2024-04-17 13:12:47 +02:00
schizza b62e6abccf Autoloading new sensors. 2024-04-07 11:05:01 +02:00
schizza 086c34042f
Merge pull request #9 from Celer21/main
Update README.md as integration supports HACS installation.
2024-03-20 07:52:03 +01:00
Celer21 735c70b391
Merge branch 'main' into main 2024-03-19 22:32:04 +01:00
Celer21 72a5c70ab3
Update README.md
Add info about instalation with HACS
2024-03-19 22:30:34 +01:00
schizza 502bf782a7
Typo in cs.json - merge pull request #8 from Celer21/main
Typo in cs.json
2024-03-18 13:38:55 +01:00
Celer21 781011e8ee
Update cs.json 2024-03-18 10:26:09 +01:00