Beta v5.0.0
See original GitHub issueBeta Version 5.0.0
Breaking Changes
- The Plugin has been been changed from an
accessory
type to aplatform
type. - You will have to change you config completely if you update to this version.
- You can take your current
accessory
and move it to the platform config. - Example:
Before:
"accessories": [ { "model": "MSS620", "name": "Outlet", "deviceUrl": "192.168.1.1", "channel": 0, "messageId": "abcdefghijklmnopqrstuvwxyz123456789", "timestamp": 123456789, "sign": "abcdefghijklmnopqrstuvwxyz123456789", "accessory": "Meross" } ]
After:
"platforms": [ { "name": "Meross", "devices": [ <This_is_from_above> { "model": "MSS620", "name": "Outlet", "deviceUrl": "192.168.1.1", "channel": 0, "messageId": "abcdefghijklmnopqrstuvwxyz123456789", "timestamp": 123456789, "sign": "abcdefghijklmnopqrstuvwxyz123456789", "accessory": "Meross" <You_Can_Remove_This.> } <Ends_here_from_above> ], "platform": "Meross" } ]
- You can take your current
Testers
Need Beta testers to try this and let me know if you have any issues and post here which model you are using and just say you have an issue, then open your own separate issue to try that model and Beta v5.0.0.
Let me know if you have any questions on updating to this beta. Easiest way is to use Homebridge UI.
Install Instructions
Beta: 4.0.2-beta.1
on npm
Tested Models:
- MSS110-1
- MSS110-2
- MSL-100
- MSL-120
- MSL-320
- MSL-420
- MSS210
- MSS310
- MSS420F
- MSS425
- MSS425E
- MSS425F
- MSS510
- MSS510M
- MSS530H
- MSS550
- MSS560
- MSS570
- MSS570x
- MSS5X0
- MSS620
- MSS630
- MSS710
- MSG100
- MSG200
Issue Analytics
- State:
- Created 3 years ago
- Comments:32
Top Results From Across the Web
SmallHD PageOS 5 Firmware v5.0.0-Beta-3 - Newsshooter
SmallHD has updated the PageOS 5 Firmware to v5.0.0-Beta-3. This is the third Beta release of v.5.0.0 and it fixes a couple of...
Read more >v5.0.0-beta2 - GitHub
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. - v5.0.0-beta2 ...
Read more >Bootstrap 5 Beta 2
We have three releases coming up next for the team: Bootstrap v5.0.0-beta3 (possibly promoted to v5 stable); Bootstrap v4.6.1 (bringing in some ...
Read more >ContentBox v5.0.0 Beta Released - Ortus Solutions
ContentBox is a ColdFusion (CFML) Modular CMS based on modern technologies and container technology. This release brings over 40 new ...
Read more >Trap nz v5.0.0-beta.26 - YouTube
Trap nz v5. 0.0 - beta.26. 145 views 8 months ago. TrapNZ. TrapNZ. 51 subscribers. Subscribe. 4. I like this. I dislike this....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version 4.0.2-beta.2 does work for me, yes. I have the MSG100.
Tested. MSS630 working perfectly.