Egidijus

Results 7 issues of Egidijus

Boom! Lots of improvements in both backend and front end. Where to start ? :) ### Backend: - upgraded all current models to [sequelize ORM](https://sequelize.org/master/index.html) models. This will allow to...

Tradingview allows strategies to switch long/short without exit of current position. This update allow same thing. It checks if there is open position, then if we want to switch from...

I noticed that while in hotspot mode, crankshaft uses 2.4GHz mode, not 5GHz as it is recommended for better stability and quality. I digged a bit and managed to fix...

future-enhancement

I managed to fake RMU40 temperature sensor. Created branch in my [repo](https://github.com/egisz/esphome-nibe/tree/fake-rmu-sensor), [fake-rmu-sensor] (https://github.com/elupus/esphome-nibe/compare/master...egisz:fake-rmu-sensor?expand=1) branch - Added ~~number template~~ home asssistant sensor entity `rmu40_fake_temp` in esp config file: ``` #...

Automated test to check if example configurations builds successfully. Credits to this nice[ article](https://www.kenmuse.com/blog/dynamic-build-matrices-in-github-actions/). Uses [esphome build action](https://github.com/esphome/build-action) This makes life easier for repo owner when someone creates pull request...

### Description On ubuntu 22.04 settings are not saved ### Affected part Which part of the application is impacted - [ ] General UI - [X] General Options/Settings - [...

bug

This is small fix to be able to build on recent Raspbian OS, header file is missing, so I included it locally. Tested, works on RPI4 B.