I have created an app to support a range of Misol and Ecowitt sensors, including the:
- Soil moisture sensor (up to 8 channels),
- Lightning detector,
- PM10 and CO2 5 in 1 meter,
- PM2.5 meter,
- Weather station.
- PM32, temperature and humidity meter (up to 8 channels).
- WH55 Wireless Water Leak Detection Sensor (up to 4 channels).
- WN30 temperature sensor (up to 8 channels).
The app can also support multiple Gateways.
The app is available now in the Homey Community Store Homey Community Store and the Athom store Misol App for Homey | Homey
The app works with the Misol Gateway https://www.aliexpress.com/i/4000852618353.html and the Misol Soil Moisture sensor https://www.aliexpress.com/i/33056433752.html
Please make sure the radio frequency of the gateway and devices match as there are 3 variations for different parts of the world.
To configure the gateway you will need the WS View or Ecowitt app on your phone. In the apps Weather Services, select the Customized option and set the:
-
âProtocol Typeâ to âSame As Ecowittâ
-
âServer IP / Hostnameâ to the IP address of your Homey
-
âPathâ remains as â/data/reportâ
-
âPortâ set to â7777â (this can be changed if required but the Homey app will need to be configured to match)
-
âUpload Intervalâ set to 16
Note: As an alternative to entering Homeyâs ip address you could also add it as a local url in the form http://homey-<id>.local
where <id>
is Homeyâs cloud ID. Also notice the â-â between homey and <id>
as easy to miss that hidden away in there. Using this method allows for Homeyâs IP to change.
Then save the settings.
The gateway should start pushing data to Homey.
Note: The communications between Homey and the gateway is over the local network so no internet connection is required. Data is pushed to Homey every 16 seconds, which is about the rate of the fastest sensor transmission rate so there is no noticeable lag.
Also the gateway can probably be located in a more convenient location than Homey so eliminate range issues of a direct connection to Homey using the radio.
Once the app has received the first packet you will be able to add the gateway device and soil moisture sensors, etc. Each gateway can handle 8 soil moisture sensors, 5 PM2.5 sensors, 1 lighting detector and one weather station, but you can also add multiple gateways.
The gateway also provides temperature, humidity and pressure data from itâs own sensors located on the short, black, cable.
Note: There are 3 version of the devices and gateways that work on different frequencies. Make sure the device and gateway frequencies are the same, e.g. all 433Mhz or all 868Mhz, etc.
Version Log
-
0.1.0
Initial release with support for the Gateway and Soil Moisture Sensors. -
0.1.1
Add support for PM2.5 meters -
0.1.2
Added Lightning Detector and Weather Station -
0.1.3
Added Insights option to custom capabilities. -
0.1.4
Added flow trigger for Air Quality changed.
Fixed issue with settings not saving.
Added logging to confirm server has started / show errors. -
0.1.5
Updated battery percentage calculation for the soil moisture sensor and added an option to specify if the battery is type rechargeable. -
0.1.6
Max. number of Soil Moisture meters is now 8.
Time format of lightning strike can now be selected in the device Advanced settings.
Lightning distance units fixed.
Lightning flows fixed -
0.1.7
Added the PM10 and CO2 5 in 1 meter. -
0.1.8
Added PM32, temperature and humidity meter. -
0.1.9
Fix links to store images for temperature and humidity monitor. -
0.1.10
Removed cloud tag that was accidentals added in lat submission. -
0.1.11
Added support for multiple temperature and humidity monitor (up to 8 channels). -
0.1.12
Added support for WH55 Wireless Water Leak Detection Sensor (up to 4 channels) and the WN30 temperature sensor (up to 8 channels). -
0.1.13
Fixed images for WH55 and WN30. -
1.1.14
Added extra value range checks. -
1.1.15
Added rain sensor.
Cleaned up Flow triggers. -
1.1.16
Fixed image for rain sensor -
0.1.17
Fixed incorrect trigger call for PM25 device -
0.1.18
Fixed issue with PM10 device -
0.1.19
Added WS80 support.
Changed weather stations to sensor class so a capability can be shown on the tile. -
0.1.20
Fixed path to store image for WS80. -
0.1.21 & 0.1.22
Change the weather station and WS80 to use baromrelin (corrected) instead of baromabsin (absolute). -
0.1.23
Added number of hours since last rained with associated flow cards -
0.1.24
Removed redundant Air Quality Index Flow trigger cards -
0.1.25
Added Water Temperature device (WN34). -
0.1.24
Removed redundant Air Quality Index Flow trigger cards. -
0.1.25
Added Water Temperature device (WN34). -
0.1.26
Updated Water Temperature icon. -
0.1.27
Fix typo in function name for triggerAQPM25AvgChanged. -
0.1.28
Fix rain data for WS90. -
0.1.29
Fix battery information for WS90. -
0.1.30
Added option to change App wind units.
Added Wind Direction (N, NW, etc).
Added support for Ambient Weather format data. -
0.0.31
Fix âMax. Gust Strengthâ name being changed to âGust Strengthâ when units are changed. -
0.1.32
Dutch translations. -
0.1.33
Added support for HP10 camera. -
0.1.34
Fix Dew Point calculation.
Added Luminance to weather station. -
0.1.35
Fix for custom wind speed units text when a device is added after the units are changed. -
0.1.36
Added Station ID and Station type to device settings so it is easier to identify. -
0.1.37
Fix Math.fabs issue. -
0.1.38
Fix dd not defined issue. -
0.1.39
Added mph option for window speed. -
0.1.40
Changed the gateway class to sensor so it appears in the Climate section of Homey. -
0.1.41
Added an app setting to show rain in mm or inches." -
0.1.42
Added checks for âmeasure_rain.totalâ existence to prevent errors." -
0.1.4
Added option to show windspeed in knots." -
0.1.44
Added option to adjust lightening time from UTC to Homey local time." -
0.1.45
Fix Wind Speed units initialisation."