Releases: StyraHem/ShellyForHASS
Release 0.2.1
Changes
- Add support for Shelly Plug US
- Add support for Shelly UNI
- Add RSSI_Level that show wifi status like "Excellent, Very Good, Good, Bad"
- Fix bug for new devices showing number instead of room name for new devices
- Add voltage attribute to PowerMeter
- Fix problem with shared zero-config in older versions of HA
- Add default setting to sensors
- Add switch sensor to default sensors
- Change icon on volt and current sensors
- Tried to minimize updates in HA for smaller history log
- Fix current consumption for EM and 3EM when CoAp not working #431
- Fix Status Switch and Voltage when Shelly 2/2.5 #430
Release 0.2.1 Beta 4
Changes
0.2.1 Beta 4
- Add support for Shelly US devices (not tested, please let us know if working or not)
0.2.1 Beta 3
- Fix update problems caused by Beta 2 #479 #480 #482
0.2.1 Beta 2
- Add RSSI_Level that show wifi status like "Excellent, Very Good, Good, Bad"
- Add support for Shelly UNI
- Fix bug for new devices not showing number instead of room name for new devices
- Add voltage attribute to PowerMeter
- Fix problem with shared zero-config in older versions of HA
- Add default setting to sensors
- Add switch sensor to default sensors
- Change icon on volt and current sensors
- Tried to minimize updates in HA for smaller history log
0.2.1 Beta 1
- Fix current consumption for EM and 3EM when CoAp not working #431
- Fix Status Switch and Voltage when Shelly 2/2.5 #430
- First try with Shelly Plug US (not tested) #429
- And some other fine-tuning
Release 0.2.1 Beta 3
Changes
0.2.1 Beta 3
- Fix update problems caused by Beta 2 #479 #480 #482
- Add support for Shelly US devices (not tested, please let us to know if working or not)
0.2.1 Beta 2
- Add RSSI_Level that show wifi status like "Excellent, Very Good, Good, Bad"
- Add support for Shelly UNI
- Fix bug for new devices not showing number instead of room name for new devices
- Add voltage attribute to PowerMeter
- Fix problem with shared zero-config in older versions of HA
- Add default setting to sensors
- Add switch sensor to default sensors
- Change icon on volt and current sensors
- Tried to minimize updates in HA for smaller history log
0.2.1 Beta 1
- Fix current consumption for EM and 3EM when CoAp not working #431
- Fix Status Switch and Voltage when Shelly 2/2.5 #430
- First try with Shelly Plug US (not tested) #429
- And some other fine-tuning
Release 0.2.1 Beta 2
Warning
Users have reported problems with this release. It is problem with status and consumtion updates. We will release beta 3 as soon we have fixed this.
Changes
- Add RSSI_Level that show wifi status like "Excellent, Very Good, Good, Bad"
- Add support for Shelly UNI
- Fix bug for new devices not showing number instead of room name for new devices
- Add voltage attribute to PowerMeter
- Fix problem with shared zero-config in older versions of HA
- Add default setting to sensors
- Add switch sensor to default sensors
- Change icon on volt and current sensors
- Tried to minimize updates in HA for smaller history log
Release 0.2.1 Beta 1
Release 0.2.0
Support for firmware 1.8.x, also compatible with the previous firmware (1.7.x etc).
Changes
- Add support for 1.8.x devices
- Add a new click event shellyforhass_click for 1.8.x devices that is more stable than shelly_switch_click
- shelly_switch_click improved, use shellyforhass.click is possible, can be used for double, etc when not supported in firmware
- Add a switch for the upgrade to beta version firmware, upgrade_beta_switch
- Use share zero-conf instance from HA
- Add delay function when not possible to poll Shelly device
- Not discover devices using mDns if already found and added
- Rewritten most of the CoAP and polling handling
- Add functions for better testing
- Fix problems with Shelly 2/2.5 in roller mode
- Improved some error messages
- Clean up lots of code for easier reading
- Lots of other small fixes found when testing
Firmware issues
There is a bug/missing feature in Button1 running on batteries, I have implemented a workaround but it not accept clicks to fast (10 sec). This will hopefully be solved in later firmware versions.
Known issues
- Have a report about problems with current consumption in EM and 3EM. Here it working as it should so I need more input about this. Please let me know if it working or not. Please report on the issue in GitHub.
- Also some reports on battery devices not discovered, pleas let me know how it working with fw 1.7.x and 1.8.x devices
Please report bugs in the Facebook group ShellyForHass or in Github.
https://github.com/StyraHem/ShellyForHASS/issues
Hope you enjoy this plugin and support us!
Release 0.2.0 - Beta 7
Support for firmware 1.8.x, also compatible with the previous firmware (1.7.x etc).
Fix problems reported in Beta 6, no known bugs
Just a small fix for error in log: name 'new_val' is not defined
Fw 1.8.x sending click events in a different way than before. This makes shelly_switch_click events less stable. If you click to fast it is not registered as a double click. You can learn how to click and get this to work if you need it for catching double and triple-click in devices without fw support for this.
shellyforhass.click event working very good, but some devices only support single and long click in firmware. Missing double and triple-click. I guess this will be added later in firmware for all devices.
There is a bug in Button1 running on batteries, I have implemented a workaround but it not accept clicks to fast (10 sec). This will hopefully be solved soon in fw.
Please use it with care and not on critical systems if you not a gambler.
If you got any bigger issues you can roll back to version 0.1.9 of ShellyForHass.
Please report bugs in the Facebook group ShellyForHass or in Github.
Have a nice day!
Release 0.2.0 - Beta 6
Support for firmware 1.8.x, also compatible with the previous firmware (1.7.x etc).
Fix problems reported in Beta 5, no known bugs
Fw 1.8.x sending click events in a different way than before. This makes shelly_switch_click events less stable. If you click to fast it is not registered as a double click. You can learn how to click and get this to work if you need it for catching double and triple-click in devices without fw support for this.
shellyforhass.click event working very good, but some devices only support single and long click in firmware. Missing double and triple-click. I guess this will be added later in firmware for all devices.
There is a bug in Button1 running on batteries, I have implemented a workaround but it not accept clicks to fast (10 sec). This will hopefully be solved soon in fw.
Please use it with care and not on critical systems if you not a gambler.
If you got any bigger issues you can roll back to version 0.1.9 of ShellyForHass.
Please report bugs in the Facebook group ShellyForHass or in Github.
Have a nice day!
Release 0.2.0 - Beta 5
Support for firmware 1.8.x, also compatible with the previous firmware (1.7.x etc).
Fix some problems in Beta 4, click event, error handling, and other issues reported. The total consumption for EM and 3EM will be fixed in the next beta.
Fw 1.8.x sending click events in a different way than before. This makes shelly_switch_click events less stable. If you click to fast it is not registered as a double click. You can learn how to click and get this to work if you need it for catching double and triple-click in devices without fw support for this.
shellyforhass.click event working very good, but some devices only support single and long click in firmware. Missing double and triple-click. I guess this will be added later in firmware for all devices.
There is a bug in Button1 running on batteries, I have implemented a workaround but it not accept clicks to fast (10 sec). This will hopefully be solved soon in fw.
Please use it with care and not on critical systems if you not a gambler.
If you got any bigger issues you can roll back to version 0.1.9 of ShellyForHass.
Please report bugs in the Facebook group ShellyForHass or in Github.
Have a nice day!
Release 0.2.0 - Beta 4
Support for firmware 1.8.x, also compatible with the previous firmware (1.7.x etc).
Fix some problems in Beta 3, RGBW2 4 ch mode, Button1, shellyforhass.click events etc.
There is a bug in Button1 running on batteries, I have implemented a workaround but it not accept clicks to fast (10 sec). This will hopefully be solved soon in fw.
Please use it with care and not on critical systems if you not a gambler.
If you got any bigger issues you can roll back to version 0.1.9 of ShellyForHass.
Please report bugs in the Facebook group ShellyForHass or in Github.
Have a nice day!