Yingcai Feng

Results 50 comments of Yingcai Feng

@Syirrus Any detail information of the environment, os, nodejs version, etc.

@Jesstr8803 Thanks for the report. If the pisugar2 rtc keep reporting lots of `xx`s, that means the hardware has some problem, please contact pisugar.zerogmail.com for further support. The error in...

Could you update the rtc and set up a wake up alarm via web ui ? `rtc_alarm_time: 1999-12-31T17:00:00-07:00` is `UTC 2000-01-01T00:00:00`, the pisugar-server would return this value if the data...

@Jesstr8803 The rtc_alarm_time value is correct. Only the hh:MM:ss and the weekday repeat values could control the rtc alarm, the yyyy/mm/dd part of rtc_alarm_time would be ignored.

@Jesstr8803 No. My plan is to add a new feature to allow setting the year and month of the alarm datetime, but I am not sure whether the RTC chip...

The postinst script (https://github.com/PiSugar/pisugar-power-manager-rs/blob/master/pisugar-server/debian/postinst) would start the systemd service after the deb package has been installed. I had fix the problem. Please download and test the latest development build (https://github.com/PiSugar/pisugar-power-manager-rs/releases/tag/latest)

The log said "Module i2c-dev not found in directory /lib/modules/5.4.0-70-generic". But the search result of libi2c-dev said that it is a userspace programming library, see https://packages.ubuntu.com/groovy/libi2c-dev. So, did the i2c-dev...

Thanks for the PR. `ip route get xx` might be a better solution?

@wlmh110

Steps to figure out what went wrong: 1. Ensure I2C is enabled `sudo raspi-config` 2. Remove PiSugar, then run `i2cdetect -y 1 0x75`. If there is any output, it means...